-
Notifications
You must be signed in to change notification settings - Fork 78
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
Linker errors when building unit tests #44
Comments
Yes, that's one of the breaks from the change in include directories I did on Andrzej's request this week. I'll fix these up during the weekend and ping you back. |
What OS are you on and what compiler/linker versions are you using? On my Mac OS X Yosemite 10.10.5 with CMake 3.5.0 everything builds without issues both with clang and with g++: |
@solodon4 I'm on Ubuntu 14.04 with Clang 3.6. Interestingly, it works with GCC, but NOT Clang... |
I'll try tomorrow on an Ubuntu VM |
This seems to be caused by __builtin_assume in Clang, so I commented out its use for the moment. This is tracked by issue #55 . I was able to successfully build with Clang on Linux on Travis CI VMs, so I was wondering if you can sync up to the tip and check if the issue still repros. Thank you! |
@solodon4 Yup, it works now! |
This occurs with both CMake and the Bakefile system I'm working on:
This happens when linking pretty much any of the tests.
The text was updated successfully, but these errors were encountered: