-
Notifications
You must be signed in to change notification settings - Fork 5
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
Trouble building #26
Comments
Hello, Thanks for your issue. Can you get her :
I see on biostars you use the qmake of anaconda, so I suppose you use anaconda (is very good think), but it's not use the last Qt version. Did you install qt with classic package manager ? If yes please replace If this change didn't solve the issue can you send the Makefile generate by qmake, please (in some distribution qmake generate a bad Makefile). Thank |
Also please, your GCC version. Looks like the C++11-ABI-compiled object files are linked against a pre-C++11-ABI-libstdc++. Seeing the default for your compiler is Adding Thanks |
I'm using a Ubuntu 16.04 LTS so I would expect that my compiler is quite up to date.
|
See thread for context https://www.biostars.org/p/227973/#232095
After adding
QMAKE_CXXFLAGS += -std=c++11
I get the following error when running make:
The text was updated successfully, but these errors were encountered: