Cannot make doxygen-doc

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

Moderators: cheriff, TyRaNiD

Post Reply
goblindojo
Posts: 6
Joined: Wed Jun 22, 2005 7:51 am

Cannot make doxygen-doc

Post by goblindojo »

Code: Select all

nino@bonsai:/tmp/pspsdk-1.0+beta$ make doxygen-doc
rm -rf doc
SRCDIR='.' PROJECT='pspsdk' DOCDIR='doc' VERSION='1.0+beta' PERL_PATH='/usr/bin/perl' HAVE_DOT='YES' DOT_PATH='/usr/bin' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='NO' /usr/bin/doxygen ./doc/doxygen.cfg
Error: configuration file ./doc/doxygen.cfg not found!
... (doxygen usage message snipped)
make: *** [doc/pspsdk.tag] Error 1
It seems to be deleting its own config file. From Makefile:

Code: Select all

doc/pspsdk.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
        rm -rf doc
        $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
I tried to look in the Makefile.in but automake is like arcane magic to me...
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

For now, don't build in the same directory where you unpacked pspsdk. Create a subdirectory called "build-pspsdk", change into that and do "../configure".

Thanks for the heads up, I'll fix it when I get the chance.
iapetus
Posts: 1
Joined: Sun Jul 03, 2005 10:40 pm

Post by iapetus »

I'm also having problems building the docs, though in a different way. Any suggestions?

Code: Select all

ukagj001@arisia ~/psp/sdk/pspsdk-1.0+beta/builddir $ make doxygen-doc
make: *** No rule to make target `doc/doxygen.cfg', needed by `doc/pspsdk.tag'.  Stop.
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Fixed in Subversion.
Post Reply