-
Notifications
You must be signed in to change notification settings - Fork 296
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
switch to using c++ compiler instead of g++ to fix cpp-demos on mac os x #1865
base: master
Are you sure you want to change the base?
Conversation
…o MQFIntegration
Hmm, switching to pull into master so that we get continuous integration goin'. |
(closing and reopening seems to be the easiest way to trigger a new build) |
…g setup.py to use -lstdc++ on darwin
hi again @shokrof, suggest opening yet another new pull request for you to experiment, rather than using this one. I'd like to avoid confusing each other with weird test changes :). See also #1859 (comment) |
I am thinking of developing a bot to brute force all the options for the compiler. It may have better intuition than me. |
Bug is fixed in this pull request. |
Try fixing compile errors for
cpp-demos
on Mac OS X, ref #1859 (comment), by switching to using the system C++ rather than g++.This will be a pull request into #1859 after Travis finishes checking it.
I've also updated from the latest master branch, so this will update
MQFintegration
to be mergable.