I'm trying to build owl_cpp in win7(64bit) using boost.build and vs2015-msvc-compiler.
Following the directions in "doc/build.txt":
Copy "boost-build.jam" to "D:\Project32\owlcpp-v0.3.4" and edit as follows:
Hi,
I am trying to build owlcpp library on windows for 64 bits.
can somebody help me how to build it. i could not find out steps to build the very first dependency libxml2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to build owl_cpp in win7(64bit) using boost.build and vs2015-msvc-compiler.
Following the directions in "doc/build.txt":
Copy "boost-build.jam" to "D:\Project32\owlcpp-v0.3.4" and edit as follows:
Copy "user-config.jam" to everywhere - "D:\Project32\owlcpp-v0.3.4", "C:\Documents and Settings\Lenovo", "C:\Users\Lenovo", And edit as follows:
Run VS2015 console in Administrator mode, type "b2..." and Error as follows:
Seems like the Constant "OWLCPP" is not got by Boost.build, but why?!
Where is the win7 HOME directory!
Where to put "user-config.jam"!
I am crazy!!!!
Problem was resolved by rolling back boost's version to 1.53.0
Hi,
I am trying to build owlcpp library on windows for 64 bits.
can somebody help me how to build it. i could not find out steps to build the very first dependency libxml2.
exactly the same problem... I am trying to roll back...