> > Ben, I just manually added those flags on my system and it's working fine, > both the devel and release versions. I have GCC 4.6 but I'd be surprised if > the issue was with 4.7 only. What error are you seeing?
thanks - it is 4.7 only, believe it or not… I can recreate the issue with their distributed package simply by adding -std=c++0x and using gcc-4.7, so I'll take it up with the developers. It can't parse one of the compressed headers, which is less than useful… make[4]: Nothing to be done for `all-am'. CXX libfparser_la-fparser.lo In file included from fparser.cc:414:0: extrasrc/fp_identifier_parser.inc: In function ‘unsigned int {anonymous}::readIdentifierCommon(const char*)’: extrasrc/fp_identifier_parser.inc:165:3: error: unable to find character literal operator ‘operator"" l5’ with ‘char’ argument extrasrc/fp_identifier_parser.inc:166:1: error: expected ‘)’ before numeric constant extrasrc/fp_identifier_parser.inc:166:2: error: expected primary-expression before ‘]’ token extrasrc/fp_identifier_parser.inc:166:2: error: expected ‘;’ before ‘]’ token extrasrc/fp_identifier_parser.inc:174:1: error: unable to find character literal operator ‘operator"" lB’ with ‘char’ argument ... ------------------------------------------------------------------------------ The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel