PonyDeluxe / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Symbols not found during boost_trycompile #332

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm on OS X Mavericks, installed all dependencies using Homebrew and then ran 
the bootstrapper. 

Using boost 1.55 (also occured with boost 1.54), I got "symbols not found for 
architecture x86_64" errors (which usually means that the lib wasn't found at 
all) when the bootstrapper tried to compile the boost_trycompile file. 

I also didn't get the messages "Using BOOST_INCLUDEDIR: ..." and "Using 
Boost_THREAD_LIBRARY: ... " specified in the CMake files, so I guess the 
problem is in passing the correct information from the Bootstrapper to CMake.

After I just ignored the problem (i.e entered 'n' after the boostrapper asked 
whether I wanted to fix this), Alembic compiled and worked (After fixing 322 
and 331.)

Original issue reported on code.google.com by marcel.r...@googlemail.com on 16 Dec 2013 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by miller.lucas on 22 Jan 2014 at 9:44