I'm attempting to do a partial build of RDKit without the Python dependencies.

Boost was built after copying the numeric bindings directories into the $BOOSTHOME dir locations as specified in the INSTALL file.
Boost was built with the command:

'bjam --with-thread -prefix=/home/marshall/boost_1_37_0 release install'

There were no errors.

When building RDKit with the command:

'bjam all-libraries address-model=64'

I get these errors:

##################
/home/marshall/boost_1_37_0/tools/build/v2/build/virtual-target.jam: 1047: in virtual-target.register-actual-name from module virtual-target error: Duplicate name of actual target: <p/home/marshall/ RDKit_Q32008_1/bin>libForceField.so error: previous virtual target { common%common.copy- libForceField.so.SHARED_LIB ....
...
..
.
error: created from /home/marshall/RDKit_Q32008_1/Code/ForceField/lib- install error: another virtual target { common%common.copy- libForceField.so.SHARED_LIB ...
...
..
.
error: created from ForceField/lib-install
error: added properties: <include>. <xdll-path>/mnt/boron/home/ marshall/RDKit_Q32008_1/Code/DataStructs/bin/gcc-4.1.2/release/address- model-64/threading-multi <xdll-path>/mnt/boron/home/marshall/ RDKit_Q32008_1/Code/Geometry/bin/gcc-4.1.2/release/address-model-64/ threading-multi <xdll-path>/mnt/boron/home/marshall/RDKit_Q32008_1/ Code/Numerics/Optimizer/bin/gcc-4.1.2/release/address-model-64/ threading-multi <xdll-path>/mnt/boron/home/marshall/RDKit_Q32008_1/ Code/RDGeneral/bin/gcc-4.1.2/release/address-model-64/threading-multi error: removed properties: <include>/home/marshall/RDKit_Q32008_1/Code <xdll-path>/home/marshall/RDKit_Q32008_1/Code/DataStructs/bin/ gcc-4.1.2/release/address-model-64/threading-multi <xdll-path>/home/ marshall/RDKit_Q32008_1/Code/Geometry/bin/gcc-4.1.2/release/address- model-64/threading-multi <xdll-path>/home/marshall/RDKit_Q32008_1/Code/ Numerics/Optimizer/bin/gcc-4.1.2/release/address-model-64/threading- multi <xdll-path>/home/marshall/RDKit_Q32008_1/Code/RDGeneral/bin/ gcc-4.1.2/release/address-model-64/threading-multi /home/marshall/boost_1_37_0/tools/build/v2/build/virtual-target.jam: 480: in actualize-no-scanner from module object(file-target)@1341 /home/marshall/boost_1_37_0/tools/build/v2/build/virtual-target.jam: 130: in object(file-target)@1341.actualize from module object(file- target)@1341 /home/marshall/boost_1_37_0/tools/build/v2/build-system.jam:695: in load from module build-system /home/marshall/boost_1_37_0/tools/build/v2/kernel/modules.jam:283: in import from module modules /home/marshall/boost_1_37_0/tools/build/v2/kernel/bootstrap.jam:128: in boost-build from module /home/marshall/boost_1_37_0/boost-build.jam:16: in module scope from module

##################

Any help would be appreciated.

Thanks.

-Marshall

Reply via email to