Boost logo

Boost-Build :

From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-06-26 14:45:38


   Hi Dick.

> Has anyone tried to build boost 1.35 in Virtual PC 2007 with VS2008?
>
> bjam toolset=msvc-9.0 define=_CRT_SECURE_NO_WARNINGS=0
> define=_SCL_SECURE_NO_WARNINGS=0 define=_SECURE_SCL=0 threading=multi
> link=static --build-type=complete --without-python --without-mpi stage
>
> This command works correctly on WinXP with VS2008 installed, but does
> nothing when run inside of VirtualPC 2007 with the same configuration.
>
> I can run VS2008 IDE inside the virtual machine.

   What do you mean by 'does nothing'?

   Could you post the exact output?

   Also, the following options may provide you with additional information:
   -d+2 ... displays the exact commands executed.
   --debug-building ... displays the exact property set for each built
target.
   --debug-configuration ... displays details related to different
toolsets used for your build.

   Have you tried running a build for only a specific library? E.g. use
the --with-system option and see if that builds? Or tried builing a
simple .exe from a 'int main() {}' .cpp file using Boost Build?

   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