Boost logo

Boost-Build :

From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-07-05 04:10:46


   Hi Robert.

> warn: Unable to construct
> ../../../libs/serialization/build/boost_serialization
> warn: Unable to construct
> ../../../libs/serialization/build/boost_serialization
> warn: Unable to construct
> ../../../libs/serialization/build/boost_wserialization
>
> I've verified that como.exe is accessible through the current path.

   The messages above are reported by Boost Build and state that it
could not find any way to construct this library. You can look at the
sources & requirements listed for that requirement and see whether any
of them are missing (whether directly or because their requirements
could not be satisfied).

   Try running your build with one or more of the following options and
see if it helps and gives you some more information:

   --debug-generators
   --debug-building
   -d2
   --debug-configuration

   Hope this helps.

   Best regards,
     Jurko Gospodnetić


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