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:

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
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Reading input files...
Preprocessing /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool.hpp...
Preprocessing /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_fwd.hpp...
Preprocessing /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_io.hpp...
Read 20650 bytes
Reading tag files
Parsing input...
Parsing file /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool.hpp...
Parsing file /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_fwd.hpp...
Parsing file /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_io.hpp...
Freeing input...
Building group list...
Building namespace list...
Building file list...
Building class list...
Building example list...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing template instances...
Creating members for template instances...
Computing class relations...
Searching for enumerations...
Searching for member function documentation...
Building page list...
Building package list...
Search for main page...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Adding classes to their packages...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Adding source references...
Adding todo/test/bug list items...
Counting data structures...
Generating disk names...
Resolving user defined references...
Generating index page...
Generating file index...
Generating example documentation...
Generating file sources...
Generating code for file tribool.hpp...
Generating code for file tribool_fwd.hpp...
Generating code for file tribool_io.hpp...
Generating file documentation...
Generating class documentation...
Generating annotated compound index...
Generating hierarchical class index...
Generating member index...
Generating page documentation...
Generating group documentation...
Generating namespace index...
Generating docs for compound boost::logic::indeterminate_name...
/home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_io.hpp:135: Warning: Member char_type of class boost::logic::indeterminate_name is not documented.
/home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_io.hpp:136: Warning: Member string_type of class boost::logic::indeterminate_name is not documented.
Generating docs for compound boost::logic::tribool...
Generating docs for namespace boost::logic::detail
Generating docs for compound boost::logic::detail::indeterminate_t...
Generating group index...
Generating package index...
Generating example index...
Generating file member index...
Generating namespace member index...
Generating page index...
Generating graph info page...
Generating search index...
Generating style sheet...
Generating XML output...
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"?



-------------------------------------------------------
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