-
Notifications
You must be signed in to change notification settings - Fork 145
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 failed on OSX #248
Comments
edit CMakeLists.txt, find this line then remove -- find_package(UnitTest++ REQUIRED NO_MODULE) |
@itchanges since you seem to know what to do regarding OSX, can you explain why all the steps succeed for me, but I don't have any
|
In case anyone else comes across this ... |
oops. yes. I forgot to update this issue after figuring that out. Thank you @hamiltron |
Failed on OSX 10.14.3, xcode 10.2, cmake 3.14.0, openjdk-11.0.2 -- The C compiler identification is AppleClang 10.0.1.10010046 -- Detected 64 bit Mac |
I have the same issue. When I hard code the path to the unittest++ headers it fails later while linking unittest++. Ideally one could compile it without it. |
I'm trying to build honest-profiler on my OSX. I have already installed cmake, unittest++ and pkgconfig via Homebrew:
When I execute
cmake CMakeLists.txt
, it shows an errorr:What can I do with the error?
The text was updated successfully, but these errors were encountered: