Re: build broken

2024-02-09 Thread Stephan Bergmann
On 2/9/24 12:29, Regis Perdreau wrote: It works, I'm not sure what exactly works. You manually changed the generated config_host/config_global.h from #define HAVE_CPP_STRONG_ORDER 1 to #define HAVE_CPP_STRONG_ORDER 0 and then a following `make` worked? That's bad, it would mean the

Re: build broken

2024-02-09 Thread Regis Perdreau
It works, thanks a lot, Régis Perdreau Le ven. 9 févr. 2024 à 11:36, Regis Perdreau a écrit : > > Hi Stephan, > > you're right, i have #define HAVE_CPP_STRONG_ORDER 1 > I'm so happy to hear from you, and answer to a year mystery > Only follow wiki procedure. Tks for advices, i will check this.

Re: build broken

2024-02-09 Thread Regis Perdreau
Hi Stephan, you're right, i have #define HAVE_CPP_STRONG_ORDER 1 I'm so happy to hear from you, and answer to a year mystery Only follow wiki procedure. Tks for advices, i will check this. Regards, Régis Perdreau Le ven. 9 févr. 2024 à 11:26, Stephan Bergmann <

Re: build broken

2024-02-09 Thread Stephan Bergmann
On 2/9/24 11:00, Regis Perdreau wrote: time to time, the master libreoffice build is broken What platform are you building on? What compiler and what version of that compiler are you using (Clang, GCC, ...)? What standard library and what version of that standard library are you using

Re: Build broken with --enable-headless

2014-11-07 Thread tarungoyal
Hi Riccardo, Thanks for the patch. I think a little modification is required. $(if $(ENABLE_HEADLESS),, \ must be modified to: $(if ! $(ENABLE_HEADLESS),, \ Also after making this change I got this error: Test name: testFdo37606Copy::Import equality assertion failed - Expected: 2 - Actual : 1

Re: Build broken with --enable-headless

2014-11-07 Thread Riccardo Magliocchetti
Il 07/11/2014 12:51, tarungoyal ha scritto: Hi Riccardo, Thanks for the patch. I think a little modification is required. $(if $(ENABLE_HEADLESS),, \ must be modified to: $(if ! $(ENABLE_HEADLESS),, \ Nope, the original patch was fine :) The if syntax is: conditional,true branch,false branch

Re: Build broken with --enable-headless

2014-11-05 Thread Riccardo Magliocchetti
Hello, Il 05/11/2014 10:35, tarungoyal ha scritto: Command used: ./autogen.sh --without-java --enable-headless --with-theme='' --with-package-format=deb --enable-epm --disable-vba --disable-extensions --disable-opengl make It should really say make ERROR Message:

Re: Build broken with --enable-headless

2014-11-05 Thread Michael Stahl
On 05.11.2014 11:05, Riccardo Magliocchetti wrote: Hello, Il 05/11/2014 10:35, tarungoyal ha scritto: Command used: ./autogen.sh --without-java --enable-headless --with-theme='' --with-package-format=deb --enable-epm --disable-vba --disable-extensions --disable-opengl make hi

Re: Build broken with --enable-headless

2014-11-05 Thread Norbert Thiebaud
On Wed, Nov 5, 2014 at 4:05 AM, Riccardo Magliocchetti riccardo.magliocche...@gmail.com wrote: Hello, Il 05/11/2014 10:35, tarungoyal ha scritto: Command used: ./autogen.sh --without-java --enable-headless --with-theme='' --with-package-format=deb --enable-epm --disable-vba

Re: Build broken with --enable-headless

2014-11-05 Thread Riccardo Magliocchetti
Hello, Il 05/11/2014 11:35, Michael Stahl ha scritto: On 05.11.2014 11:05, Riccardo Magliocchetti wrote: Hello, Il 05/11/2014 10:35, tarungoyal ha scritto: Command used: ./autogen.sh --without-java --enable-headless --with-theme='' --with-package-format=deb --enable-epm --disable-vba

Re: Build broken with --enable-headless

2014-11-05 Thread Riccardo Magliocchetti
Hi Tarun, Il 05/11/2014 11:05, Riccardo Magliocchetti ha scritto: ERROR Message: libreoffice_4_2/core/solenv/gbuild/ComponentTarget.mk:51: *** No LIBFILENAME set at component target: /usr/local/google/home/tarungoyal/Downloads/libreoffice_4_2/core/workdir/ComponentTarget/vcl/vcl.unx.component.

RE: build broken

2013-10-29 Thread Winfried Donkers
Hi Stephan, On 10/28/2013 05:00 PM, Winfried Donkers wrote: I get a backtrace: cppunittester: /home/winfried/git/libo/include/rtl/ustring.hxx:420: sal_Unicode rtl::OUString::operator[](sal_Int32) const: Assertion `index = 0 index getLength()' failed. Should be fixed now with

Re: build broken

2013-10-28 Thread Stephan Bergmann
On 10/28/2013 09:25 AM, Winfried Donkers wrote: I suffer (since last Wednessday/Thursday) with a broken build on both my development machines. The code bse is up to date and clean of my own code changes. make check reports an assertion in Cppunittess_sd_import_test. Do you mean a failed

Re: build broken

2013-10-28 Thread Stephan Bergmann
On 10/28/2013 05:00 PM, Winfried Donkers wrote: I get a backtrace: cppunittester: /home/winfried/git/libo/include/rtl/ustring.hxx:420: sal_Unicode rtl::OUString::operator[](sal_Int32) const: Assertion `index = 0 index getLength()' failed. Should be fixed now with

$(ISYSTEM) considered harmful (was: Re: Build broken)

2013-04-01 Thread Michael Stahl
On 31/03/13 14:52, Tor Lillqvist wrote: make clean helps. (if you have the patience, you can do make foo.clean for each module that depend on icu.) if make clean helps, most likely something is clearly wrong. in this case apparently the following commit broke incremental builds of external

Re: Build broken

2013-03-31 Thread Tor Lillqvist
make clean helps. (if you have the patience, you can do make foo.clean for each module that depend on icu.) --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build broken

2013-03-31 Thread Chris Sherlock
Ah... guess I should have thought of that :-) Chris On Sun, Mar 31, 2013 at 11:52 PM, Tor Lillqvist t...@iki.fi wrote: make clean helps. (if you have the patience, you can do make foo.clean for each module that depend on icu.) --tml ___ LibreOffice

Re: Build broken in libreoffice-3.5 branch

2012-02-22 Thread Petr Mladek
Tomáš Chvátal píše v St 22. 02. 2012 v 11:01 +0100: Hello guys, currently the build is broken in nsplugin build: This error is caused due to fact that I have old npapi.h (pre ff9) and it was supposed to be fixed by this commit: