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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to