Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-11-15 10:05:54


On Wednesday 14 November 2007 05:03:55 Deane Yang wrote:
> Could someone give me hint on how I might go about finding the cause of
> the following:
>
> warning: Graph library does not contain optional GraphML reader.
> note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
> note: directories containing the Expat headers and libraries, respectively.
> warning: skipping optional Message Passing Interface (MPI) library.
> note: to enable MPI support, add "using mpi ;" to user-config.jam.
> note: to suppress this message, pass "--without-mpi" to bjam.
> note: otherwise, you can safely ignore this message.
> Building Boost.Regex with the optional Unicode/ICU support disabled.
> Please refer to the Boost.Regex documentation for more information
> (don't panic: this is a strictly optional feature).
> Building clean Dll version 2.0.0, dated 2006-8-3
> Building bbg Dll version 1.1.0, dated 2007-10-5
> Building oas_report DLL version 0.9.0, dated 2007-11-6
> Building intraday_pricer DLL version 0.9.2, dated 2007-10-23
> warning: No toolsets are configured.
> warning: Configuring default toolset "msvc".
> warning: If the default is wrong, you may not be able to build C++ programs.
> warning: Use the "--toolset=xxxxx" option to override our guess.
> warning: For more configuration options, please consult
> warning:
> http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
> Building basic Dll version 0.8.3, dated 2007-3-19
> Skipping build of: ../../../../vendor/boost/serialization <build>no in
> common properties
> c:/home/deane/svn/software/vendor/boost/tools/build/v2/build\virtual-target.jam:423:
> in _adjust-name from module object(file-target)@1052
> error: <tag>@rulename is present but is not the only <tag> feature

Grep your project for uses of <tag>. If a parent project <tag> as project
requirement, then child projects or target cannot use <tag> (or should
explicitly override it).

- Volodya


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