$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-11-25 11:31:33
pivk wrote:
>
> Build
> [Linker Fatal Error] Fatal: Unable to open file
> 'LIBBOOST_DATE_TIME-BCB-MT-1_33.LIB'
>
> and idea what could be wrong?
>
> does anyone have this file?
>
It was build by the 'bjam' process. Its final location depends on
whether you specified 'install' or 'stage' when invoking bjam.
You need to add the folder where this file is located to the lib paths
(under directories/conditionals in project options).
Cheers
Russell