openexr-devel
[Top][All Lists]
Advanced

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

[Openexr-devel] OpenEXR 2.0.1 Build Error


From: Dan Hutchinson
Subject: [Openexr-devel] OpenEXR 2.0.1 Build Error
Date: Mon, 29 Jul 2013 15:20:26 +0100

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
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]