$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-07-26 05:06:17
Hi Arvind.
> I am getting following error when I compile code wiht bjam. How I can
> change subsytem from console to windows in jamfile?
Try setting the user-interface feature. Its allowed values are:
console, gui, wince, native & auto.
For future reference: a useful technique when preparing a 'new type
of Jamfile' it is useful to run the build with the -d2 option to see the
exact command-line options used and then grep through Boost Build's
tools folder to see where an appropriate command-line parameter is used.
For instance if you do 'grep -inr console *' there you pretty much get
your answer directly.
Hope this helps.
Best regards,
Jurko GospodnetiÄ