A.
> I think you're missing the tools/build/v2/tools/types directory.
> Can you go to tools/build/v2 and run "cvs update -d"? Or, if you're using
graphical CVS client, find an option which causes it to create directories
during update.

I thought that my WinCVS client always had the -d option enabled but I was
wrong.  It has to be set before every pass.  I now have the types directory (and
a lot more that I was missing).

B.
The fop.html page, Configuring Apache FOP for PostScript/PDF Output, should
specify the file for which bjam is looking.  If I just give it my root
directory, c:/fop-0.20.5rc2/, it complains.  It seems to be satisfied with
C:/fop-0.20.5rc2/build, which holds only the fop.jar file.  Is that correct?

C.
Now I can get a little farther with bjam.  I invoke it from my Boost CVS root
directory as follows:

bjam --v2 -d5 >bjlog

I added the -d5 to generate more diagnostics.  I think there's a problem with
date_time/build.  Here are the last 20 lines of the bjlog file (out of a total
of 32,100 lines):

C:/boostcvs/tools/build/v2/util\regex.jam:22:>>>>|>>>>|>>>>|>>>>|>>>>|>>>>|>>>>
MATCH ^(.*)(/)(.*) : libs
C:/boostcvs/tools/build/v2/util\regex.jam:22:>>>>|>>>>|>>>>|>>>>|>>>>|>>>>|>>>>
set match =
C:/boostcvs/tools/build/v2/util\path.jam:418:>>>>|>>>>|>>>>|>>>>|>>>>|>>>>|>>
sequence.join libs date_time build : \
C:/boostcvs/tools/build/v2/util\sequence.jam:137:>>>>|>>>>|>>>>|>>>>|>>>>|>>>>|>
>>> set joint ?=
C:/boostcvs/tools/build/v2/util\path.jam:418:>>>>|>>>>|>>>>|>>>>|>>>>|>>>>|>>
set result = libs\date_time\build
C:/boostcvs/tools/build/v2/build\targets.jam:794:>>>>|>>>>|>>>>|>>>>|>>>>|>>>
CHECK_IF_FILE libs\date_time\build
C:/boostcvs/tools/build/v2/build\targets.jam:794: in
object(file-reference)@1.exists
rule CHECK_IF_FILE unknown in module object(file-reference)@1.
C:/boostcvs/tools/build/v2/build\targets.jam:369: in find-really
C:/boostcvs/tools/build/v2/build\targets.jam:401: in
object(project-target)@2.find
C:/boostcvs/tools/build/v2/build\targets.jam:828: in resolve-reference
C:/boostcvs/tools/build/v2/build\targets.jam:847: in
targets.generate-from-reference
C:/boostcvs/tools/build/v2/build\targets.jam:1056: in generate-dependencies
C:/boostcvs/tools/build/v2/build\targets.jam:1097: in
object(stage-target-class)@1.generate
C:/boostcvs/tools/build/v2/build\targets.jam:750: in generate-really
C:/boostcvs/tools/build/v2/build\targets.jam:723: in
object(main-target)@1.generate
C:/boostcvs/tools/build/v2/build\targets.jam:252: in
object(project-target)@2.generate
C:/boostcvs/tools/build/v2\build-system.jam:160: in load
C:\boostcvs\tools\build\v2/kernel\modules.jam:259: in import
C:\boostcvs\tools\build\v2/kernel/bootstrap.jam:120: in boost-build
C:\boostcvs\boost-build.jam:12: in module scope


Here's my user-config.jam (with comments removed):

import toolset : using ;
using gcc ;
using qt : "c:/qt" ;
using xsltproc ;
using boostbook : "c:/cygwin/usr/share/docbook-xsl/"
                :  "c:/cygwin/usr/share/xml/docbook/4.2/"
                ;
using doxygen : "C:/program files/doxygen/bin/doxygen.exe" ;
using fop : "C:/fop-0.20.5rc2/build" : "C:/j2sdk1.4.1_01" ;

What should I do next?

Charles Brockman



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to