RE: [Doxygen-users] CVS snapshot of doxygen-1.2.7 and config.cpp
Brought to you by:
dimitri
From: Prikryl,Petr <PRI...@sk...> - 2001-05-02 10:43:08
|
The reason is that Makefile.libdoxygen assumes the existence of config.cpp, but the file is to be generated later via Makefile.libdoxycfg. I have solved the problem by switching the order of lines 18 and 19 in doxygen/src/Makefile.in. Then, you have to start make from the root (to let the perl generate real makefiles). I have already sent this directly to Dimitri. Petr -- Petr Prikryl, SKIL, spol. s r.o., pri...@sk... > -----Original Message----- > From: Walter F.J. Mueller [SMTP:W.F...@gs...] > Sent: Wednesday, May 02, 2001 11:06 AM > To: dox...@li... > Subject: [Doxygen-users] CVS snapshot of doxygen-1.2.7 and config.cpp > > Hi, > > using the newest CVS snapshot (now doxygen-1.2.7) under Linux I get after > a > > ./configure --prefix ... > make > > the error > > gmake[1]: *** No rule to make target `config.cpp', > needed by `../objects/config.o'. Stop. > > > Looking into Makefile.libdoxygen I see that there is no rule > to produce config.cpp from config.l . Doing manually a > > lex -PconfigYY -t config.l > config.cpp > > in the src directory fixed this and I could successfully build doxygen. > > I guess that there is a glitch in one files steering the Makefile > creation. > > > Cheers, Walter > > -- > Walter F.J. Mueller Mail: W.F...@gs... > GSI, Abteilung KP3 Phone: +49-6159-71-2766 > D-64291 Darmstadt FAX: +49-6159-71-2989 > WWW: http://www-kp3.gsi.de/www/kp3/people/mueller.html > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > http://lists.sourceforge.net/lists/listinfo/doxygen-users |