Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
goblindojo
Posts: 6 Joined: Wed Jun 22, 2005 7:51 am
Post
by goblindojo » Tue Jun 28, 2005 11:02 pm
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 » Wed Jun 29, 2005 2:38 am
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 » Sun Jul 03, 2005 10:45 pm
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 » Mon Jul 04, 2005 1:28 am
Fixed in Subversion.