[Bug 229098] Review Request: openjpeg - JPEG 2000 codec library

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 25 19:15:38 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: openjpeg - JPEG 2000 codec library
Alias: openjpeg

https://bugzilla.redhat.com/show_bug.cgi?id=229098





------- Additional Comments From gwirth79 at gmail.com  2007-11-25 14:15 EST -------
openjpeg-devel-1.2-3.20071114svn480.fc8 openjpeg.h header file and library do
not match. Installed on Fedora 8 system fully updated as of 11/25/2007

Simple program: openjpegtest.c

#include <stdio.h>
#include <openjpeg/openjpeg.h>
int main( void ) { return 0; }

Compile:
gcc -o tmp.out openjpegtest.c -lopenjpeg

Results:

/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined
reference to `floor'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined
reference to `ceilf'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined
reference to `floorf'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined
reference to `lrintf'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined
reference to `pow'
collect2: ld returned 1 exit status

Looks like a math include got left out

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list