On Mon, Oct 20, 2014 at 9:53 PM, subramanya sadasiva <[email protected]> wrote: > Hi, I am trying to build libmesh with gcc-4.8 (the macports build) on OS-X > yosemite. This is the error that I get when I run make. > In file included from fparser.cc:1657:0: > extrasrc/fp_opcode_add.inc:34:0: error: unterminated #if > #if(!(FP_COMPLEX_VERSION) && !(FP_FLOAT_VERSION)) > ^
We haven't seen this, but we've been focusing on building with /usr/bin/clang++, which libmesh seems to work fine with. I don't really understand the error, unless GCC requires the 'defined' token, i.e. #if(!defined(FP_COMPLEX_VERSION) && !defined(FP_FLOAT_VERSION)) -- John ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
