Re: LO make error on MacOS High Sierra 10.13.4

2018-04-04 Thread Tor Lillqvist
Clearly nobody has built with a good compiler that is eager to generate warnings, dbglevel=2, and --enable-werror in a while, if ever. One more reason for us to get rid of the dbglevel crack. --tml ___ LibreOffice mailing list LibreOffice@lists.freedeskt

LO make error on MacOS High Sierra 10.13.4

2018-04-04 Thread Ch g
1. git fetch origin && git reset --hard origin/master 2. autogen.input: --enable-dbgutil --enable-debug --enable-symbols --disable-cve-tests --without-junit --with-build-version=$(date +"MacD%Y-%m-%d") --with-vendor=Almas Inc. --enable-scripting-javascript #EOF #comment: because I've always failed

Re: make error: undefined reference to

2017-01-21 Thread Jan Iversen
HI As I told you on IRC. you miss the Collada library, this was not downloaded when you downloaded build-dependencies. This is something that happens quite frequently, because the build-dependencies are fixed with the ubuntu version, and thus if we on master start using a new library it will

make error: undefined reference to

2017-01-21 Thread Alekhya Vellanki
Hi! I have been trying to build LibreOffice from the past few days and I'm getting stuck. After running ./autogen.sh, I executed the command "make" just as how it as mentioned here . But I got the following errors. //LibreOffice/co

Re: How to solve the make error in building the libreoffice source on Windows?

2014-07-16 Thread Christian Lohmaier
Hi Zhen, *, On Wed, Jul 16, 2014 at 4:47 PM, Zhen Anddavid wrote: > > I'm trying to build the LibreOffice 4.3.0.0 source on Windows 7 and Visual > Studio 2012. > But while building, I encountered the error. > The error follows as below. > > [build PAT] openssl > assertion "ap <= end" failed: file

Re: How to solve the make error in building the libreoffice source on Windows?

2014-07-16 Thread Zhen Anddavid
I used following instruction before executes the make instruction. ./autogen.sh --with-ant-home=/cygdrive/f/0-Office-Work/libreoffice-4.3.0.0/Tools/apache-ant-1.9.3/ --without-junit --disable-activex --disable-directx --enable-dbgutil --without-help --without-myspell-dicts --without-doxygen --with

How to solve the make error in building the libreoffice source on Windows?

2014-07-16 Thread Zhen Anddavid
Hi, All I'm trying to build the LibreOffice 4.3.0.0 source on Windows 7 and Visual Studio 2012. But while building, I encountered the error. The error follows as below. [build DEP] LNK:StaticLibrary/wrapper.lib [build CXX] solenv/gcc-wrappers/gcc.cxx [build DEP] LNK:StaticLibrary/wrapper.lib [bui

Re: Make error for barcode extension

2013-12-19 Thread Marina Latini
" , libreoffice@lists.freedesktop.org Inviato: Giovedì, 19 dicembre 2013 7:53:38 Oggetto: Re: Make error for barcode extension On 2013-12-18 14:40, Marina Latini wrote: > Risoluzione di ooo.itc.hu (ooo.itc.hu)... 91.208.36.36 > Connessione a ooo.itc.hu (ooo.itc.hu)|91.208.36.36|:80... fallito

Re: Make error for barcode extension

2013-12-18 Thread Noel Grandin
On 2013-12-18 14:40, Marina Latini wrote: Risoluzione di ooo.itc.hu (ooo.itc.hu)... 91.208.36.36 Connessione a ooo.itc.hu (ooo.itc.hu)|91.208.36.36|:80... fallito: Connessione rifiutata. That looks like an internet connectivity problem. Either your proxy stuff is not configured correctly, or

Make error for barcode extension

2013-12-18 Thread Marina Latini
Hi all, I've got a make error while trying to build from git source with the option --enable-ext-barcode. here the output: -- cd libreoffice/external/tarballs/tmp && wget --progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N http://ooo.itc.hu/oxygenoffi

Re: make error

2013-03-20 Thread Stephan Bergmann
On 03/20/2013 03:37 PM, d.ostrov...@idaia.de wrote: But then still what is here the rule and what is here an exception? The rule is we still must stick to -target 1.6. And the exception is that one distro can only handle -source 1.5 & -target 1.5 for now. So sensible default would be to only have

Re: make error

2013-03-20 Thread Rene Engelhard
Hi, On Wed, Mar 20, 2013 at 03:37:45PM +0100, d.ostrov...@idaia.de wrote: > Quoting Rene Engelhard : > > >On Wed, Mar 20, 2013 at 12:22:59PM +0100, d.ostrov...@idaia.de wrote: > >>But why do we still stick to 1.5 source and target version of > >>bytecode anyway? > > > >Wven when we didn't, you ne

Re: make error

2013-03-20 Thread Miklos Vajna
On Wed, Mar 20, 2013 at 03:37:45PM +0100, d.ostrov...@idaia.de wrote: > Which bring me to the question why? UNO java bridge doesn't support 1.7? Generic Linux builds are created on RHEL5, that only has openjdk6. Likewise, Android only supports 1.6 as well. signature.asc Description: Digital sign

Re: make error

2013-03-20 Thread d . ostrovsky
Quoting Rene Engelhard : On Wed, Mar 20, 2013 at 12:22:59PM +0100, d.ostrov...@idaia.de wrote: But why do we still stick to 1.5 source and target version of bytecode anyway? Wven when we didn't, you need to use =1.6 (if you built with java7) Which bring me to the question why? UNO java brid

Re: make error

