refu
refu copied to clipboard
Build issue on Mac
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
@axic: Can you also specify gperf
version, clang
version and OSX version?
$ 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