openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] make check failure


From: Drew Hess
Subject: Re: [Openexr-devel] make check failure
Date: Fri, 9 Jan 2004 01:21:02 -0800 (PST)

p.s., I compiled OpenEXR with gcc 2.95.4 on Debian GNU/Linux today and it 
passed all regression tests with 'make check', so you might have better 
luck with that version.

-dwh-


 On Thu, 8 Jan 2004, Ken McGaugh wrote:

> Many thanks Ciaran.  This information will be very useful.
> 
> --Ken
> 
> Ciaran Wills wrote:
>   > I found plugins compiled with 2.96 work until you try to use any dynamic
> > type features such as exceptions or dynamic casting.  I've been using
> > 2.95.3 for all my Shake plugins for a while now with few problems.
> > 
> > If it helps anyone else, I got EXR and Shake working by building both
> > the OpenEXR libs and the plugin with 2.95.3 and
> > CXXFLAGS=-fsjlj-exceptions.  To catch exceptions I use
> > 
> > try {
> >     file = new Imf::RgbaInputFile(pImageName->asString().getString());
> > } catch (...) {
> >     NRiSys::error("Error!\n");
> > }
> > 
> > Trying to catch a specific exception didn't work.  This was all on
> > redhat 7.3.
> > 
> > Ciaran.
> > 
> 
> 
> 
> _______________________________________________
> Openexr-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/openexr-devel
> 
> 






reply via email to

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