openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] error in make


From: yogesh yadav
Subject: Re: [Openexr-devel] error in make
Date: Sat, 25 Aug 2012 01:36:38 -0500

Thanks a lot David.
The problem is fixed.
The header file <cstring>was missing in the file ImathMatrix.h.
But their are few more such files which needs some correction.


How can I contribute if I want to work for openexr.

On Sun, Aug 19, 2012 at 11:18 AM, David Aguilar <address@hidden> wrote:
>
> On Sat, Aug 18, 2012 at 10:35 PM, ctrl yogi <address@hidden> wrote:
> > In file included from ./ImfChromaticities.h:47:0,
> >                  from ImfChromaticities.cpp:43:
> > /usr/local/include/OpenEXR/ImathMatrix.h: In constructor
> > 'Imath::Matrix44<T>::Matrix44() [with T = float]':
> > ImfChromaticities.cpp:110:17:   instantiated from here
> > /usr/local/include/OpenEXR/ImathMatrix.h:1813:5: error: 'memset' was not
> > declared in this scope
>
> Two possible problems:
>
> 1. You are building in your sandbox, but the build is somehow picking
> up headers from /usr/local/include.
>
> That makes me think that perhaps the makefiles might not be properly
> placing the sandbox at the front of the include path, but I could be
> mistaken.
>
> 2. memset was not declared.  Does it work better if you add:
>
> #include <cstring>
>
> ...to the file it's complaining about?  It could be a missing header
> file, but I have not looked at the code to be sure.
>
> If either of those work let this list know since it may require a
> small fix to the header file.
> --
> David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]