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: Piotr Stanczyk
Subject: Re: [Openexr-devel] error in make
Date: Mon, 27 Aug 2012 15:17:56 +0000

Hi Yogesh, 

For more information about contributing please take a look at:
https://github.com/openexr/openexr/wiki/Developer-Information



Many thanks

Piotr

________________________________________
From: address@hidden address@hidden on behalf of yogesh yadav address@hidden
Sent: 24 August 2012 23:36
To: David Aguilar
Cc: address@hidden
Subject: Re: [Openexr-devel] error in make

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

_______________________________________________
Openexr-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/openexr-devel



reply via email to

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