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))
 ^
In file included from fparser.cc:1680:0:
extrasrc/fp_opcode_add.inc:34:0: error: unterminated #if
 #if(!(FP_COMPLEX_VERSION) && !(FP_FLOAT_VERSION))
 ^
In file included from fparser.cc:1728:0:
extrasrc/fp_opcode_add.inc:34:0: error: unterminated #if
 #if(!(FP_COMPLEX_VERSION) && !(FP_FLOAT_VERSION))
 ^
In file included from fparser.cc:1752:0:
extrasrc/fp_opcode_add.inc:34:0: error: unterminated #if
 #if(!(FP_COMPLEX_VERSION) && !(FP_FLOAT_VERSION))
 ^
In file included from fparser.cc:1776:0:
extrasrc/fp_opcode_add.inc:34:0: error: unterminated #if
 #if(!(FP_COMPLEX_VERSION) && !(FP_FLOAT_VERSION))
 ^
fparser.cc:1669:13: warning: unused parameter 'opcode' [-Wunused-parameter]
 inline void FunctionParserBase<long>::AddFunctionOpcode(unsigned opcode)
             ^
fparser.cc:1717:13: warning: unused parameter 'opcode' [-Wunused-parameter]
 inline void FunctionParserBase<std::complex<double> 
>::AddFunctionOpcode(unsigned opcode)
             ^
fparser.cc:1741:13: warning: unused parameter 'opcode' [-Wunused-parameter]
 inline void FunctionParserBase<std::complex<float> 
>::AddFunctionOpcode(unsigned opcode)
             ^
fparser.cc:1765:13: warning: unused parameter 'opcode' [-Wunused-parameter]
 inline void FunctionParserBase<std::complex<long double> 
>::AddFunctionOpcode(unsigned opcode)
             ^
fparser.cc: In instantiation of 'void 
FunctionParserBase<Value_t>::AddFunctionOpcode(unsigned int) [with Value_t = 
double]':
fparser.cc:3839:1:   required from here
fparser.cc:1647:13: warning: unused parameter 'opcode' [-Wunused-parameter]
 inline void FunctionParserBase<Value_t>::AddFunctionOpcode(unsigned opcode)
             ^
fparser.cc: In instantiation of 'void 
FunctionParserBase<Value_t>::AddFunctionOpcode(unsigned int) [with Value_t = 
float]':
fparser.cc:3843:1:   required from here
fparser.cc:1647:13: warning: unused parameter 'opcode' [-Wunused-parameter]
fparser.cc: In instantiation of 'void 
FunctionParserBase<Value_t>::AddFunctionOpcode(unsigned int) [with Value_t = 
long double]':
fparser.cc:3847:1:   required from here
fparser.cc:1647:13: warning: unused parameter 'opcode' [-Wunused-parameter]
make[4]: *** [libdevel_la-fparser.lo] Error 1
make[3]: *** [install-recursive] Error 1
make[2]: *** [install] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1

Has anyone seen this before? If so what are the  possible solutions?Thanks, 
Subramanya                                            
------------------------------------------------------------------------------
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

Reply via email to