refu-lang / refu

Refu language
21 stars 4 forks source link

Build issue on Mac #38

Open axic opened 7 years ago

axic commented 7 years ago

I'm not able to build refu using Unix makefiles, but it works when using Ninja as the build system (cmake -G ninja ..).

With Unix makefiles it will not scan the target directories for gperf files and will not generate them.

$ cmake --version
cmake version 3.7.2
$ make --version
GNU Make 3.81
$ ninja --version
1.7.2
LefterisJP commented 7 years ago

@axic: Can you also specify gperf version, clang version and OSX version?

axic commented 7 years ago
$ gperf --version
GNU gperf 3.0.3
$ clang --version
Apple LLVM version 8.0.0 (clang-800.0.38)
$ sw_vers -productVersion 
10.11.6