Quote:
Originally Posted by MaraschinoPanda
The complete output of make VERBOSE=1 is as follows:
I've not been using the binaries, by the way, so fixing them won't fix my problem. (Woo Gentoo!) But it's possible we made the same mistake. My version of GCC is 4.8.0
|
If you go to a clean build directory and run:
Code:
$ frcmake $SRCDIR -DCMAKE_CXX_FLAGS='-std=c++11 -fpermissive'
Then it should work. The use of -fpermissive is
evil, but I seem to remember it being necessary, I think with WPILib doing something that is officially deprecated in C++11...