[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Openexr-devel] Re: OpenEXR 1.4.0a
From: |
Rex Dieter |
Subject: |
[Openexr-devel] Re: OpenEXR 1.4.0a |
Date: |
Mon, 08 Jan 2007 09:32:55 -0600 |
User-agent: |
KNode/0.10.4 |
Dave Jarvis wrote:
> There seems to be an oversight in the headers for OpenEXR.
>
> From /usr/local/include/OpenEXR/
> ImfIO.h
> ImfChannelList.h
> ImfInputFile.h
> ImfCompressionAttribute.h
>
> These files have the following:
>
> #include <ImfInt64.h>
>
> #include <ImfName.h>
> #include <ImfPixelType.h>
>
> ... etc.
>
> However, since <>'s are used to indicate standard library directories
> (e.g., /usr/include and /usr/local/include), they do not refer to
> /usr/local/include/OpenEXR.
WORKSFORME, since
$ pkg-config --cflags OpenEXR
-I/usr/include/OpenEXR
Does your build not include -I/usr/local/include/OpenEXR ?
-- Rex