-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on new install, build breaks for newer jasper library #236
Comments
Can you run a |
When I build with jasper 2.0.33 I don't get this error. I see on the Jasper page (https://github.com/jasper-software/jasper):
|
|
Also, since this is happening in C code copied over from the g2c project, I suspect that g2c will experience this same bug. ;-) Indeed: NOAA-EMC/NCEPLIBS-g2c#245 |
I was looking in Jasper and the function |
OK, this was caused because jpc_encode() is an internal function of Jasper that's not exported. I have fixed the C library. I think the answer for g2 is to remove the C code and have it depend on the C library for this code. (See #169). |
Recently my hard drive failed and I had to replace it.
This means I am building everything from scratch which is interesting ;-)
I installed jpeg with apt-get, and cmake claims to find what it needs for jpeg:
Yet when I try to build, it fails on the JPEG library:
Seems like this is related to changes in the jasper library. See NOAA-EMC/wgrib2#53.
The text was updated successfully, but these errors were encountered: