Run of automake leads to build error of ww3_gint WW3 Version 7.14 - subroutine W3IORS #1108
-
Switches: NOGRB TRKNC SHRD PR1 FLX0 LN1 ST4 STAB0 NL1 BT4 DB1 MLIM TR0 BS1 IC0 IS0 REF1 WNT2 WNX1 RWND CRT1 CRX1 TIDE O0 O1 O2 O2a O2b O2c O3 O4 O5 O6 O7 I can compile past ww3_gint but most will not compile without ww3_gint. Seems it's needed by a number of other programs. I guess I'll try to test the routines that I've build so far while I'm waiting for some help from someone. I can build 12 out of the 15 routines as ww3_ounf, ww3_ounp and I think one other depend on ww3_gint to build. So I guess I'll just use the routines that DO build until I can figure those 3 out. So I can build 12 of the routines. This might be my fault but the make was building other modules successfully, but then was unable to link due to the call of a subroutine W3IORS that is undefined. Is the build missing something or am I missing something? Also, while I'm at it, this is of less importance, the script that pulls the binary files and large files (NOT in git) down via ftp, deletes the files if you want to save them. The 'n' answers work opposite to what is expected. Just thought I'd mention this. My build error is summarized below - I am looking for how to proceed to get the unresolved reference resolved somehow. I will keep looking myself. Processing ww3_trckmake: '/home/jdbpcix1/umr-lops/WW3/model/exe/ww3_trck' is up to date. Processing ww3_gribmake: '/home/jdbpcix1/umr-lops/WW3/model/exe/ww3_grib' is up to date. Processing ww3_gint
makefile:524: recipe for target '/home/jdbpcix1/umr-lops/WW3/model/exe/ww3_gint' failed ww3_gint.o: In function The above-mentioned lines 916: and 3562: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@PellTheTabber1 it looks like you're using the latest version of develop but the gnu build system which is not necessarily supported anymore. It is possible that the gnu build system needs some updates for this to work. Have you tried CMAKE? |
Beta Was this translation helpful? Give feedback.
@PellTheTabber1 it looks like you're using the latest version of develop but the gnu build system which is not necessarily supported anymore. It is possible that the gnu build system needs some updates for this to work. Have you tried CMAKE?