Re: [Doxygen-develop] ExtCmd debug information disabled in portable_system
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2007-10-24 20:29:42
|
On 10/24/07, Olivier Croquette <ocr...@fr...> wrote: > > Hi > > Actually, this debug information is available only if NODEBUG is not set. > > It seems the official version is compiled with NODEBUG. I think it's not a > good > idea, since prohibits debugging possibilities and bug reports from the > users. No the official version (1.5.3) still had the code with the command commented out (see http://svn.planetsaphire.com/viewvc.cgi/trunk/src/portable.cpp?root=doxygen&r1=566&r2=578 ) I need the NODEBUG flag for doxywizard, which also uses portable.cpp but not the debug mechanism (that's why I commented it out earlier). I spent because of that a very long time to find out what the following > error > messages were about: > Error: Problems running epstopdf. Check your TeX installation! > epstopdf: The input file does not exist. > (with no other information) > > Would it be possible to enable the debug (when using the -d switch) in the > releases? Sure, it will work in the next release (and already in the latest SVN release as well). Regards, Dimitri |