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 <pstanc...@ilm.com> 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=ilm....@nongnu.org[openexr-devel-bounces+pstanczyk=
> ilm....@nongnu.org] on behalf of Dan Hutchinson [
> hutchin...@thefoundry.co.uk]
> *Sent:* 29 July 2013 07:20
> *To:* openexr-devel@nongnu.org
> *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
> Web: www.thefoundry.co.uk
> Email: hutchin...@thefoundry.co.uk
> 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: 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