error while compiling

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
pankajd
Posts: 6
Joined: Tue Sep 22, 2009 9:37 am

error while compiling

Post by pankajd »

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
make[1]: Leaving directory `/home/csm/gourik/opensees/OpenSees_sq_intel_3/OpenSees/SRC/modelbuilder/tcl'
make: *** [all] Error 2
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

whatr is the PROGRAMMING_MODE in the Makefile.def
Post Reply