11-27-2012, 08:10 PM
Can you post your build log, so that I can see the exact error messages? Maybe we can fix them so that the -fpermissive flag is not needed anymore.
Oh, and the flag needs to be added into the GNUmakefile, to the CXX_OPTIONS and CC_OPTIONS. Note that there are several lines setting those variables, either add the flag to all of them, or at least to the relevant part - either release or debug, whichever you're building ("make release=1" -> "release build" part of GNUmakefile)
Oh, and the flag needs to be added into the GNUmakefile, to the CXX_OPTIONS and CC_OPTIONS. Note that there are several lines setting those variables, either add the flag to all of them, or at least to the relevant part - either release or debug, whichever you're building ("make release=1" -> "release build" part of GNUmakefile)