We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not able to build refu using Unix makefiles, but it works when using Ninja as the build system (cmake -G ninja ..).
cmake -G ninja ..
With Unix makefiles it will not scan the target directories for gperf files and will not generate them.
gperf
$ cmake --version cmake version 3.7.2 $ make --version GNU Make 3.81 $ ninja --version 1.7.2
The text was updated successfully, but these errors were encountered:
@axic: Can you also specify gperf version, clang version and OSX version?
clang
Sorry, something went wrong.
$ 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
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: