I was trying to compile build.bash, but got the error below:
analytical.f90(177): error #5082: Syntax error, found ':' when expecting one of: % . = =>
ana_vmix.h: no values provided for Akv.
----------------^
analytical.f90(191): error #5082: Syntax error, found ':' when expecting one of: % . = =>
ana_vmix.h: no values provided for Akt.
----------------^
compilation aborted for analytical.f90 (code 1)
what does it mean?
About compiling build.bash
-
- Posts: 13
- Joined: Wed Jul 27, 2011 3:35 am
- Location: IOCAS
Re: About compiling build.bash
It means you should look at lines 177 and 191 of analytical.f90. Those lines come from picking the ANA_VMIX option, but not having told it what your mixing function should be in ana_vmix.h. Check here and look in the various ana_xxx.h files.