Re: Libreoffice build error[for android]

2022-03-06 Thread di liu
That's great ! There is no link error when i execute the command 'make distclean' and make all dynamic files(.so) used to android.But i think i should spend more time on makefile to make it clear how does the process work. Thank you very much for your help. Michael Weghorn 于2022年3月4日周五 20:06写道:

Re: Libreoffice build error[for android]

2022-03-04 Thread Michael Weghorn
On 04/03/2022 12.37, Michael Weghorn wrote: It's not really clear to me what "he green color option" refers to, but if that refers to the change of adding the '--no-check-certificate' option for wget, that should actually be unrelated. OK, had I enabled HTML rendering for the email, it

Re: Libreoffice build error[for android]

2022-03-04 Thread Michael Weghorn
On 04/03/2022 10.42, di liu wrote: Thank you for your reply. > If you have current git master without any local changes and 'make > distclean' and trying again doesn't work I just modified one file which named "Makefile.fetch" location in root dir of libreoffice,But i think this change has

Re: Libreoffice build error[for android]

2022-03-04 Thread di liu
Thank you for your reply. > If you have current git master without any local changes and 'make > distclean' and trying again doesn't work I just modified one file which named "Makefile.fetch" location in root dir of libreoffice,But i think this change has nothing to do with this error below is my

Re: Libreoffice build error[for android]

2022-03-04 Thread Michael Weghorn
Hi, On 03/03/2022 16.08, di liu wrote: the build environment is linux(centos 7) which installed in vmware (my host system is macOS) this is my autogen.input content --with-distro=LibreOfficeAndroid --with-android-sdk=/home/disco/Documents/dev_env/android_sdk

Re: Libreoffice build error[for android]

2022-03-03 Thread di liu
the build environment is linux(centos 7) which installed in vmware (my host system is macOS) this is my autogen.input content --with-distro=LibreOfficeAndroid --with-android-sdk=/home/disco/Documents/dev_env/android_sdk --with-android-ndk=/home/disco/Documents/dev_env/android_sdk/ndk/20.1.5948944

Libreoffice build error[for android]

