Hi Chris, We’ve been working on an autotools build for giza so a lot of things have changed with the way giza compiles. If you delete the giza directory and do a fresh checkout of giza everything should work as previously, i.e.:
cd splash rm -rf giza svn co http://svn.code.sf.net/p/giza/code/ giza make SYSTEM=gfortran Please let me know if not. Daniel > On 6 Nov 2015, at 11:02 AM, Chris Nixon wrote: > > Hi Daniel, > > I was just about to email you with a splash bug, but thought I'd better check > it wasn't already fixed in the latest version. So I updated and now it > doesn't work at all... compiling gives the error pasted below. Looks like its > linking to a folder that no longer exists (giza/include)... > > cheers, > Chris > > ----- > > Compiling splash for gfortran system........... > > Compiling the PARALLEL code > compiling with gfortran v4.9.3 (OK) > Compiling giza... > gfortran -O3 -frecord-marker=4 -fopenmp -I../giza/include/ -c > ../giza/src/giza-fortran.F90 -o giza-fortran.o > Warning: Nonexistent include directory "../giza/include/" > In file included from ../giza/src/giza-fortran.F90:150:0: > ../giza/src/giza-shared.h:1:0: fatal error: giza-version.h: No such file or > directory > #include "giza-version.h" > ^ > compilation terminated. > make[1]: *** [giza-fortran.o] Error 1 > make: *** [splash] Error 2 > > > -- You received this message because you are subscribed to the Google Groups "SPLASH users forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/splash-users. For more options, visit https://groups.google.com/d/optout.
