Hi,
I'm going to build owl cpp in ubuntu (11.10)
I downloaded below code/libs:
owl cpp 0.1.0
boost_1_47_0
raptor2-2.0.4
FaCT++-linux-v1.5.3
My questions:
1.Will these versions of boost/raptor/Factc++ work well with owlcpp 0.1.0?
2.Should I also download libxml2 and iconv libraries and set them in user-config.jam? It's said in user-config.jam that libxml2 and iconv are required under MS Windows, does itmeans we don't need it under linux?
Last edit: Xieyuzhi 2012-12-22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am wondering the same questions. I tried to compile on Ubuntu 11.10 with different versions of the libraries :
1- owl-cpp : the last version available on the repository git://owl-cpp.git.sourceforge.net/gitroot/owl-cpp/owl-cpp;
2- boost : 1.49.0, 1.51.0 and 1.52.0;
3- raptor : 2-2.0.4, 2-2.0.6 and 2-2.0.8;
4- FaCT++ : 1.5.3 and 1.6.1;
But, none of these configurations worked for compilation.
Did you successfully compile owl-cpp with the configuration you specified ?
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
owlcpp v0.1.0 on Linux requires libxml pre-installed (binaries and headers).
The upcoming version of owlcpp, however, builds libxml from source. It should work with all recent versions of FaCT++, Raptor, and libxml.
For now, I would recommend checking out the "dev" branch from the repo. I am going to merge it into "master" shortly. Please let me know if you see problems.
Best wishes
Mikhail
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm going to build owl cpp in ubuntu (11.10)
I downloaded below code/libs:
owl cpp 0.1.0
boost_1_47_0
raptor2-2.0.4
FaCT++-linux-v1.5.3
My questions:
1.Will these versions of boost/raptor/Factc++ work well with owlcpp 0.1.0?
2.Should I also download libxml2 and iconv libraries and set them in user-config.jam? It's said in user-config.jam that libxml2 and iconv are required under MS Windows, does itmeans we don't need it under linux?
Last edit: Xieyuzhi 2012-12-22
Hi Xieyuzhi,
I am wondering the same questions. I tried to compile on Ubuntu 11.10 with different versions of the libraries :
1- owl-cpp : the last version available on the repository git://owl-cpp.git.sourceforge.net/gitroot/owl-cpp/owl-cpp;
2- boost : 1.49.0, 1.51.0 and 1.52.0;
3- raptor : 2-2.0.4, 2-2.0.6 and 2-2.0.8;
4- FaCT++ : 1.5.3 and 1.6.1;
But, none of these configurations worked for compilation.
Did you successfully compile owl-cpp with the configuration you specified ?
Regards.
Hi Xieyuzhi and Romiosyne,
Appologies for the delay.
owlcpp v0.1.0 on Linux requires libxml pre-installed (binaries and headers).
The upcoming version of owlcpp, however, builds libxml from source. It should work with all recent versions of FaCT++, Raptor, and libxml.
For now, I would recommend checking out the "dev" branch from the repo. I am going to merge it into "master" shortly. Please let me know if you see problems.
Best wishes
Mikhail
Please note that the correct URL for the owlcpp git repo is this:
git://git.code.sf.net/p/owl-cpp/code
It changed a few months ago after the project migrated to the new version of Sourceforge platform.
Mikhail