Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Hi,
I had a problem in writerfilter, building without DEBUG.

I did some local hack with #undef, to get it building again.

#ifdef DEBUG
#include <resourcemodel/TagLogger.hxx>

namespace writerfilter {
    namespace dmapper {
        extern TagLogger::Pointer_t dmapper_logger;
    }
}
#else

#undef DEBUG_ELEMENT
#undef DEBUG_CREATE
#undef DEBUG_PROPERTIES
#undef DEBUG_ATTRIBUTES
#undef DEBUG_RESOLVE
#undef DEBUG_MEMORY
#undef DEBUG_CONTEXT_STACK
#undef DEBUG_DOMAINMAPPER

#endif // DEBUG

I hope it is fixed in the repository, so the next pull will be good.

I do not see others reporting building-problems.
Must report these problems or not?

Joost

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.