-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Undefined references to jasper and png elements #208
Comments
This seems like a problem with the version of jasper. Jasper changed sometime around version 3.0 and dropped support for some functions, and requires a rewrite of any jasper code, which is annoyinjg. What version of NCEPLIBS-g2 are you using? |
I built NCEPLIBS directly from the Github develop branch. The subdirectories for the libraries read g2-3.4.5, g2c-1.6.2 and g2tmpl-1.9.1. NCEPLIBS-g2 should probably be v3.4.5. |
Hello @edwardhartnett,
However, these components seem to be broken when building libg2_d.a & libg2_4.a:
I went down to NCEPLIBv3.3.0 but got the same error. |
I've gone over many combinations with the JasPer library (versions 1, 2 and 3) and older versions of NCEPLIBS in addition to v3.4.5, but the result is always the same with libg2_d.a & libg2_d.a building but JasPer subroutines being undefined. |
I am soon to do a new release of g2. Stand by. It works with all versions of jasper. |
Hello,
The compilation of UPP complains about some NCEP subroutines:
I don't understand why because libjasper and libpng are in standard directories (and other apps have no problem finding them). Did I miss anything while building the NCEP or could it be a matter of old components?
Thanks
The text was updated successfully, but these errors were encountered: