Skip to content
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

Error from makefile #4

Closed
mariusl opened this issue Dec 6, 2014 · 2 comments
Closed

Error from makefile #4

mariusl opened this issue Dec 6, 2014 · 2 comments

Comments

@mariusl
Copy link

mariusl commented Dec 6, 2014

Hi
I pulled the latest release and when I did the make this error came up.

[ 33%] Building CXX object CMakeFiles/Servoterm.dir/main.cpp.o
cc1plus: error: unrecognized command line option "-std=c++11"
make[2]: *** [CMakeFiles/Servoterm.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Servoterm.dir/all] Error 2
make: *** [all] Error 2

@rene-dev
Copy link
Owner

rene-dev commented Dec 6, 2014

you need a c++11 compatible compiler. Try clang ,or gcc version > 4.8

@mariusl
Copy link
Author

mariusl commented Dec 6, 2014

Ok I see. I tried it on my Ubuntu 14 machine and it worked ok. I will just move my work from Ububtu 10.04 to the Ubuntu 14 machine

@mariusl mariusl closed this as completed Dec 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants