I was unable to build with 1.50 on my Mac, getting link errors (and didn't have
time to track it down, sorry). After reverting to Boost 1.49, it was just
fine. On Mac, I stay reasonably up to date, so have at some point built it
against each version dating back to around 1.42 or maybe even earlier. On
Linux, I typically build against 1.42 and we're testing 1.46 as well (seems
fine).
I'd be interested in seeing the stack trace to know exactly where it hits the
exception. It's possible that we haven't wrapped try/catch around some
operation that needs it.
Out of curiosity, which C compiler are you using? (Trying to judge if you are
C++11 compliant enough that some of the boost things we use are not needed.)
-- lg
On Aug 23, 2012, at 9:52 AM, Piotr Stanczyk wrote:
> For what it's worth, I've built it with 1.50 but haven't had a lot of
> time to test it out as such ...
>
> Piotr
>
> On Thu, Aug 23, 2012 at 9:41 AM, Stephen Parker
> <[email protected]> wrote:
>> Is anyone having success with openimageio compiled against versions of boost
>> 1.47 or higher? I started trying to link against 1.50 and ran into some
>> compile issues, so I started stepping back and trying to compile against
>> earlier versions. 1.47 and 1.48 cause my plug-in (wrapping oiio) to throw an
>> exception after the render is finished. Before I start diving in I thought
>> I'd see if anyone else had issues.
>>
>> This is the error I'm seeing:
>>
>> terminate called after throwing an instance of
>> 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error>
>>> '
>> what(): boost::lock_error
>>
>> Some cursory googling resulted in a few hits where someone was asking if
>> anything had changed in 1.47 regarding this lock_error. But nothing
>> conclusive yet. 1.43 has worked fine for me.
>>
>> _______________________________________________
>> Oiio-dev mailing list
>> [email protected]
>> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
>>
> _______________________________________________
> Oiio-dev mailing list
> [email protected]
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
--
Larry Gritz
[email protected]
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org