2022-03-03 Thread di liu
Hi, There has a link error when I build Libreoffice for android( https://wiki.documentfoundation.org/Development/BuildingForAndroid) below is the error message [build ALL] All modules but instset: chart2 canvas cppcanvas dbaccess accessibility winaccessibility UnoControls animations apple_remote

Re: Libreoffice Build Error

2017-10-15 Thread Markus Mohrhard
Hey, On Mon, Oct 9, 2017 at 6:22 AM, Ekansh Jha wrote: > While building libreoffice after make command, I am getting an error. > Please help me to fix it. > > >1. Making all in utils >2. libtool: link: gcc -O -Wl,-z -Wl,origin -Wl,-rpath -Wl,\$ORIGIN -o . >

Libreoffice Build Error

2017-10-15 Thread Ekansh Jha
While building libreoffice after make command, I am getting an error. Please help me to fix it. 1. Making all in utils 2. libtool: link: gcc -O -Wl,-z -Wl,origin -Wl,-rpath -Wl,\$ORIGIN -o . libs/rapper rapper.o ../src/.libs/libraptor2.so 3. /usr/bin/ld: warning: libiconv.so.2,

Re: LibreOffice Build Error

2015-05-04 Thread Tor Lillqvist
I fixed the ICU-related problem when building harfbuzz for Android from OS X, at least, http://cgit.freedesktop.org/libreoffice/core/commit/?id=25b5e3914d42f776ae0925a3d2bff3f159c07b00 . --tml ___ LibreOffice mailing list

Re: LibreOffice Build Error

2015-05-04 Thread Massimiliano Fiori
I had some ICU problems but when i installed these ports all ICU’s problems (except error in my last email) are solved. I paste here my ports maybe they can help someone. Anyway i have the same problem that i wrote in my last mail. If i will finish Android building i will write here. icu

Re: LibreOffice Build Error

2015-05-02 Thread Tor Lillqvist
I had some ICU problems but when i installed these ports all ICU’s problems (except error in my last email) are solved. ports? As in MacPorts? That is exactly what you should not be doing. Both when building LibreOffice for OS X (on OS X), and when building for Android on OS X, you should stay

LibreOffice Build Error

2015-04-30 Thread Massimiliano Fiori
Hi, for several days I am building LibreOffice on my mac (Yosemite 10.10.3) without never succeeded. In my last test I modified the file autogen.input with these options for Android build: --with-distro=LibreOfficeAndroid --with-android-sdk=/Applications/adt-bundle-mac-x86_64-20140702/sdk

Re: LibreOffice Build Error

2015-04-30 Thread Tor Lillqvist
Sorry, building for Android on OS X is known to not work. Last time I tried I didn't even get so far that it would have started building in the android subdirectory, though, so either the problem I saw has been fixed (perhaps accidentally), or you did something to fix it? My comment: commit

How to solve the libreoffice build error?

2014-07-09 Thread Zhen Anddavid
Hi, All I'm trying to build the LibreOffice 4.2.4.2 source. But while building, I met the error. The error follows as below. libreoffice-4.2.4.2\embedserv\source\inc\stdafx.h(22) : fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory make[1]: ***

Re: How to solve the libreoffice build error?

2014-07-09 Thread Caolán McNamara
On Wed, 2014-07-09 at 21:19 +0800, Zhen Anddavid wrote: Hi, All libreoffice-4.2.4.2\embedserv\source\inc\stdafx.h(22) : fatal error C1083: Cannot open include file: 'atlbase.h': No such file or Try adding --disable-atl to you configure line C.

Re: How to solve the libreoffice build error?

2014-07-09 Thread d . ostrovsky
On Wed Jul 9 06:19:04 PDT 2014, Zhen Anddavid wrote: I'm trying to build the LibreOffice 4.2.4.2 source. [...] --without-junit --disable-activex --disable-directx --enable-dbgutil Remove --disable-activex and it should work. David ___ LibreOffice

Re: LibreOffice build error

2014-06-26 Thread Noel Grandin
On 2014-06-22 10:52 AM, Iric Lomax wrote: ./configure: line 38970: test: jar: integer expression expected configure: error: no, you need at least Ant = 1.6.0 Error running configure at /cygdrive/c/sources/libo-core/autogen.sh line 209. It's probably a bug in the configure script. I would

LibreOffice build error

2014-06-25 Thread Iric Lomax
Hello, When try to run this command: /cygdrive/c/sources/libo-core/autogen.sh \ --with-external-tar=/cygdrive/c/sources/lo-externalsrc \ --with-junit=/cygdrive/c/sources/junit-4.10.jar \ --with-ant-home=/cygdrive/c/sources/apache-ant-1.9.3 \

LibreOffice build error

2012-12-20 Thread Rushi Shukla
Hello I am trying to build my own LibreOffice . The ./autogen.sh worked fine but after issuing the make command an error showed up which said fatal : index file smaller than expected So to solve this , I issued mv .git/index .git/index/backup git add . but after this I get an error saying :

Re: Libreoffice build error tail_build

2012-07-05 Thread Michael Stahl
On 04/07/12 18:44, angelv wrote: internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/sdext/source/presenter ERROR: error 65280 occurred while making

Libreoffice build error tail_build

2012-07-04 Thread angelv
Hi guys, I new in this list... System # uname -a FreeBSD delta.alpha.telemedellin.tv 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #3: Sun Jun 17 17:59:02 COT 2012 an...@delta.alpha.telemedellin.tv:/usr/obj/usr/src/sys/MYKERNEL amd64 Update ports tree # csup -h cvsup15.us.FreeBSD.org -g -L 2

[Libreoffice] Build error in helpcontent2

2012-01-23 Thread Riccardo Magliocchetti
Hello, i'm trying to build libreoffice from git but it gives me an error in helpcontent2: Entering /home/rm/src/libo/helpcontent2/source/auxiliary echo aux_langdirs:=en-US ../../unxlngi6.pro/inc/aux_langs.mk echo help_exist:=en-US ../../unxlngi6.pro/inc/help_exist.mk rm -f

Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread David Tardon
On Mon, Jan 23, 2012 at 10:02:43AM +0100, Riccardo Magliocchetti wrote: Hello, i'm trying to build libreoffice from git but it gives me an error in helpcontent2: Entering /home/rm/src/libo/helpcontent2/source/auxiliary echo aux_langdirs:=en-US ../../unxlngi6.pro/inc/aux_langs.mk echo

Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread Riccardo Magliocchetti
Il 23/01/2012 10:05, David Tardon ha scritto: On Mon, Jan 23, 2012 at 10:02:43AM +0100, Riccardo Magliocchetti wrote: Hello, i'm trying to build libreoffice from git but it gives me an error in helpcontent2: Entering /home/rm/src/libo/helpcontent2/source/auxiliary echo aux_langdirs:=en-US

Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread Pim Bollen
On Monday 23 January 2012 10:05:22 David Tardon wrote: You need to update the help repository. cd clone/help git pull -r D. It does not help for me: [ pim@laptop-pim 1 ~/work/bootstrap master %]] cd clone/help/ [ pim@laptop-pim 0 ~/work/bootstrap/clone/help master]] git pull -r Current

Re: [Libreoffice] Build error in helpcontent2

2012-01-23 Thread Andras Timar
Hi Pim, 2012/1/23 Pim Bollen fd...@tuxpower.nl: On Monday 23 January 2012 10:05:22 David Tardon wrote: You need to update the help repository. cd clone/help git pull -r D. It does not help for me: [ pim@laptop-pim 1 ~/work/bootstrap master %]] cd clone/help/ [ pim@laptop-pim 0

Re: [Libreoffice] build error

2011-12-10 Thread Winfried Donkers
Looks like a symbol conflict between your internal cairo library and the system gtk+ library. Curious that it happens with the cppunit test of course. Essentially I would remove *cairo* from the solver (or run deliver -delete inside cairo/) and re-configure and build with --with-system-cairo.

[Libreoffice] build error

2011-12-09 Thread Winfried Donkers
Hello all, I have just got a new computer, which should make LibO much faster than my old machine does :) . Unfortunately, I get a make error: .../core/solver/unxlngi6.pro/bin/cppunit/cppunittester: symbol lookup error: /usr/lib/gtk-2.0/2.10.0/engines/liboxygen-gtk.so: undefined symbol:

Re: [Libreoffice] build error

2011-12-09 Thread Matteo Casalin
Hi Winfried, please find my comments below. On 12/09/2011 05:10 PM, Winfried Donkers wrote: Hello all, I have just got a new computer, which should make LibO much faster than my old machine does :) . Unfortunately, I get a make error: .../core/solver/unxlngi6.pro/bin/cppunit/cppunittester:

Re: [Libreoffice] build error

2011-12-09 Thread Michael Meeks
Hi there, On Fri, 2011-12-09 at 17:10 +0100, Winfried Donkers wrote: I have just got a new computer, which should make LibO much faster than my old machine does :) . Fun :-) Unfortunately, I get a make error: .../core/solver/unxlngi6.pro/bin/cppunit/cppunittester: symbol lookup

[Libreoffice] build error?

2011-12-07 Thread Mike Whiteley
After a recent update, I'm now getting this: make[1]: Entering directory `/home/mikew/dev/libreoffice/core/tail_build' /home/mikew/dev/libreoffice/core/desktop/Library_spl.mk:53: [ WARN ] !!! [ WARN ] !!! desktop/source/migration/migration is linked in by Library/libsofficeapp.so

Re: [Libreoffice] build error?

2011-12-07 Thread Michael Meeks
Hi Mike, On Wed, 2011-12-07 at 09:09 -0800, Mike Whiteley wrote: After a recent update, I'm now getting this: Sure; Bjoern fixed it - you'll need to update again. I believe that still leaves a bug in the install - missing files. I'd hack around that by editing the file-names

Re: [Libreoffice] build error with xulrunner 8.0

2011-12-05 Thread Andreas Radke
Am Fri, 2 Dec 2011 10:09:13 +0100 schrieb Tomáš Chvátal tomas.chva...@gmail.com: Sweet looks like mozilla wants to make everyone happy and changed the format again... Could you try to build it with npapi-sdk rather than with xulrunner? Trying now without system xulrunner, using internal

Re: [Libreoffice] build error with xulrunner 8.0

2011-12-05 Thread Tomáš Chvátal
2011/12/5 Andreas Radke a.ra...@arcor.de: any idea? I've found http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470442 that may be the same or similar. -Andy Even tho the build is failing which is interesting I would have suggestion for your distro package. As the mozab integration and

