opensees COMPILE error
Moderator: selimgunay
opensees COMPILE error
icc: command line warning #10006: ignoring unknown option '-ffloat-store'
commands.cpp(298): remark #1419: external declaration in primary source file
int reliability(ClientData, Tcl_Interp *, int, TCL_Char **);
^
commands.cpp(299): remark #1419: external declaration in primary source file
int wipeReliability(ClientData, Tcl_Interp *, int, TCL_Char **);
^
commands.cpp(303): remark #1419: external declaration in primary source file
const char * getInterpPWD(Tcl_Interp *interp);
^
/home/csm/gourik/opensees/OpenSees_sq_intel_3/OpenSees/SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.h(44): catastrophic error: could not open source file "superlu_ddefs.h"
#include <superlu_ddefs.h>
^
compilation aborted for commands.cpp (code 4)
make[2]: *** [commands.o] Error 4
make[2]: Leaving directory `/home/csm/gourik/opensees/OpenSees_sq_intel_3/OpenSees/SRC/tcl'
make[1]: *** [tcl] Error 2
commands.cpp(298): remark #1419: external declaration in primary source file
int reliability(ClientData, Tcl_Interp *, int, TCL_Char **);
^
commands.cpp(299): remark #1419: external declaration in primary source file
int wipeReliability(ClientData, Tcl_Interp *, int, TCL_Char **);
^
commands.cpp(303): remark #1419: external declaration in primary source file
const char * getInterpPWD(Tcl_Interp *interp);
^
/home/csm/gourik/opensees/OpenSees_sq_intel_3/OpenSees/SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.h(44): catastrophic error: could not open source file "superlu_ddefs.h"
#include <superlu_ddefs.h>
^
compilation aborted for commands.cpp (code 4)
make[2]: *** [commands.o] Error 4
make[2]: Leaving directory `/home/csm/gourik/opensees/OpenSees_sq_intel_3/OpenSees/SRC/tcl'
make[1]: *** [tcl] Error 2
compilation error
I receiving same error , but in different scenario.
With gnu compilers it gets compiled successfully .. but with intel compilers it gives following errors
commands.cpp(871): error: identifier "Tcl_FSEvalFileEx" is undefined
return Tcl_FSEvalFileEx(interp, fileName, encodingName);
^
compilation aborted for commands.cpp (code 2)
make[1]: *** [commands.o] Error 2
make[1]: Leaving directory `/home/secg/csm/gourik/opensees_intel/opensees_sq/OpenSees/SRC/tcl'
make: *** [all] Error 2
With gnu compilers it gets compiled successfully .. but with intel compilers it gives following errors
commands.cpp(871): error: identifier "Tcl_FSEvalFileEx" is undefined
return Tcl_FSEvalFileEx(interp, fileName, encodingName);
^
compilation aborted for commands.cpp (code 2)
make[1]: *** [commands.o] Error 2
make[1]: Leaving directory `/home/secg/csm/gourik/opensees_intel/opensees_sq/OpenSees/SRC/tcl'
make: *** [all] Error 2
Thanks And Regards,
Gouri
Gouri
regarding tcl issue
Hi,
But for Open sees 2.1.0 tcl version suggested is 8.5 and above. SO what should i do in such situation . I am trying to install Opensees 2.1.0
But for Open sees 2.1.0 tcl version suggested is 8.5 and above. SO what should i do in such situation . I am trying to install Opensees 2.1.0
Thanks And Regards,
Gouri
Gouri