There are sections of the code marked #ifdef DEBUG. How can I properly enable compiling those sections in?
For example, I want to enable DEBUG_ELEMENT in writerfilter/source/ooxml/OOXMLFastContextHandler.cxx. If I simply add a "#define DEBUG_ELEMENT" I get errors about some of the code in the define block (error: ‘debug_logger’ was not declared in this scope). The document wiki.documentfoundation.org/Development/How_to_debug does not mention #ifdef debugging blocks. I'm already compiling with --enable-dbgutil. (Linux Mint 12.04, running "make" from a terminal) Thanks. Justin _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
