Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

My gcc version is 4.4.6

that's probably way too old (it does not know c++11 out-of-the-box)

you can try to use cmake -ENABLE_CXX11=ON, but in the long run, you'll have to update your compiler / os.