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: Piotr Stanczyk
Subject: Re: [Openexr-devel] OpenEXR 2.0.1 Build Error
Date: Mon, 29 Jul 2013 17:58:39 +0000

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+address@hidden [openexr-devel-bounces+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
Fax: +44 (0)20 7930 8906
The Foundry Visionmongers Ltd.
Registered in England and Wales No: 4642027

reply via email to

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