John Wiegley <[email protected]> writes:

>>>>>> Philip Rooke 
>>>>>> <phil-en7ojfye3rc1qrn1bg8bzw-xmd5yjdbdmrexy1tmh2...@public.gmane.org> 
>>>>>> writes:
>
>> Have to admit I am not making much progress at the moment.  Basically I
>> can't get Cmake to admit that I really do have boost installed.
>
> The following variable settings might help:
>
>     cmake -DBOOST_ROOT=/usr/local
>           -DBOOST_INCLUDEDIR=/usr/local/include/boost-1_49
>           -DBoost_COMPILER=-clang-darwin

Thanks, but unfortunately that makes no difference.

After some trial and error the only thing I have noticed is that the
boost libraries are installed under names like:

libboost_regex-mt.a
libboost_regex-mt.dylib

That's what homebrew does (mt = multi-threaded??) and it is the only
version of the files that are installed.

Renaming those 2 files as:

libboost_regex.a
libboost_regex.dylib

and the cmake build appears to find them just fine.

As mentioned in my last mail, the autoconf build had no trouble finding
these libs under their original names.

Apologies for not being anymore help.

Phil

Reply via email to