Hello, I am trying to compile the new espresso package at a workstation with a SUN architecture .
I am getting the following syntax error message connected with "addusdens.F90" : test -d bin || mkdir bin if test -d iotk ; then \ ( cd iotk ; if test "" = "" ; then make TLDEPS= libiotk.a ; \ else TLDEPS= libiotk.a ; fi ) ; fi cd src ; make libiotk.a `libiotk.a' is up to date. ( cd Modules ; if test "" = "" ; then make TLDEPS= all ; \ else TLDEPS= all ; fi ) ( cd clib ; if test "" = "" ; then make TLDEPS= all ; \ else TLDEPS= all ; fi ) ( cd flib ; if test "" = "" ; then make TLDEPS= all ; \ else TLDEPS= all ; fi ) if test -d PW ; then \ ( cd PW ; if test "" = "" ; then make TLDEPS= all ; \ else TLDEPS= all ; fi ) ; fi fpp -P -D__SUN -D__PARA -D__MPI -DHAS_ZHEGVX -I../include addusdens.f90 addusdens.F 90 f90 -I/opt/SUNWhpc/include -fast -xchip=ultra3 -xarch=v8plusb -stackvar -xlic_lib=s unperf -M../Modules -M../PW -M../PH -c addusdens.F90 -o addusdens.o rho (:, is) = rho (:, is) + @@_use_DBLE_instead@@& ^ "addusdens.F90", Line = 202, Column = 34: ERROR: Unexpected syntax: "operand" was expected but found "@". f90comp: 210 SOURCE LINES f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI *** Error code 1 make: Fatal error: Command failed for target `addusdens.o' Any help will be greatly appreciated. Best wishes, Pingo
