Hi,

Since I have recetly updated my cvs snapshot, I'm not able to generate
BoostDoc documentation anymore.

I got following message:

/cygdrive/d/Projects/Boost/boost/tools/build/tools/boostbook.jam:328: in boostbook
rule new unknown in module boostbook.
Jamfile.v2:25: in modules.load
/cygdrive/d/Projects/Boost/boost/tools/build/new/project.jam:285: in load-jamfile
/cygdrive/d/Projects/Boost/boost/tools/build/new/project.jam:69: in project.load
/cygdrive/d/Projects/Boost/boost/tools/build/build-system.jam:74: in load
/cygdrive/d/Projects/Boost/boost/tools/build/kernel/modules.jam:259: in import
/cygdrive/d/Projects/Boost/boost/tools/build/kernel/bootstrap.jam:122: in boost-build
/cygdrive/d/Projects/Boost/boost/boost-build.jam:12: in module scope


I'm building on win32 under cygwin. I'm using newest bjam.
My Jamfile is here:

project string_algo ;
import boostbook : boostbook ; 
import doxygen : doxygen ;

doxygen string_algo.doxygen :   
        ../../string_algo/boost/string_algo/classification.hpp
        ../../string_algo/boost/string_algo/case_conv.hpp 
        ../../string_algo/boost/string_algo/find.hpp 
        ../../string_algo/boost/string_algo/trim.hpp
        ../../string_algo/boost/string_algo/predicate.hpp
        ../../string_algo/boost/string_algo/split.hpp
                                                        ;
                
boostbook string_algo : string_algo.doxygen ;


Any ideas?

Thanks in advance.

Pavol


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to