Re: [Libreoffice] Building problem, DEBUG_ELEMENT when DEBUG is off

2010-11-23 Thread Joost Eekhoorn
Fine that it is fixes, thanks. The build and the install succeeded with my own fix. I just did not like to do another pull, because that takes a lot of time to build. I let my computer build at night. If the build brakes (with running "make"), it will take me another night. If I fix the problems l

Re: [Libreoffice] Building problem, DEBUG_ELEMENT when DEBUG is off

2010-11-23 Thread Noel Power
On Tue, 2010-11-23 at 23:51 +0100, Joost Eekhoorn wrote: > Hi, > I had a problem in writerfilter, building without DEBUG. > > I did some local hack with #undef, to get it building again. [...] I fixed a bug in this area, should be good now thanks, Noel __

Re: [Libreoffice] Building problem, DEBUG_ELEMENT when DEBUG is off

2010-11-23 Thread Thorsten Behrens
Joost Eekhoorn wrote: > I had a problem in writerfilter, building without DEBUG. > Should be fixed on master, please pull latest changes. Cheers, -- Thorsten pgplJkZmzhzbu.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.

[Libreoffice] Building problem, DEBUG_ELEMENT when DEBUG is off

2010-11-23 Thread Joost Eekhoorn
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 namespace writerfilter { namespace dmapper { extern TagLogger::Pointer_t dmapper_logger; } } #else #undef DEBUG_ELEMENT #undef DEBUG_C