2013-03-20 Thread Rene Engelhard
On Wed, Mar 20, 2013 at 12:22:59PM +0100, d.ostrov...@idaia.de wrote: > But why do we still stick to 1.5 source and target version of bytecode anyway? Wven when we didn't, you need to use =1.6 (if you built with java7) which would still keep the need for -target so this is (at least half) a no-op

Re: make error

2013-03-20 Thread Rene Engelhard
Hi, On Wed, Mar 20, 2013 at 12:26:35PM +0100, Michael Stahl wrote: > > But why do we still stick to 1.5 source and target version of bytecode > > anyway? > > AFAIK the reason for that is called Debian GNU/kFreeBSD, which does not > have a Java 1.6 implementation available (otherwise it would be

RE: make error

2013-03-20 Thread Winfried Donkers
Hi Michael, > try removing gcj instead. I did; autogen.sh went fine, make is now running. Thank you for your advise, I will report when it doesn't help in the end :) Winfried ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

Re: make error

2013-03-20 Thread Michael Stahl
On 20/03/13 12:33, Winfried Donkers wrote: > Hi Michael, > > >> that is very odd, your javac does not understand -source and -target >> parameters. can you try installing OpenJDK instead? > > I have java-1_6_0-openjdk installed. > I also trried with java-1_7_0-openjdk, but that had the same re

RE: make error

2013-03-20 Thread Winfried Donkers
Hi Michael, > that is very odd, your javac does not understand -source and -target > parameters. can you try installing OpenJDK instead? I have java-1_6_0-openjdk installed. I also trried with java-1_7_0-openjdk, but that had the same result, so I switched backup to 1_6. Should I remove java-

Re: make error

2013-03-20 Thread Michael Stahl
On 20/03/13 12:22, d.ostrov...@idaia.de wrote: > Quoting Michael Stahl : > >> >> that is very odd, your javac does not understand -source and -target >> parameters. [...] > that is not odd at all: > http://linux.die.net/man/1/gcj > > the arguments are different there > -fsource > -ftarget > > an

Re: make error

2013-03-20 Thread d . ostrovsky
Quoting Michael Stahl : that is very odd, your javac does not understand -source and -target parameters. [...] that is not odd at all: http://linux.die.net/man/1/gcj the arguments are different there -fsource -ftarget and because it is not the first time someone fails into it http://nabble.d

Re: make error

2013-03-20 Thread Michael Stahl
On 20/03/13 11:54, Winfried Donkers wrote: > I upgraded my machine to openSUSE 12.3, did a ./g pull --rebase and ran > make dev-install, resulting in the following error: > [build JCS] Jar/ridl > > javac: error: unrecognized command line option ‘-source’ > > javac: error: 1.5: Bestand of map

make error

2013-03-20 Thread Winfried Donkers
I upgraded my machine to openSUSE 12.3, did a ./g pull --rebase and ran make dev-install, resulting in the following error: […] [build CXX] codemaker/source/commonjava/commonjava.cxx [build LNK] StaticLibrary/libcodemaker_java.a [build CXX] codemaker/source/javamaker/classfile.cxx [build CXX] cod

[PUSHED] Change in core[feature/killsdf]: Make error message clearer in localize

2012-09-30 Thread Andras Timar (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/730 Approvals: Andras Timar: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/730 To unsubscribe, visi

[PATCH] Change in core[feature/killsdf]: Make error message clearer in localize

2012-09-30 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/730 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/730/1 Make error message clearer in localize which is written out when one of executables writes out invalid sdf line

Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-16 Thread Nguyen Vu Hung (KiEi)
(2011/07/16 18:30), Nguyen Vu Hung (KiEi) wrote: (2011/07/16 15:26), Norbert Thiebaud wrote: ./g pull -r Works like a charm. My bad :) CentOS 5.6 latest update # Should I stick to 3.4 branch? cd bootstrap ./g pull -r make And I got the following error: -- Error start --- N

Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-16 Thread Nguyen Vu Hung (KiEi)
(2011/07/16 15:26), Norbert Thiebaud wrote: ./g pull -r Works like a charm. My bad :) -- Nguyen Vu Hung (Nguyyễn Vũ Hưng) LibreOffice, Vietnamese Translation Team. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskto

Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-16 Thread Norbert Thiebaud
On Fri, Jul 15, 2011 at 8:40 PM, Nguyen Vu Hung (KiEi) wrote: > (2011/07/16 7:46), Norbert Thiebaud wrote: > > 2011/7/15 Nguyen Vu Hung (KiEi) : > > Hello all, > > I had followed the build instruction[1] and setup my environment for a few > weeks ago. > > As I thought the code was a little out of

Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-15 Thread Nguyen Vu Hung (KiEi)
(2011/07/16 7:46), Norbert Thiebaud wrote: 2011/7/15 Nguyen Vu Hung (KiEi): Hello all, I had followed the build instruction[1] and setup my environment for a few weeks ago. As I thought the code was a little out of date, so I have tried to pull the latest code and make, but it seems that wget

Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-15 Thread Norbert Thiebaud
2011/7/15 Nguyen Vu Hung (KiEi) : > Hello all, > > I had followed the build instruction[1] and setup my environment for a few > weeks ago. > > As I thought the code was a little out of date, so I have tried to pull the > latest code > and make, but it seems that wget could not wget a dependency. >

[Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-15 Thread Nguyen Vu Hung (KiEi)
Hello all, I had followed the build instruction[1] and setup my environment for a few weeks ago. As I thought the code was a little out of date, so I have tried to pull the latest code and make, but it seems that wget could not wget a dependency. I am not sure what it is. Any help is appreciate