openexr-devel
[Top][All Lists]
Advanced

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

[Openexr-devel] OpenEXR fail to build with gcc4.5 (simple fix)


From: Campbell Barton
Subject: [Openexr-devel] OpenEXR fail to build with gcc4.5 (simple fix)
Date: Mon, 23 Aug 2010 03:47:13 +1000

Hi, I got this error when building OpenEXR 1.7 on linux with GCC4.5.1

blurImage.cpp: In function ‘void blurImage(EnvmapImage&, bool)’:
blurImage.cpp:424:62: error: ‘memcpy’ was not declared in this scope

Adding '#include <string.h>' at the top of blurImage.cpp fixes this.

-- 
- Campbell



reply via email to

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