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: hutchin...@thefoundry.co.uk
The Foundry Visionmongers Ltd.
Registered in England and Wales No: 4642027
_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to