Boost logo

Boost-Build :

Subject: [Boost-build] date_time problems
From: Dr. Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2011-10-29 13:45:01


Hi,

I have a project which uses Boost.DateTime. Actually it only uses
header-only features. The whole project is build by a set of Jamfiles.
Under Linux everything is fine. But if I try to build the project on
Windows using the same Jamfiles the linker wants to link against
libboost_date_time-vc100-mt-gd-1_47.lib. What is a proper solution to
this problem?

To solve this issue, I tried to include the binaries of date_time,
without success. What is the typical way to include date_time. I tried
<library>/boost/date_time//boost_data_time which does not work. I think
I only need to specify the directory of the binaries which are located
in $(BOOST_ROOT)/stage/lib but I even don't know how I introduce this
directory into the Jamfiles.

Any ideas or hints?

Best regards,

Karsten


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk