Skip to content
New issue

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

Build issue on Mac #38

Open
axic opened this issue Feb 22, 2017 · 2 comments
Open

Build issue on Mac #38

axic opened this issue Feb 22, 2017 · 2 comments

Comments

@axic
Copy link
Contributor

axic commented Feb 22, 2017

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
Copy link
Contributor

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

@axic
Copy link
Contributor Author

axic commented Feb 22, 2017

$ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants