On Aug 2, 2004, at 5:40 PM, Larry Evans wrote:

On 08/02/2004 05:33 PM, Larry Evans wrote:
[snip]
I just did "bjam --v2" and got same result. I didn't have the "using
doxygen" in user-config because:
bash-2.05a$ which doxygen
/usr/bin/doxygen
indicating doxygen is in $PATH, and I recall something in the docs
saying if doxygen was in $PATH, there was no need for the user-config entry. Is that wrong?
Apparently yet. I added it and in logic, output was:

Right, it needs to know that doxygen is available (because bjam doesn't have a "configure" step). "using doxygen ;" tells it that Doxygen is available.


cd /home/evansl/prog_dev/boost-root.ln/libs/logic/doc/
bjam --v2
...found 24 targets...
...updating 13 targets...
MkDir1 ../../../bin.v2/libs/logic
MkDir1 ../../../bin.v2/libs/logic/doc
MkDir1 ../../../bin.v2/libs/logic/doc/gcc
MkDir1 ../../../bin.v2/libs/logic/doc/gcc/debug
doxygen-action ../../../bin.v2/libs/logic/doc/gcc/debug/reference.xml
[snipped]
xslt-xsltproc ../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxygen
I/O warning : failed to load external entity "/home/evansl/prog_dev/boost-cvs/boost/libs/logic/doc/xml/.xml"
I/O warning : failed to load external entity "/home/evansl/prog_dev/boost-cvs/boost/libs/logic/doc/xml/.xml"
I/O warning : failed to load external entity "/home/evansl/prog_dev/boost-cvs/boost/libs/logic/d
...


Should I be worried about "I/O warning : failed to load external entity"?

Yes, that seems to indicate some sort of problem, but I've never seen it before. I have no idea why it is trying to load that particular file (doc/xml/.xml? Huh?) You might try "rm -rf xml html" in libs/logic/doc, and also rm -rf $BOOST_ROOT/bin.v2/libs/logic/doc, then rerunning "bjam --v2"; if it still fails, could you send me /home/evansl/prog_dev/boost-cvs/boost/libs/logic/doc/xml/index.xml in private e-mail? I might be able to debug it from that... I'll also try this out on my Linux box tomorrow to see if something has broken there; all is well on my MacOS X machine.


        Doug



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to