forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Cannot make doxygen-doc

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
goblindojo



Joined: 22 Jun 2005
Posts: 6

PostPosted: Tue Jun 28, 2005 11:02 pm    Post subject: Cannot make doxygen-doc Reply with quote

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
View user's profile Send private message
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Wed Jun 29, 2005 2:38 am    Post subject: Reply with quote

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
View user's profile Send private message
iapetus



Joined: 03 Jul 2005
Posts: 1

PostPosted: Sun Jul 03, 2005 10:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Mon Jul 04, 2005 1:28 am    Post subject: Reply with quote

Fixed in Subversion.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group