missing JPEG::

Hubert Figuiere hub at figuiere.net
Tue Dec 5 11:24:34 PST 2006


[ weird I didn't get the reply to the list ]

>
>> /home/george/Projects/libopenraw/lib/jfifcontainer.cpp:60: undefined
>> reference to `JPEG::jpeg_std_error(JPEG::jpeg_error_mgr*)'
>> /home/george/Projects/libopenraw/lib/jfifcontainer.cpp:61: undefined
>> reference to `JPEG::jpeg_CreateDecompress(JPEG::jpeg_decompress_struct*,
>> int, unsigned int)'
>> /home/george/Projects/libopenraw/lib/jfifcontainer.cpp:73: undefined
>> reference to
>> `JPEG::jpeg_resync_to_restart(JPEG::jpeg_decompress_struct*, int)'
>> collect2: ld returned 1 exit status
>> make: *** [thumb] Error 1
>>
>> This is just the demo directory however the library compiles correctly.
>> I've tried linking gnome-raw-thumbnailer against libopenraw however it
>> produces the same error as above even though I'm passing -ljpeg to gcc.

I'm doing some namespacing of a C library and it works here.

I also use gcc 4.1.2 on Ubuntu edgy, so that's why I'm surprised that it
does not work for you. Even on this other Dapper box it works.

*sigh* I'll think again.

Hub



More information about the Libopenraw-dev mailing list