rm -f -r core *.ipo /home/yaduvendra/projects/upwelling/Build /home/yaduvendra/make_macros.mk
./build.bash: line 409: syntax error: unexpected end of file
plz help
compile roms
-
- Posts: 3
- Joined: Fri Dec 08, 2017 6:35 pm
- Location: University of Allahabad
-
- Posts: 110
- Joined: Thu Mar 08, 2018 2:47 am
- Location: German Research Centre for Geosciences
Re: compile roms
This is some time ago but I just had the same error and fixed it. Reason and solution were rather trivial: There was a non-closed if clause in the build file which simply had to be closed.shauryasingh wrote:rm -f -r core *.ipo /home/yaduvendra/projects/upwelling/Build /home/yaduvendra/make_macros.mk
./build.bash: line 409: syntax error: unexpected end of file
plz help
Just wanted to share this for all the other ROMS beginners. Just in case...