| View previous topic :: View next topic |
| Author |
Message |
goblindojo
Joined: 22 Jun 2005 Posts: 6
|
Posted: Tue Jun 28, 2005 11:02 pm Post subject: Cannot make doxygen-doc |
|
|
| Code: | 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: | 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... |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Wed Jun 29, 2005 2:38 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
iapetus
Joined: 03 Jul 2005 Posts: 1
|
Posted: Sun Jul 03, 2005 10:45 pm Post subject: |
|
|
I'm also having problems building the docs, though in a different way. Any suggestions?
| Code: | 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. |
|
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Mon Jul 04, 2005 1:28 am Post subject: |
|
|
| Fixed in Subversion. |
|
| Back to top |
|
 |
|