Hi Daniel, Following this e-mail, I did a fresh check out of giza and tried to recompile splash. The compiler yelled about not finding ../giza/include/
I thought the version of splash had also been update, I tried a checkout and apparently only the Makefile was changed. I then tried in a new directory to get a whole new copy of splash and giza, following the instructions on the splash web page: svn co https://svn-vre.its.monash.edu.au/mathsci/splash <https://svn-vre.its.monash.edu.au/mathsci/splash>; cd splash; svn co http://svn.code.sf.net/p/giza/code/ giza; make SYSTEM=gfortran Here’s what I got: Compiling splash for gfortran system........... Compiling the PARALLEL code compiling with gfortran v5.2.0 (OK) Compiling giza... gfortran -O3 -frecord-marker=4 -fopenmp -I../giza/include/ -c ../giza/src/giza-fortran.F90 -o giza-fortran.o f951: Warning: Nonexistent include directory '../giza/include/' [-Wmissing-include-dirs] ../giza/src/giza-shared.h:1:0: #include "giza-version.h" ^ Fatal error: giza-version.h : No such file or directory It looks like it should be trivial to fix. Cheers, JF. > Le 6 nov. 2015 à 01:59, Daniel Price <[email protected]> a écrit : > > 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. -- 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.
