openexr-devel
[Top][All Lists]
Advanced

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

[Openexr-devel] Small compile error


From: Daniel Kaneider
Subject: [Openexr-devel] Small compile error
Date: Fri, 13 May 2011 20:02:02 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10

Hi,

today I downloaded the sources of openExr and IlmBase in order to compile them on VS 2010 64bit.
IlmBase compiled without complains but the compilation of openExr (IlmImf) failed due to a missing semicolon in ImfAutoArray.h in line 60. IMHO that line should be:

AutoArray (): _data (new T [size]) { memset(_data, 0, size*sizeof(T));}

I would appreciate if someone could add this to cvs.

Btw. are you really happy with that versioning system? There are so many empty folders which should be removed, and if cvs doesn't allow to do that, this should be reason enough to do a switch to svn,git,mercurial,...whatever.

Thanks in advance.
Daniel

reply via email to

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