Can't Make Doc's

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
webjeff
Posts: 66
Joined: Thu May 05, 2005 2:51 am

Can't Make Doc's

Post by webjeff »

I'm having the same prob as posted here:

http://forums.ps2dev.org/viewtopic.php? ... 34e0ea1a54

Code: Select all

$ make doxygen-doc
rm -rf doc
SRCDIR='.' PROJECT='pspsdk' DOCDIR='doc' VERSION='1.0+beta' PERL_PATH='/usr/bin/
perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERA
TE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='NO' /cygd
rive/c/PS2Dev/share/doxygen ./doc/doxygen.cfg
Error: configuration file ./doc/doxygen.cfg not found!
Doxygen version 1.2.18
Copyright Dimitri van Heesch 1997-2002

You can use doxygen in a number of ways:

1) Use doxygen to generate a template configuration file:
    /cygdrive/c/PS2Dev/share/doxygen [-s] -g [configName]

    If - is used for configName doxygen will write to standard output.

2) Use doxygen to update an old configuration file:
    /cygdrive/c/PS2Dev/share/doxygen [-s] -u [configName]

3) Use doxygen to generate documentation using an existing configuration file:
    /cygdrive/c/PS2Dev/share/doxygen [configName]

    If - is used for configName doxygen will read from standard input.

4) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.
    RTF:   /cygdrive/c/PS2Dev/share/doxygen -w rtf styleSheetFile
    HTML:  /cygdrive/c/PS2Dev/share/doxygen -w html headerFile footerFile styleS
heetFile [configFile]
    LaTeX: /cygdrive/c/PS2Dev/share/doxygen -w latex headerFile styleSheetFile [
configFile]

5) Use doxygen to generate an rtf extensions file
    RTF:   /cygdrive/c/PS2Dev/share/doxygen -e rtf extensionsFile

If -s is specified the comments in the config file will be omitted.
If configName is omitted `Doxyfile' will be used as a default.

make: *** [doc/pspsdk.tag] Error 1
When I run it again, it deleted itself or something cause then I get :

$ make doxygen-doc
make: *** No rule to make target `doc/doxygen.cfg', needed by `doc/pspsdk.tag'.
Stop.

I have the latest code from svn, I can't seem to figure this out. Any help?

Thanks
Jeff
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

This particular error was fixed a looong time ago. Either you don't have the latest from SVN or you need to rerun bootstrap.
Post Reply