[Doxygen-users] CVS snapshot of doxygen-1.2.7 and config.cpp
Brought to you by:
dimitri
From: Walter F.J. M. <W.F...@gs...> - 2001-05-02 09:06:02
|
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 |