eyalroz / tpch-dbgen

Data & query generation utilities for the TPC-H benchmark (unified repository)

Home Page:http://www.tpc.org/tpch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows+MinGW build: "fatal error: sys/wait.h: No such file or directory"

eyalroz opened this issue · comments

There's no sys/wait.h on Windows, even if you build with MinGW. We should probably take a similar approach to what we've done with ssb-dbgen (see PR 64 there - but we won't just copy that, it has some code irrelevant to us.)