missing JPEG::

George Talusan george at convolve.ca
Tue Dec 5 11:55:22 PST 2006


On Tue, Dec 05, 2006 at 02:24:34PM -0500, Hubert Figuiere wrote:
> 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.

I found it:

george at enigma:/usr/include $ ls -l jpeglib*
-rw-r--r-- 1 root root 46333 2004-08-14 03:16 jpeglib.h
-rw-r--r-- 1 root root 46274 2006-06-19 15:05 jpeglib.h.real

If I change jfifcontainer.{h,cpp} to use jpeglib.h.real then the
compilation of the demo directory works.  Most likely because .real has
an extern "C" declaration in it whereas jpeglib.h does not.

I'm not sure which package in edgy is responsible for jpeglib.h.real.

george


More information about the Libopenraw-dev mailing list