We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@phiresky tried to get this to work on my linux virtualbox, and got this error:
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o noeuclid.o noeuclid.cpp g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o GameMap.o GameMap.cpp g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o Map.o Map.cpp g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o OGLParts.o OGLParts.cpp g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o Room.o Room.cpp g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o RTHelper.o RTHelper.cpp g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o scripthelpers.o scripthelpers.cpp cc1plus: error: unrecognized command line option ‘-std=c++11’ cc1plus: error: unrecognized command line option ‘-std=c++11’ cc1plus: error: unrecognized command line option ‘-std=c++11’ cc1plus: error: unrecognized command line option ‘-std=c++11’ cc1plus: error: unrecognized command line option ‘-std=c++11’ cc1plus: error: unrecognized command line option ‘-std=c++11’ cc1plus: error: unrecognized command line option ‘-std=c++11’ make: *** [GameMap.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [noeuclid.o] Error 1 make: *** [Map.o] Error 1 make: *** [OGLParts.o] Error 1 make: *** [Room.o] Error 1 make: *** [RTHelper.o] Error 1 make: *** [scripthelpers.o] Error 1
I'm not familiar with c++ so I have no idea what to do.
The text was updated successfully, but these errors were encountered:
You probably need a newer installation of Linux. What Linux OS are you using?
Sorry, something went wrong.
Ubuntu 12.04(32-bit).
ooph. You're going to have to use something much more modern. It wasn't my decision to use C++11, but you'll probably need at least 16.04.
Ok. Thanks for your time!
No branches or pull requests
@phiresky
tried to get this to work on my linux virtualbox, and got this error:
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o noeuclid.o noeuclid.cpp
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o GameMap.o GameMap.cpp
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o Map.o Map.cpp
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o OGLParts.o OGLParts.cpp
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o Room.o Room.cpp
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o RTHelper.o RTHelper.cpp
g++ -std=c++11 -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -g -Wall -O2 -c -o scripthelpers.o scripthelpers.cpp
cc1plus: error: unrecognized command line option ‘-std=c++11’
cc1plus: error: unrecognized command line option ‘-std=c++11’
cc1plus: error: unrecognized command line option ‘-std=c++11’
cc1plus: error: unrecognized command line option ‘-std=c++11’
cc1plus: error: unrecognized command line option ‘-std=c++11’
cc1plus: error: unrecognized command line option ‘-std=c++11’
cc1plus: error: unrecognized command line option ‘-std=c++11’
make: *** [GameMap.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [noeuclid.o] Error 1
make: *** [Map.o] Error 1
make: *** [OGLParts.o] Error 1
make: *** [Room.o] Error 1
make: *** [RTHelper.o] Error 1
make: *** [scripthelpers.o] Error 1
I'm not familiar with c++ so I have no idea what to do.
The text was updated successfully, but these errors were encountered: