On Mon, Feb 9, 2009 at 12:58 PM, Cyril Brulebois <[email protected]> wrote: > Mathieu Malaterre <[email protected]> (09/02/2009): >> current debian package is not compatible with default installation >> making it difficult to use. > > Hmm? From a codesearch.google.com search, it looks like there are a > bunch of people just using "#include <openjpeg.h>". Why not doing that?
I've actually seen openjpeg.h in 3 locations in the wild :- /usr/include/openjpeg.h /usr/include/openjpeg/openjpeg.h /usr/include/libopenjpeg/openjpeg.h Pretty much any project i use openjpeg in i now do the #include <openjpeg.h> with the autotools/cmake etc rules for adding the correct include search path to gcc. I'm on the fence w.r.t changing the location, as if we fix it for one app, i suspect it will break others who are using it. Robin -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