[Libreoffice] build error with xulrunner 8.0

2011-12-02 Thread Andreas Radke
Do we have a fix for this in the 3.5 branch? /build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx: In function 'char* NPP_GetMIMEDescription()': /build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx:365:28: error: declaration of C

Re: [Libreoffice] build error with xulrunner 8.0

2011-12-02 Thread Tomáš Chvátal
2011/12/2 Andreas Radke a.ra...@arcor.de: Do we have a fix for this in the 3.5 branch? /build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx: In function 'char* NPP_GetMIMEDescription()':

Re: [Libreoffice] build error in tail_build

2011-10-25 Thread Noel Grandin
Cool, thanks! Michael Stahl wrote: On 20/10/11 09:00, Noel Grandin wrote: Hi Building on Windows using Visual Studio, running into a build error in ScriptProviderForJava. Trimmed build log attached. Any ideas? Thanks, Noel Grandin have had this problem myself today, the command for

Re: [Libreoffice] build error in tail_build

2011-10-24 Thread Michael Stahl
On 20/10/11 09:00, Noel Grandin wrote: Hi Building on Windows using Visual Studio, running into a build error in ScriptProviderForJava. Trimmed build log attached. Any ideas? Thanks, Noel Grandin have had this problem myself today, the command for compiling java files does not do the

Re: [Libreoffice] build error in tail_build

2011-10-24 Thread night striker
Here is my build_error.log http://nabble.documentfoundation.org/file/n3450416/build_error.log build_error.log As I already stated, when I remove all mentions of adabasui, I no longer get the adabasuilo.so error, but I still get the sdbtlo.so error. I am not sure if adabasui is the problem, or

Re: [Libreoffice] build error in tail_build

2011-10-18 Thread night striker
Ok, I removed all mentions of adabasui from dbaccess/Module_dbaccess.mk and from scp2 and I am no longer getting the first error, but I still get collect2: ld returned 1 exit status make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libsdbtlo.so] Error 1 Should I find and remove

Re: [Libreoffice] build error in tail_build

2011-10-18 Thread Michael Meeks
On Tue, 2011-10-18 at 08:43 -0700, night striker wrote: Ok, I removed all mentions of adabasui from dbaccess/Module_dbaccess.mk and from scp2 and I am no longer getting the first error, but I still get Hokay :-) sounds good, I suppose we should remove the code they mention as well,

Re: [Libreoffice] build error in tail_build

2011-10-17 Thread Michael Meeks
Hi there, On Sun, 2011-10-16 at 17:13 -0700, night striker wrote: Well, for some reason, it appears that something is looking for it when i build. Any ideas on how I can stop things from looking for this. Or is there a way to enable this adabas DB stuff so that it will build? Most

Re: [Libreoffice] build error in tail_build

2011-10-16 Thread Jonathan Aquilina
Wasnt the adabas DB stuff removed or disabled or so I thought? On 13/10/2011 23:22, night striker wrote: The build fails for me in tail_build with these errors collect2: ld returned 1 exit status make: ***

Re: [Libreoffice] build error in tail_build

2011-10-16 Thread night striker
Well, for some reason, it appears that something is looking for it when i build. Any ideas on how I can stop things from looking for this. Or is there a way to enable this adabas DB stuff so that it will build? -- View this message in context:

Re: [Libreoffice] build error

2011-10-13 Thread Cor Nouws
Hi, After new pull and make clean, the same error ... Cor Nouws wrote (10-10-11 20:07) rerunning build in xpdf: log for /home/cono/src/git/libo_core/xpdf dmake: makefile.mk: line 39: Error: -- Include file settings.mk, not found after rerunning in openssl about the same error: makefile.mk:

[Libreoffice] build error in tail_build

2011-10-13 Thread night striker
The build fails for me in tail_build with these errors collect2: ld returned 1 exit status make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libadabasuilo.so] Error 1 collect2: ld returned 1 exit status make: *** [[...]/workdir/unxlngx6.pro/LinkTarget/Library/libsdbtlo.so] Error 1 Any

[Libreoffice] Build Error - Graphite2-1.0.3

