-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't compile cellspp using clang++ 3.5 #1
Comments
Here I made fixes to compile it under Linux, check them out: https://github.com/procedural/cellspp |
@procedural Cool! Please send me a pull request. :) |
Are you sure? I deleted thread_local defines and removed libc++ from the makefile, wouldn't these changes break compiling on Mac OS? Check it: https://github.com/procedural/cellspp/commit/b8436894a269d0cbe54ff6ce696ad2585325a790 |
Yes, the patch looks good. libc++ is the default on OS X, so it's going to use it regardless of whether we specify it or not. And |
Ok, it's here: #3 |
I get the following error messages after trying to compile under debian wheezy with libc++ from testing.
out:
The text was updated successfully, but these errors were encountered: