I've tried, unsuccessfully, to build the library on Mac OS X 10.7.5. In my user-config.jam file I've uncommented 'using darwin' and populated the values for the CONSTANTS BOOST,ICONV,RAPTOR,and FACTPP with the path to the untarred source distributions of those libraries.
With respect to the value of LIBXML2, I found a comment in the jamroot.jam file suggesting that on Windows and Mac OSX we should point the libxml2 constant to a precompiled library (libxml2). I tried passing the value of a libxml2.dylib that I have and secondly the location of the untarred libxml2 distro but both configurations throw the same error.
Running: b2 clean release from Owl-Cpp directory throws the following error:
error: Unable to find file or target named
error: '$$$HOME/owl-cpp/external//libxml2'
error: referred from project at
error: 'ext/raptor'
Any suggestions would be much appreciated.
Many thanks.
Last edit: M Levin 2012-12-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've tried, unsuccessfully, to build the library on Mac OS X 10.7.5. In my user-config.jam file I've uncommented 'using darwin' and populated the values for the CONSTANTS BOOST,ICONV,RAPTOR,and FACTPP with the path to the untarred source distributions of those libraries.
With respect to the value of LIBXML2, I found a comment in the jamroot.jam file suggesting that on Windows and Mac OSX we should point the libxml2 constant to a precompiled library (libxml2). I tried passing the value of a libxml2.dylib that I have and secondly the location of the untarred libxml2 distro but both configurations throw the same error.
Running: b2 clean release from Owl-Cpp directory throws the following error:
error: Unable to find file or target named
error: '$$$HOME/owl-cpp/external//libxml2'
error: referred from project at
error: 'ext/raptor'
Any suggestions would be much appreciated.
Many thanks.
Last edit: M Levin 2012-12-03
I am going to fix building on MacOS and let you know. Thanks
--Mikhail
Hi Mikhail, I just saw your reply. Thanks for looking into this issue
-- Shaun
Hello Shaun,
Building owlcpp for MacOS 10.6.8 is fixed in the master branch. Please let me know if you have issues.
Please also note the correct URL for the git repo: git://git.code.sf.net/p/owl-cpp/code
Mikhail