openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] OpenEXR 2.0.1 Build Error


From: Dan Hutchinson
Subject: Re: [Openexr-devel] OpenEXR 2.0.1 Build Error
Date: Thu, 1 Aug 2013 15:50:13 +0100

Hi Piotr,

The configure switches I used were (I'll give all for completeness):

CC=gcc-4.1
CXX=g++-4.1
CFLAGS=-O3 -funroll-loops -fPIC
CCFLAGS=-O3 -funroll-loops -fPIC

--prefix=#Internal build dir#
--with-ilmbase-prefix=#internal build dir#
--enable-namnespaceversioning=[IlmThread/other libs]_2_0_1_Foundry
--enable-customusernamespace=Foundry/Imf_Foundry

Let me know if you need any other information.

Many Thanks,

Dan



On 29 July 2013 18:58, Piotr Stanczyk <address@hidden> wrote:
Hi Dan,

The Imf namespace is not quite right here; OPENEXR_IMF_NAMESPACE would be the correct way to qualify this.  I'll double check the rest of the code for this.

Would you mind giving me your configure switches that you used when building this - thanks



- Piotr

From: openexr-devel-bounces+pstanczyk=address@hidden [openexr-devel-bounces+pstanczyk=address@hidden] on behalf of Dan Hutchinson [address@hidden]
Sent: 29 July 2013 07:20
To: address@hidden
Subject: [Openexr-devel] OpenEXR 2.0.1 Build Error

Hi All,

I've been building OpenEXR 2.0.1 (source tarball version from openexr.com) on gcc 4.1.2 and am getting a complaint related to the changes to OpenEXR/IlmImf/ImfScanLineInputFile.cpp:1369 when I build it with custom namespaces support, with custom namespace support switched off it works fine.

Changing:

     _data->optimizationMode._destination._format = Imf::OptimizationMode::PIXELFORMAT_OTHER;

to 
    _data->optimizationMode._destination._format = OptimizationMode::PIXELFORMAT_OTHER;

Got the expected results. Anyone else seen this?

Many Thanks,

Dan

--
Dan Hutchinson
Katana Software Engineer

The Foundry
5 Golden Square
London
W1F 9HT

Tel: +44 (0)20 7479 4350
The Foundry Visionmongers Ltd.
Registered in England and Wales No: 4642027



--
Dan Hutchinson
Katana Software Engineer

The Foundry
5 Golden Square
London
W1F 9HT

Tel: +44 (0)20 7479 4350
Fax: +44 (0)20 7930 8906
Web: www.thefoundry.co.uk
Email: address@hidden
The Foundry Visionmongers Ltd.
Registered in England and Wales No: 4642027

reply via email to

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