Open GoogleCodeExporter opened 9 years ago
This seems like an issue with how you build boost.
clock_gettime is linked in via -lrt shouldn't libboost_thread-gcc44-mt-1_55.a
be in charge of that?
Original comment by miller.lucas
on 11 Dec 2013 at 12:45
i'm running into the same exact issue.
boost is compiled as described in the doc (static, versioned, mt).
curious why i'm getting this as well...
Original comment by oliviers...@gmail.com
on 30 Mar 2014 at 3:26
btw, i'm using the same boost version 1.55. thanks.
Original comment by oliviers...@gmail.com
on 30 Mar 2014 at 4:11
I successfully compiled Alembic with Boost 1.44. Boost 1.55 seems to have
some compatible issues with Alembic.
Original comment by jhy13401192277@gmail.com
on 30 Mar 2014 at 2:08
yep. same here. just tried with 1.44 with same compile rules and it works just
fine.
1.55 does not play nicely with alembic. thanks.
Original comment by oliviers...@gmail.com
on 30 Mar 2014 at 5:21
Does this help?
https://svn.boost.org/trac/boost/ticket/8448
Original comment by miller.lucas
on 31 Mar 2014 at 4:35
I successfully compiled Alembic with Boost 1.55 on Ubuntu 14.04. I only get a
warning while running the bootstrap, that I ignored; then make && make install
without any trouble.
Using Alembic 1.5.8 and gcc 4.8.2
Original comment by sylvain.bouxin@whtcorp.com
on 21 Feb 2015 at 4:25
Original issue reported on code.google.com by
jhy13401192277@gmail.com
on 9 Dec 2013 at 11:00