2011-09-29 Thread Maciej Rumianowski
Hi, I have encountered an error while building latest source. = (1/1) Building module graphite = Entering /home/maciej/Dokumenty/LibreOffice-Dev/master/graphite Compiling: libgraphite2_off/unxlngi6.pro/misc/build/graphite2-1.0.3/src/direct_machine.cpp

Re: [Libreoffice] Build Error - Graphite2-1.0.3

2011-09-29 Thread Maciej Rumianowski
Dnia 2011-09-29, czw o godzinie 10:29 +0200, Maciej Rumianowski pisze: Hi, I have encountered an error while building latest source. = (1/1) Building module graphite = Entering /home/maciej/Dokumenty/LibreOffice-Dev/master/graphite Compiling:

[Libreoffice] build error in sd ? - remove SdiTargets ...

2011-09-24 Thread Michael Meeks
Hi guys, I just pushed a ~500line code removal patch killing some really hairy and broken lifecycle management of palettes other XPropertyList types - now all a safe smart pointer (thanks for Stefan's invaluable advice too incidentally). Anyhow - unfortunately our gnumake world

Re: [Libreoffice] build error in moz

2011-09-16 Thread Xisco Faulí
it works. Thanks ;) 2011/9/15 Norbert Thiebaud nthieb...@gmail.com On Wed, Sep 14, 2011 at 8:47 PM, Norbert Thiebaud nthieb...@gmail.com wrote: On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails

[Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4]: *** [libpipnss.so] Error 1 make[4]: Leaving directory `/home/xisco/libo/moz/ unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory

Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí aniste...@gmail.com wrote: log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4]: *** [libpipnss.so] Error 1 make[4]: Leaving directory

Re: [Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
I pulled master to the last commit and built it again but it still fails 2011/9/15 Norbert Thiebaud nthieb...@gmail.com On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí aniste...@gmail.com wrote: log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4]: ***

Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails How did you 'build again'? did you do a clean build? if not, did you redelivered moz ? if neither then that is expected. Norbert

Re: [Libreoffice] build error in moz

2011-09-14 Thread pefoley2
On Wed, Sep 14, 2011 at 8:22 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails try this: rm –rf nss/unxlngi6.pro make Peter___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 8:47 PM, Norbert Thiebaud nthieb...@gmail.com wrote: On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails How did you 'build again'? did you do a clean build? if not, did you

Re: [Libreoffice] build error

2011-09-01 Thread Michael Meeks
Hi Jenei, On Mon, 2011-08-29 at 15:58 +0200, Jenei Gábor wrote: For a while I did not have this error,but now it appears again. Actually I did a totally normal build without debug symbols and dbglevel setting, but still it appears. It seems to be a makefile error of LibreOffice. Has anyone

Re: [Libreoffice] build error

2011-08-29 Thread Jenei Gábor
Hello, For a while I did not have this error,but now it appears again. Actually I did a totally normal build without debug symbols and dbglevel setting, but still it appears. It seems to be a makefile error of LibreOffice. Has anyone already met the problem? 2011. 08. 26. 14:49 keltezéssel,

Re: [Libreoffice] build error

2011-08-26 Thread Caolán McNamara
On Wed, 2011-08-24 at 15:56 +0200, Jenei Gábor wrote: Hello, While building a totally new build on Debian 6 32bit I got the following error message: Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for

[Libreoffice] build error

2011-08-24 Thread Jenei Gábor
Hello, While building a totally new build on Debian 6 32bit I got the following error message: Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for linux-elf. mkdir: cannot create directory

Re: [Libreoffice] build error unders Windows 7

2011-08-15 Thread Tor Lillqvist
I'm running the bash shell with Administrator privileges, so it has enough privileges. I don't think you are supposed to do that. We used to have a specific test in the build machinery guarding against somebody building as Administrator, but apparently we (accidentally?) dropped that at some

Re: [Libreoffice] build error in tail_build

2011-08-10 Thread Cor Nouws
Norbert Thiebaud wrote (09-08-11 19:43) On Tue, Aug 9, 2011 at 12:25 PM, Cor Nouwsoo...@nouenoff.nl wrote: git complains that libo exists and is not empty. that is probably because libo was the name of the bootstrap you already have... you need to chose another name than libo (core ? )

[Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
Hi *, Building LibreOffice now and then. Currently to look at some functions / dig a bit in the code. Low level experience. Working on Ubuntu. Previous successful build was from July 6 Yesterday I did a ./g pull -r on the master. (Didn't do any special action for the one-git transition, since

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 5:31 AM, Cor Nouws oo...@nouenoff.nl wrote: Hi *, Building LibreOffice now and then. Currently to look at some functions / dig a bit in the code. Low level experience. Working on Ubuntu. Previous successful build was from July 6 Yesterday I did a ./g pull -r on the

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
Norbert Thiebaud wrote (09-08-11 12:42) So you are still pulling 'master' from last friday... since the master you pulled is froozen read-only in bootstrap,artwork,base,calc, etc Hmm :-( what made you think that 'it was not needed for you' ? Combination of various, such as: - lack of

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread julien2412
Cor Nouws wrote: ... But hey, better then summing up more reasons: what command(s) do I use to move to the new master? ...___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
julien2412 wrote (09-08-11 14:04) I don't think there's a script for this. Just create your local repo from scratch by following this url : http://wiki.documentfoundation.org/Development/Native_Build (this page has been updated). Ah, thanks. I only looked at the 'get your first build' part

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 6:43 AM, Cor Nouws oo...@nouenoff.nl wrote: Norbert Thiebaud wrote (09-08-11 12:42) So you are still pulling 'master' from last friday... since the master you pulled is froozen read-only in bootstrap,artwork,base,calc, etc Hmm :-( what made you think that 'it

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 7:24 AM, Cor Nouws oo...@nouenoff.nl wrote: julien2412 wrote (09-08-11 14:04) I don't think there's a script for this. Just create your local repo from scratch by following this url : http://wiki.documentfoundation.org/Development/Native_Build (this page has been

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
Norbert Thiebaud wrote (09-08-11 14:36) ohh! I see. No, you were not supposed to run that script :-) That is what I expected, but had the idea to look for some pointers. Anyhow: better ask advise right away the next time. so, all you need to do is git clone

[Libreoffice] build error unders Windows 7

2011-08-05 Thread Noel Grandin
Hi I'm getting the following build error under Windows7. I'm running the bash shell with Administrator privileges, so it has enough privileges. Is there something else I need to do, or is there a way to bypass this problem? Thanks, Noel Grandin.

Re: [Libreoffice] Libreoffice build error :(

2011-07-29 Thread Michael Meeks
On Fri, 2011-07-29 at 12:39 +0200, Bjoern Michaelsen wrote: Sorry for bothering, but does anyone have the idea what went wrong while making the build? Which reminds me; why are we not checking in configure for make 2.82 ? IIRC there was some to/fro on that - but I forget the result;

Re: [Libreoffice] Libreoffice build error :(

2011-07-29 Thread Bjoern Michaelsen
On Fri, 29 Jul 2011 12:21:10 +0100 Michael Meeks michael.me...@novell.com wrote: Which reminds me; why are we not checking in configure for make 2.82 ? IIRC there was some to/fro on that - but I forget the result; not checking for a make with the fix we need is a tad odd right ? Yes,

[Libreoffice] build error Ubuntu

2011-07-06 Thread Cor Nouws
Hi, Updated from the master this morning. Building... = = = /bin/bash: line 1: 9995 Segmentation fault make -s -r -j6 dmake: Error code 139, while making 'all' --- Oh dear bla bla ERROR: error 65280 occurred

Re: [Libreoffice] build error Ubuntu

2011-07-06 Thread Matúš Kukan
Hi Cor, On 6 July 2011 17:45, Cor Nouws oo...@nouenoff.nl wrote: Hi, Updated from the master this morning. Building...  = = = /bin/bash: line 1:  9995 Segmentation fault      make -s -r -j6 dmake:  Error code 139, while making 'all' That should be problem with Ubuntu's make. I was

Re: [Libreoffice] build error Ubuntu

2011-07-06 Thread Caolán McNamara
On Wed, 2011-07-06 at 17:45 +0200, Cor Nouws wrote: So I followed the advise given, and then started a new make -r Got some nice output, but no error: Might have been make itself, make -v ? C. ___ LibreOffice mailing list

Re: [Libreoffice] build error Ubuntu

2011-07-06 Thread Cor Nouws
Hi Matúš, Matúš Kukan wrote (06-07-11 17:57) http://pastebin.com/gnP6kCQ5 If you run make from toplevel again, it could work. Could could ... it does ;-) Is it regular, when a make -r on sub level does not give an error, that make on top level is expected to run fine? Any hints,

[Libreoffice] build error in scripting-beanshell

2011-05-22 Thread Andreas Radke
Entering /build/src/build/scripting/util/provider/beanshell Entering /build/src/build/scripting/util/provider/javascript /usr/share/java/apache-ant/bin/ant -Dprj=../.. -Dprjname=scripting -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 -Ddebug=off -Doptimize=on -Dtarget=javaexamples

Re: [Libreoffice] build error with stlport

2011-03-25 Thread Miklos Vajna
On Fri, Mar 25, 2011 at 03:31:00PM +0100, Andreas Radke a.ra...@arcor.de wrote: I only found some notes about ixion and fields-table-formula.diff probably breaking this. Any idea about this? Yes, I think anyone using the build repo disables fields-table-formula.diff in the build. In the

[Libreoffice] build error

2011-02-23 Thread Zongbo Zhang
Hi, got an error during my first time full build. Compiling: basegfx/source/polygon//usr/bin/sh: C:/cygwin/bin/grep.exe: Read-only file system dmake: Error code 126, while making '../../../wntmsci12.pro/bin/urp_uno.dll' dmake: '../../../wntmsci12.pro/bin/urp_uno.dll' removed. dmake: Error

Re: [Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-13 Thread Kishan Bhat
Hi Michael, I could successfully make dev-install on my lubuntu 10.10, yay!! I'm sorry I could not provide you with results from the command you suggested - objdump -T /lib/libdl.so.2. I had formatted and re-installed lubuntu already. Thanks for all your help on the ML and the IRC. On Fri, Feb

Re: [Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-11 Thread Michael Meeks
Hi Kishan, On Fri, 2011-02-11 at 09:15 +0530, Kishan Bhat wrote: I'm trying to build LO. On what platform (out of interest ?) is this some self-build linux by any chance ? did you somehow disable dynamic linking while configuring it ? ;-) and I get this error:

Re: [Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-11 Thread Kishan Bhat
Hi Michael, Ubuntu-natty dev build from Jan 26 2011. Now, I switched back to unbunto 10.10. I'l retry git, make and let know. On Fri, Feb 11, 2011 at 3:08 PM, Michael Meeks michael.me...@novell.comwrote: Hi Kishan, On Fri, 2011-02-11 at 09:15 +0530, Kishan Bhat wrote: I'm trying to build

[Libreoffice] build error with cppunit - Making install in DllPlugInTester

2011-02-10 Thread Kishan Bhat
I'm trying to build LO. This is what I did: # mkdir git # cd git # git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo # ./autogen.sh --with-num-cpus=2 --with-max-jobs=1 --without-junit --disable-graphite # make and the build failed citing to re-build cppunit. I run: # source

Re: [Libreoffice] build error on lingucomponent

2011-01-27 Thread Caolán McNamara
On Thu, 2011-01-27 at 13:54 +0700, Tantai Tanakanok wrote: Hi all, I have an error when build (master repo) on windows. Anyone have any idea how to fix this. I don't see an error in that log, just some link-time warnings, are you talking about those ? C.

[Libreoffice] Build error on l10ntools

2011-01-26 Thread Tantai Tanakanok
Hi all, The error occur while I was building LibreOffice on windows. It's on master branch. /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE -DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../ wntmsci12.pro/bin/helplinkermi.dll -map:../../

Re: [Libreoffice] Build error on l10ntools

2011-01-26 Thread Tantai Tanakanok
I problem have been solved by rebuilding the berkeleydb. On Wed, Jan 26, 2011 at 4:25 PM, Tantai Tanakanok tan...@osdev.co.thwrote: Hi all, The error occur while I was building LibreOffice on windows. It's on master branch. /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB

[Libreoffice] build error on lingucomponent

2011-01-26 Thread Tantai Tanakanok
Hi all, I have an error when build (master repo) on windows. Anyone have any idea how to fix this. lingucomponent deliver Module 'lingucomponent' delivered successfully. 0 files copied, 20 files unchanged Compiling: connectivity/source/drivers/odbcbase/OTools.cxx Compiling:

Re: [Libreoffice] Build error in sc from libreoffice-3.3.0.3 tag

2011-01-13 Thread Kohei Yoshida
On Thu, 2011-01-13 at 16:46 +0100, Miklos Vajna wrote: Hi, The build ends with: Entering /var/tmp/fst/src/libreoffice-build-3.3.0.3/build/libreoffice-3.3.0.3/sc/source/filter/excel Compiling: sc/source/filter/excel/colrowst.cxx I guess you are using mdds 0.5.x on the 3.3 branch? The

Re: [Libreoffice] Build error in sc from libreoffice-3.3.0.3 tag

2011-01-13 Thread Miklos Vajna
On Thu, Jan 13, 2011 at 10:55:53AM -0500, Kohei Yoshida kyosh...@novell.com wrote: I guess you are using mdds 0.5.x on the 3.3 branch? The 3.3 branch requires 0.4.0, it won't build with 0.5.x. Oh, indeed. :) Thanks for the suggestion! pgpgUGOywVnxb.pgp Description: PGP signature

[Libreoffice] LibreOffice build error

2010-11-04 Thread Alexandr N. Zamaraev
cd /mnt/my_book/lang/sources/git/libreoffice/build/libreoffice-3.2.99.2 source ./LinuxX86Env.Set.sh cd vcl build . Entering /mnt/my_book/lang/sources/git/libreoffice/build/libreoffice-3.2.99.2/vcl/unx/kde4 Compiling: vcl/unxlngi6.pro/misc/KDEXLib.moc.cxx

[Libreoffice] Build error - desktop - migration

2010-11-04 Thread Wols Lists
Entering /home/anthony/gitstuff/loffice/build/build/libreoffice-3.2.99.2/desktop/source/migration Making:all_mig.dpslo Compiling: desktop/source/migration/migration.cxx Compiling: desktop/source/migration/cfgfilter.cxx

[Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Nadav Vinik
Making:all_mig.dpslo Compiling: desktop/source/migration/migration.cxx /home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44: error: no 'void desktop::Migration::migrateSettingsIfNecessary()' member function declared in class 'desktop::Migration' dmake:

Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Nadav Vinik
On Thu, Nov 4, 2010 at 12:22 PM, Caolán McNamara caol...@redhat.com wrote: On Thu, 2010-11-04 at 12:11 +0200, Nadav Vinik wrote: Making:    all_mig.dpslo Compiling: desktop/source/migration/migration.cxx

Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Nadav Vinik
LO compiled successfully but failed to install: | | Congratulation ! You have successfully built | | ( ) ( )( ,)( ,) ( _) / \( _)( _)( )/ _)( _) | | )(__ )( ) ,\ ) \ ) _) ( () )) _) ) _) )(( (_ ) _) |__|

Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Michael Meeks
On Thu, 2010-11-04 at 12:11 +0200, Nadav Vinik wrote: Making:all_mig.dpslo Compiling: desktop/source/migration/migration.cxx /home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44: error: no 'void desktop::Migration::migrateSettingsIfNecessary()'

Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Wols Lists
On 04/11/10 10:22, Caolán McNamara wrote: On Thu, 2010-11-04 at 12:11 +0200, Nadav Vinik wrote: Making:all_mig.dpslo Compiling: desktop/source/migration/migration.cxx /home/projects/build/build/libreoffice-3.2.99.2/desktop/source/migration/migration.cxx:215:44: error: no 'void

Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Sebastian Spaeth
On Thu, 04 Nov 2010 12:45:25 +, Wols Lists wrote: Any particular reason why? Is there a reason it can't use --delete? Without knowing anything specific I would say because --delete would remove all compiled files (and the unx* directory). So you would need some exclude files as well AFAIK.

Re: [Libreoffice] build error in desktop no 'void desktop::Migration::migrateSettingsIfNecessary()'

2010-11-04 Thread Wols Lists
On 04/11/10 13:46, Sebastian Spaeth wrote: On Thu, 04 Nov 2010 12:45:25 +, Wols Lists wrote: Any particular reason why? Is there a reason it can't use --delete? Without knowing anything specific I would say because --delete would remove all compiled files (and the unx* directory). So you

  1   2   >