Hi,
I followed Luke Palmer's instructions to compile lam with the intel 7.1
compilers and it went fine. However, when I try to compile some code I get
(even without mpi) something like
__________
Preprocessing /home/tiglio/Cactus/arrangements/CactusBase/IOUtil/src/Startup.c
Compiling /home/tiglio/Cactus/arrangements/CactusBase/IOUtil/src/Startup.c
/home/tiglio/Cactus/configs/gr2/build/IOUtil/Startup.c(718): error: incomplete
type is not allowed
struct stat stat_buf;
^
/home/tiglio/Cactus/configs/gr2/build/IOUtil/Startup.c(732): warning #266:
function declared implicitly
if (fstat (in_parfile, &stat_buf))
^
/home/tiglio/Cactus/configs/gr2/build/IOUtil/Startup.c(817): error: incomplete
type is not allowed
struct stat stat_buf;
^
compilation aborted for /home/tiglio/Cactus/configs/gr2/build/IOUtil/Startup.c
(code 2)
______________________
Any clues? Luke?
Thanks
Manuel
|