Re: Build error around CLucene with Clang 19 and --enable-pch=full

2025-01-22 Thread Noel Grandin
On Wed, 22 Jan 2025 at 10:00, Ilmari Lauhakangas < ilmari.lauhakan...@libreoffice.org> wrote: > In addition to the issue described in > https://gerrit.libreoffice.org/c/core/+/148946 I am also getting this > CLucene thing sometimes with Clang 19 and --enable-pch=full > > PCH is currently effective

Build error around CLucene with Clang 19 and --enable-pch=full

2025-01-22 Thread Ilmari Lauhakangas
d by LockFactory.cpp >>> /home/user/libreoffice/workdir/GenCxxObject/UnpackedTarball/clucene/src/core/CLucene/store/LockFactory.o:(lucene::store::NoLock::NoLock()) clang++: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [/home/user/libreoffice/external/clucene/Library_clucene.mk:10: /home/user/libreoffice/instdir/program/libclucene.so] Error 1 make[1]: *** Waiting for unfinished jobs make: *** [Makefile:298: build] Error 2 Command exited with non-zero status 2 4137.78user 214.98system 9:49.79elapsed 738%CPU (0avgtext+0avgdata 580548maxresident)k 1892976inputs+6661136outputs (358major+77442403minor)pagefaults 0swaps

Re: Build error with CliAssemblyTarget: Error signing assembly -- Access is denied.

2024-12-22 Thread Regina Henschel
Hi Ilmari, Ilmari Lauhakangas schrieb am 16.12.2024 um 06:31: On 15.12.2024 21.56, Regina Henschel wrote: Hi all, I get a build error with clean build and current master, no own code. [build AL ] cli_basetypes [build AL ] cli_ure [build AL ] cli_uretypes [build AL ] cli_cppuhelper ALINK

Re: Build error with CliAssemblyTarget: Error signing assembly -- Access is denied.

2024-12-15 Thread Ilmari Lauhakangas
On 15.12.2024 21.56, Regina Henschel wrote: Hi all, I get a build error with clean build and current master, no own code. [build AL ] cli_basetypes [build AL ] cli_ure [build AL ] cli_uretypes [build AL ] cli_cppuhelper ALINK: error AL1078: Error signing assembly -- Access is denied. ALINK

Build error with CliAssemblyTarget: Error signing assembly -- Access is denied.

2024-12-15 Thread Regina Henschel
Hi all, I get a build error with clean build and current master, no own code. [build AL ] cli_basetypes [build AL ] cli_ure [build AL ] cli_uretypes [build AL ] cli_cppuhelper ALINK: error AL1078: Error signing assembly -- Access is denied. ALINK: error AL1078: Error signing assembly -- Access

Re: build error - uno::RuntimeException',make[1]: *** [../gbuild/Gallery.mk:57:

2024-10-11 Thread Cor Nouws
Cor Nouws wrote on 10/10/24 18:31: thoughts? Was working in an older branch etc. Corrected/cleaned that etc. Running make again now. / thanks Gabriel Cor -- Cor Nouws GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28 A038 E49D 7365 B134 80A6 - vrijwilliger https://nl.libreoffice.org - volu

build error - uno::RuntimeException',make[1]: *** [../gbuild/Gallery.mk:57:

2024-10-11 Thread Cor Nouws
ibreoffice/solenv/gbuild/Gallery.mk:57: ../libreoffice/workdir/Gallery/backgrounds.done] Error 1 make: *** [Makefile:296: build] Error 2 thoughts? thanks, Cor -- Cor Nouws GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28 A038 E49D 7365 B134 80A6 - vrijwilliger https://nl.libreoffi

[FIXED] Re: compilerplugins build error since migration from clang 14 to clang 16

2023-09-21 Thread Julien Nabet
I made some cleanup (removed remnants of previous clang and llvm versions) + installed these packages: "libclang-rt-dev" and "libclang-cpp16-dev" it seems, it's this last action which helped. Sorry for the noise.

Re: build error with zxing-1.4.0

2022-07-14 Thread Stephan Bergmann
On 7/14/22 11:20, Andreas Sturmlechner wrote: Error: cui/source/dialogs/QrCodeGenDialog.cxx:30:10: fatal error: BitArray.h: No such file or directory 30 | #include | ^~~~ This, among other headers, is gone. Probably caused by the following upstream change: - "remo

build error with zxing-1.4.0

2022-07-14 Thread Andreas Sturmlechner
Error: cui/source/dialogs/QrCodeGenDialog.cxx:30:10: fatal error: BitArray.h: No such file or directory 30 | #include | ^~~~ This, among other headers, is gone. Probably caused by the following upstream change: - "removed all internal header files from the installed

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 would

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 no

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 --with-android-ndk=/home/disco/D

Re: Libreoffice build error[for android]

2022-03-03 Thread di liu
x27; > clang++: error: linker command failed with exit code 1 (use -v to see > invocation) > make[2]: *** > [/home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so] > Error 1 > make[1]: *** > [/home/disco/Documents/res/libreoffice/workdir/CustomTarget/android/source/done] > Error 2 > make: *** [build] Error 2 > > Could you give me some suggestions > tsk > >

Libreoffice build error[for android]

2022-03-03 Thread di liu
unc' clang++: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [/home/disco/Documents/res/libreoffice/android/obj/local/armeabi-v7a/liblo-native-code.so] Error 1 make[1]: *** [/home/disco/Documents/res/libreoffice/workdir/CustomTarget/android/source/done] Error 2 make: *** [build] Error 2 Could you give me some suggestions tsk

Re: Build error with freebl: prtypes.h:556:38: error: size of array ‘arg’ is negative

2021-07-22 Thread Paul Menzel
Dear Michael, Thank you for your reply. Am 21.07.21 um 14:45 schrieb Michael Stahl: On 20/07/2021 22.48, Paul Menzel wrote: $ make […] In file included from ../../../dist/out/include/prerror.h:9,   from drbg.c:9: drbg.c: In function ‘RNG_RandomUpdate’: ../../../dist/out/inclu

Re: Build error with freebl: prtypes.h:556:38: error: size of array ‘arg’ is negative

2021-07-21 Thread Michael Stahl
On 20/07/2021 22.48, Paul Menzel wrote: $ make […] In file included from ../../../dist/out/include/prerror.h:9, from drbg.c:9: drbg.c: In function ‘RNG_RandomUpdate’: ../../../dist/out/include/prtypes.h:556:38: error: size of array ‘arg’ is negative   556 | extern void pr

Build error with freebl: prtypes.h:556:38: error: size of array ‘arg’ is negative

2021-07-20 Thread Paul Menzel
Dear LibreOffice folks, Building current master on Ubuntu 21.04 (ppc64le) fails: ``` $ gcc --version gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0 […] $ git describe --dirty libreoffice-7-2-branch-point-1293-g1738f106bd73 $ make […] In file included from ../../../dist/out/include/prerror.h:9,

Re: AVX512 build error (Re: Error on the headers we are using to build.)

2021-05-18 Thread Mike Kaganski
On 18.05.2021 13:48, Luboš Luňák wrote: So please leave the SSE2 version in. But please note that the code must do the same in all cases; so with SSE2, please also implement Neumaier, not plain Kahan summation. Otherwise, the results would vary depending on installed HW. -- Best regards,

AVX512 build error (Re: Error on the headers we are using to build.)

2021-05-18 Thread Luboš Luňák
On Tuesday 18 of May 2021, Dante Doménech wrote: > That file is mine: https://gerrit.libreoffice.org/c/core/+/115675 First of all, please learn to write better mails. This should have been included in the first mail, together with a better mail subject. It's hard to do anything about a mail wit

Re: First-time build error

2021-03-01 Thread Alan Frank
Thanks--that did the trick. Original Message Subject: Re: First-time build error Date: 25.02.2021 22:53 From: W T To: Alan Frank Hi Alan, I'm relatively new as well and had the same problem a few weeks ago. In my case, Al.exe is part of .NET Framework 4.8 SDK. So I s

Re: First-time build error

2021-02-26 Thread Ilmari Lauhakangas
Thanks for pointing this out. The wiki instructions have now been clarified. Ilmari On 26.2.2021 5.53, W T wrote: Hi Alan, I'm relatively new as well and had the same problem a few weeks ago. In my case, Al.exe is part of .NET Framework 4.8 SDK. So I solved the problem by going back to the Vis

Re: First-time build error

2021-02-25 Thread W T
Hi Alan, I'm relatively new as well and had the same problem a few weeks ago. In my case, Al.exe is part of .NET Framework 4.8 SDK. So I solved the problem by going back to the Visual Studio Installer and modifying the installation to include .NET Framework 4.8 SDK. I chose this because it was th

Re: First-time build error

2021-02-25 Thread himajin100000
Hi, Which version of windows sdk do you have? https://opengrok.libreoffice.org/xref/core/configure.ac?r=a0c8dc42#6494 -- himajin10(Tomoyuki Kubota) ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/l

First-time build error

2021-02-25 Thread Alan Frank
I am a new developer, trying to get started. Ilmari provided a bunch of resources; I installed lots of software and got to the point where I thought I was ready to build. I entered the command and options from the instructions: /cygdrive/c/sources/libo-core $ /cygdrive/c/sources/libo-core/

Re: Build error

2020-09-05 Thread anshu khare
I resolved it. It was some config issue.. On Fri, 4 Sep, 2020, 10:49 PM anshu khare, wrote: > Hi, > > Recently my college tests have been going on. So I couldn't work much on > the development. > > I had some issues with the build recently. So I removed libo-core and got > it installed again. >

Build error

2020-09-04 Thread anshu khare
Hi, Recently my college tests have been going on. So I couldn't work much on the development. I had some issues with the build recently. So I removed libo-core and got it installed again. If I run cd /cygdrive/c/build instdir/program/soffice.bin from cygwin shell, LibreOfficeDev opens up withou

[SOLVED] Re: Build error cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember]

2020-08-04 Thread julien2412
Indeed by cherry-picking your patch, it worked locally! Thank you Stephan! Julien -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://list

Build error cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember]

2020-08-04 Thread julien2412
Hello, On pc Debian x86-64 with master sources updated on a 2nd build where I don't use enable-dbgutil but I still use --enable-werror, I got these errors: /home/julien/lo/libo_perf/cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember] Char3 chars; ~~^~~~

Re: Build error cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember]

2020-08-04 Thread Stephan Bergmann
On 04/08/2020 16:39, julien2412 wrote: On pc Debian x86-64 with master sources updated on a 2nd build where I don't use enable-dbgutil but I still use --enable-werror, I got these errors: /home/julien/lo/libo_perf/cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember

Re: 32-bit Linux build error: no matching function for call to 'assertEquals'

2020-05-07 Thread Samuel Mehrbrodt
duced conflicting types for parameter 'T' ('int' vs. 'long') void assertEquals( const T& expected, ^ 1 error generated. make[1]: *** [/core/solenv/gbuild/LinkTarget.mk:306: /core/workdir/CxxObject/toolkit/qa/cppunit/EventContainer.o] Error 1 make[1]: *** Wai

32-bit Linux build error: no matching function for call to 'assertEquals'

2020-05-07 Thread Luke Benes
error generated. make[1]: *** [/core/solenv/gbuild/LinkTarget.mk:306: /core/workdir/CxxObject/toolkit/qa/cppunit/EventContainer.o] Error 1 make[1]: *** Waiting for unfinished jobs make: *** [Makefile:282: build] Error 2 This looks to have begun after: https://cgit.freedesktop.org/libreoffice/cor

Build error with poppler-0.86.0

2020-02-29 Thread Andreas Sturmlechner
New poppler version was released yesterday, here's the related change that is likely to blame: https://gitlab.freedesktop.org/poppler/poppler/-/commit/5804f51c7cf439432082b668ba8df3b0a6048caf This is where LO (6.3.5.2) build goes wrong, LO master code looks the same: sdext/source/pdfimport/xpdfw

Re: build error in libreoffice-android

2020-02-06 Thread Michael Weghorn
ig/build' failed > make[1]: *** > [/home/rutuja/libreoffice/workdir/ExternalProject/fontconfig/build] Error 1 > make[1]: *** Waiting for unfinished jobs > Makefile:282: recipe for target 'build' failed > make: *** [build] Error' >  I have installed libexpat

build error in libreoffice-android

2020-02-06 Thread Rutuja Kendre
d. or try to use --enable-libxml2 /home/rutuja/libreoffice/external/fontconfig/ExternalProject_fontconfig.mk:22: recipe for target '/home/rutuja/libreoffice/workdir/ExternalProject/fontconfig/build' failed make[1]: *** [/home/rutuja/libreoffice/workdir/ExternalProject/fontconfig/build]

build error in libreoffice-android

2020-02-05 Thread RUTUJA BHAGWAN KENDRE
d. or try to use --enable-libxml2 /home/rutuja/libreoffice/external/fontconfig/ExternalProject_fontconfig.mk:22: recipe for target '/home/rutuja/libreoffice/workdir/ExternalProject/fontconfig/build' failed make[1]: *** [/home/rutuja/libreoffice/workdir/ExternalProject/fontconfig/build]

Re: build error : 'f__faststorefence': is not a member of 'GrGLInterface::Functions'

2020-02-01 Thread himajin100000
On 2020-02-01 15:48, Kaganski Mike wrote: On 2020-02-01 8:58, himajin10 wrote: I'm getting the following error. how should I fix this error?(and why doesn't Jenkis fail?) C:/build/workdir/UnpackedTarball/skia/src/gpu/gl/GrGLGpu.cpp(3771): error C2039: 'f__faststorefence': is not a member of

Re: build error : 'f__faststorefence': is not a member of 'GrGLInterface::Functions'

2020-01-31 Thread Kaganski Mike
On 2020-02-01 8:58, himajin10 wrote: > I'm getting the following error. how should I fix this error?(and why > doesn't Jenkis fail?) > > C:/build/workdir/UnpackedTarball/skia/src/gpu/gl/GrGLGpu.cpp(3771): > error C2039: 'f__faststorefence': is not a member of > 'GrGLInterface::Functions' >

build error : 'f__faststorefence': is not a member of 'GrGLInterface::Functions'

2020-01-31 Thread himajin100000
Hi, I'm getting the following error. how should I fix this error?(and why doesn't Jenkis fail?) C:/build/workdir/UnpackedTarball/skia/src/gpu/gl/GrGLGpu.cpp(3771): error C2039: 'f__faststorefence': is not a member of 'GrGLInterface::Functions' C:\build\workdir\UnpackedTarball\skia\include/gp

Re: Android Build Error at ./autogen.sh

2019-01-14 Thread Gülşah Köse
Hello, I found the last problem and works for me now. We should't use ~ while giving parameter. we should write full path of sdk and ndk. As a parameter "/home/brenda/Android/Sdk/ndk-bundle" should work for you too. --- Gülşah Köse ___ LibreOffice mail

Re: Android Build Error at ./autogen.sh

2019-01-14 Thread Gülşah Köse
Hello, ~/home/brenda/Android/Sdk/ndk-bundle/ looks like wrong path. i think it says /home/brenda/home/brenda/Android/Sdk/ndk-bundle/ By the way If we put at "/" at the end of the parameter like says wiki, the path in the code look like ndk-bundle// so remove / at the end. However checked all of t

Re: Android Build Error at ./autogen.sh

2018-11-12 Thread Christian Lohmaier
Hi *, On Mon, Nov 12, 2018 at 4:22 PM ツ wrote: > > I'm trying to build the Android version of LibreOffice but I get the > following error when running ./autogen.sh : > > "configure: error: Unrecognized Android NDK. Missing RELEASE.TXT or > source.properties file in ~/home/brenda/Android/Sdk/ndk-bu

Android Build Error at ./autogen.sh

2018-11-12 Thread
I'm trying to build the Android version of LibreOffice but I get the following error when running ./autogen.sh : "configure: error: Unrecognized Android NDK. Missing RELEASE.TXT or source.properties file in ~/home/brenda/Android/Sdk/ndk-bundle/. Error running configure at ./autogen.sh line 296

Re: Build error on Windows

2018-10-10 Thread Kaganski Mike
On 10/10/2018 8:57 PM, Jan-Marek Glogowski wrote: > I did my build without specifying an SDK, so this uses the newest one on the > system (from VS 2017). > I simply removed all dependencies and added libraries, until linking didn't > fail anymore. > Mike added shlwapi in commit 095caf5c7501 ("Res

Re: Build error on Windows

2018-10-10 Thread Jan-Marek Glogowski
Am 10.10.2018 um 11:05 schrieb Kaganski Mike: > On 10/10/2018 12:02 PM, Stephan Bergmann wrote: >> Looks like a bug in >> >> >> "Implement Windows VCL backend as plugin", which removed the shlwapi

Re: Build error on Windows

2018-10-10 Thread Gabor Kelemen
gt; On 10/10/2018 10:58 AM, Gabor Kelemen wrote: > > We are experiencing a misterious build error with current master branch > > on Windows without any code changes. > > make distclean does not help. Any idea what could be done here? > > > > [build DEP] LNK:Library

Re: Build error on Windows

2018-10-10 Thread Kaganski Mike
On 10/10/2018 12:02 PM, Stephan Bergmann wrote: > Looks like a bug in > > > "Implement Windows VCL backend as plugin", which removed the shlwapi > dependency from vcl/Library_vcl.mk but didn't ad

Re: Build error on Windows

2018-10-10 Thread Stephan Bergmann
On 10/10/2018 09:58, Gabor Kelemen wrote: [build DEP] LNK:Library/dbmmlo.dll    Creating library D:/LibreOffice/core/workdir/LinkTarget/Library/isubsequenttest.lib and object D:/LibreOffice/core/workdir/LinkTarget/Library/isubsequenttest.exp [build LNK] Library/dbmmlo.dll [build DEP] LNK:Libr

Re: Build error on Windows

2018-10-10 Thread Kaganski Mike
Hi Gabor, On 10/10/2018 10:58 AM, Gabor Kelemen wrote: > We are experiencing a misterious build error with current master branch > on Windows without any code changes. > make distclean does not help. Any idea what could be done here? > > [build DEP] LNK:Library/dbmmlo.dll >  

Build error on Windows

2018-10-10 Thread Gabor Kelemen
Hi all We are experiencing a misterious build error with current master branch on Windows without any code changes. make distclean does not help. Any idea what could be done here? [build DEP] LNK:Library/dbmmlo.dll Creating library D:/LibreOffice/core/workdir/LinkTarget/Library

Re: Mac build error.

2018-03-11 Thread Noel Grandin
On 11 March 2018 at 10:39, Jan Iversen wrote: > I work on 2 branches in parallel (iOS and master), so I use “git worktree” > in order not to have 2 clones (a lot less diskspace). > > I use the --with-referenced-git feature we have, and it works well to avoid too much clone data __

Re: Mac build error.

2018-03-11 Thread Jan Iversen
> The 'g' script in turn is called in 'Makefile'/'Makefile.in’. Thanks, I got my problem identified. I work on 2 branches in parallel (iOS and master), so I use “git worktree” in order not to have 2 clones (a lot less diskspace). I know I could switch branches with the help of “git stash”, but

Re: Mac build error.

2018-03-10 Thread Michael Weghorn
Hi, at first glance, it seems like the 'g' script located at the top-level of the git repository is doing things that may be related to your error in the 'refresh_submodule_hooks()' and 'refresh_all_hooks()' functions. The 'g' script in turn is called in 'Makefile'/'Makefile.in'. Regards, Micha

Mac build error.

2018-03-10 Thread Jan Iversen
Hi On my Mac build I am starting to get these errors: rm: .git/hooks/README: Not a directory ln: .git/hooks/README: Not a directory rm: .git/hooks/commit-msg: Not a directory ln: .git/hooks/commit-msg: Not a directory rm: .git/hooks/post-merge: Not a directory ln: .git/hooks/post-merge: Not a dir

Re: Libreoffice Build Error

2017-10-15 Thread Markus Mohrhard
: recipe for target '/home/ekansh/libreoffice/workdir/ >ExternalProject/raptor/build' failed >13. make[1]: *** [/home/ekansh/libreoffice/workdir/ExternalProject/ >raptor/build] Error 1 > 14. make[1]:

Libreoffice Build Error

2017-10-15 Thread Ekansh Jha
11. make[2]: *** [all-recursive] Error 1 12. /home/ekansh/libreoffice/external/redland/ExternalProject_raptor.mk: 19: recipe for target '/home/ekansh/libreoffice/workdir/ExternalProject/raptor/build' failed 13. make[1]: *** [ /home/ekansh/libreoffice/workdir/Extern

Re: Build error: 'GetMap' is a protected member of 'SwAccessibleContext'

2017-04-23 Thread slacka
That commit fixed the error. I just finished a successful build with Clang. Thanks Markus! -- View this message in context: http://nabble.documentfoundation.org/Build-error-GetMap-is-a-protected-member-of-SwAccessibleContext-tp4213098p4213122.html Sent from the Dev mailing list archive at

Re: Build error: 'GetMap' is a protected member of 'SwAccessibleContext'

2017-04-23 Thread Markus Mohrhard
> I'm getting the following build error > > > [CXX] sw/source/core/access/accmap.cxx > [CXX] sw/source/core/access/accnotextframe.cxx > [CXX] sw/source/core/access/accnotexthyperlink.cxx > [CXX] sw/source/core/access/accpage.cxx > [CXX] sw/source/core/access/accpara.

Build error: 'GetMap' is a protected member of 'SwAccessibleContext'

2017-04-23 Thread Luke Benes
With Ubuntu 17.04 x86-64, after commit:  https://cgit.freedesktop.org/libreoffice/core/commit/sw/source/core/access/accmap.cxx?id=c99f72bebdce6d294eb47e070fa1397a98ba2087 sw: fix a11y crash on double Dispose I'm getting the following build error [CXX] sw/source/core/access/accmap.cxx [CX

Re: dbg build error on start for missing shared libraries

2016-09-22 Thread Cor Nouws
Michael Stahl wrote on 22-09-16 15:20: > yes you need to install that library, in fact i'm surprised that it's > not installed by default on your OS. oh wait, you said "x86" - probably > you are using x86_64 OS and don't have 32-bit libraries installed that > are needed for 32-bit LO, so you need

Re: dbg build error on start for missing shared libraries

2016-09-22 Thread Michael Stahl
On 19.09.2016 22:42, Cor Nouws wrote: > Hi, > > Downloaded and unpacked > http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86@71-TDF-dbg/current/master_dbg~2016-09-18_23.51.47_LibreOfficeDev_5.3.0.0.alpha0_Linux_x86_archive.tar.gz > > > & /program/soffice > /home/cono/lotest/TM/Libr

dbg build error on start for missing shared libraries

2016-09-19 Thread Cor Nouws
Hi, Downloaded and unpacked http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86@71-TDF-dbg/current/master_dbg~2016-09-18_23.51.47_LibreOfficeDev_5.3.0.0.alpha0_Linux_x86_archive.tar.gz & /program/soffice /home/cono/lotest/TM/LibreOfficeDev_5.3.0.0.alpha0_Linux_x86_archive/program/oo

Re: Build error in cui module of LibreOffice core

2016-08-03 Thread David Tardon
Just for the record: this was resolved on IRC. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Build error in cui module of LibreOffice core

2016-08-03 Thread Asela Rukmal
I have tried several times building this module after fresh pull requests to repository. Every time it give me error " /usr/bin/ld: cannot find -leditenglo collect2: error: ld returned 1 exit status make[1]: *** [/home/asela/core/instdir/program/libcuilo.so] Error 1 make: *** [cui] Error 2 " can s

Re: Build error

2016-03-22 Thread Michael Stahl
On 14.03.2016 09:21, Mayank Gupta wrote: > Now I'm past that problem. Visual Studio is not my concern. The main > problem is still hanging around due to which I did all of it again and > again. When I run LO from cygwin. Start LO Impress, add few lines in > slide and then click on add animation bu

Re: Build error

2016-03-14 Thread krishna keshav
Hello, It was error regarding cppunit. It is fixed now.I just had to upgrade packages.Also the following doc was a great help https://wiki.documentfoundation.org/Development/How_to_debug#Running_cppunit_tests On Mon, Mar 14, 2016 at 11:17 AM, David Tardon wrote: > Hello, > > On Sun, Mar 13, 2016

Re: Build error

2016-03-14 Thread Mayank Gupta
Now I'm past that problem. Visual Studio is not my concern. The main problem is still hanging around due to which I did all of it again and again. When I run LO from cygwin. Start LO Impress, add few lines in slide and then click on add animation button. It freezes for a second or two and then sho

Re: Build error

2016-03-13 Thread David Tardon
Hello, On Sun, Mar 13, 2016 at 02:08:39PM +0530, krishna keshav wrote: > Hello, > I have trying to build libreoffice recently using make.However the build > terminates after giving following error http://paste.ubuntu.com/15370838/ . > I ran the commands stated on termination which resulted in noth

Build error

2016-03-13 Thread krishna keshav
Hello, I have trying to build libreoffice recently using make.However the build terminates after giving following error http://paste.ubuntu.com/15370838/ . I ran the commands stated on termination which resulted in nothing. Please help with how should I proceed now.I am using ubuntu 14.04LTS. Tha

Re: Build error

2016-03-13 Thread Mayank Gupta
The solution which is made after 'make vs2013-ide-integration' and exists in source folder. Perhaps that's because the compete build itself wasn't successful. I tried make clean, then make. Deleted source folder. Unzipped tarball again and did git checkout - f and git pull - r. Ran autogen.sh with

Re: Build error

2016-03-12 Thread Tor Lillqvist
> 2) Opening visual Studio solution does nothing. > Which solution do you mean? The one in the 'windows' subdirectory? That is not supposed to do anything interesting. It is mostly a dummy project whose only purpose is to enable *starting* an already built LibreOffice in the Visual Studio debugger

Re: Build error

2016-03-12 Thread Mayank Gupta
I'm sorry. Actually I was talking about partial build that VS does. Problem with using LODE is that it doesn't support source as tarball. It clones the repository again. I don't have very good internet here. And I did the build via regular make in cygwin. Should I run and autogen.sh and then 'make'

Re: Build error

2016-03-12 Thread jan iversen
> On 12 Mar 2016, at 16:51, Mayank Gupta wrote: > > After changing the cygwin interface to source directory I ran: > /opt/lo/bin/make vs2013-ide-integration > As stated by the instructions on wiki 'BuildingOnWindows' document. > PS: I've set up all the directories according to the instructions

Re: Build error

2016-03-12 Thread Mayank Gupta
After changing the cygwin interface to source directory I ran: /opt/lo/bin/make vs2013-ide-integration As stated by the instructions on wiki 'BuildingOnWindows' document. PS: I've set up all the directories according to the instructions only and not my own to avoid any confusion for myself and for

Re: Build error

2016-03-12 Thread jan iversen
> On 12 Mar 2016, at 10:16, Mayank Gupta wrote: > > Hi all, > I'm Mayank Gupta. GSoC 2016 aspirant for Libreoffice project 'Add impress > shape animations that use real physics engine'. I built Libreoffice on > Windows it was successful with errors related to different tests. So, mst_ on >

Build error

2016-03-12 Thread Mayank Gupta
Hi all, I'm Mayank Gupta. GSoC 2016 aspirant for Libreoffice project 'Add impress shape animations that use real physics engine'. I built Libreoffice on Windows it was successful with errors related to different tests. So, mst_ on IRC told it might be because ATL hadn't been disabled properly. He

Re: [build error]build LibreOffice5.1.0.2 on windows10 x86_64

2016-03-09 Thread Chris Sherlock
> On 9 Mar 2016, at 6:01 PM, jinjin...@cs2c.com.cn wrote: > > Hi, > I am new to LibreOffice and trying to build LibreOffice 5.1.0.2 on > Windows10 x86_64 follow wiki guide, but there is a compile error : Don’t know the cause of the problem, but it’s not a compilation error. A unit test is

Re: [build error]build LibreOffice5.1.0.2 on windows10 x86_64

2016-03-09 Thread Tor Lillqvist
> I am not sure how much testing has been done one windows 10, > I have been building on Windows 10 for long without problems like this. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/

Re: [build error]build LibreOffice5.1.0.2 on windows10 x86_64

2016-03-09 Thread jan iversen
Hi Did you try to follow the instruction, from our step by step guide: https://wiki.documentfoundation.org/Development/GetInvolved (it has far less configure switches than you use) I am not sure how much testing has been done one windows 10, in your case it is not a compile error, but a unittest

[build error]build LibreOffice5.1.0.2 on windows10 x86_64

2016-03-09 Thread jinjin...@cs2c.com.cn
Hi, I am new to LibreOffice and trying to build LibreOffice 5.1.0.2 on Windows10 x86_64 follow wiki guide, but there is a compile error : my conifgure : ./autogen.sh --without-java --with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5 --with-junit=/cygdrive/c/sources/junit-4.10

Re: Android Build error

2016-02-18 Thread Miklos Vajna
Hi, On Wed, Feb 17, 2016 at 10:13:22AM -0700, madhu314 wrote: > I > am working on a Mac environment. The wiki page says: "We develop on Linux as the host environment." So other host operating systems may or may not work. If you're not interested in fixing the problems you hit, don't use a cust

Android Build error

2016-02-17 Thread madhu314
/instdir_for_build/LibreOfficeDev.app/Contents/program/services.rdb', needed by `/Users/Madhu/lo/core/workdir_for_build/Executable/saxparser.run'. Stop.make[1]: *** Waiting for unfinished jobsmake: *** [build] Error 2I am working on a Mac environment. I am not able to figure out what the cause

Re: build error: makefile 244 "recipe for target 'build' failed"

2016-01-27 Thread Cor Nouws
Cor Nouws wrote on 27-01-16 00:26: >> If that's the case "make clean" could help. > Trying.. Will know more tomorrow. Build just finished. Indeed that helped. Merci, -- Cor Nouws GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28 A038 E49D 7365 B134 80A6 - vrijwilliger http://nl.libreoffice.or

Re: build error: makefile 244 "recipe for target 'build' failed"

2016-01-26 Thread Cor Nouws
Hi Maxim, Maxim Monastirsky wrote on 26-01-16 22:54: > Well, that shows linker issues which mention the new GCC ABI, so I > guess this might be caused by some of the objects compiled with the old > ABI. Did you update your OS recently? 15:10 to be precise. But didn't build afterwards (started o

Re: build error: makefile 244 "recipe for target 'build' failed"

2016-01-26 Thread Maxim Monastirsky
Hi Cor, On Tue, 2016-01-26 at 22:20 +0100, Cor Nouws wrote: > Hi, > > See http://pastebin.com/XNGLBytm Well, that shows linker issues which mention the new GCC ABI, so I guess this might be caused by some of the objects compiled with the old ABI. Did you update your OS recently? If that's the cas

build error: makefile 244 "recipe for target 'build' failed"

2016-01-26 Thread Cor Nouws
Hi, See http://pastebin.com/XNGLBytm Do I see it correct that LinkTarget/Executable/cppunittester should be made available? Or - what I would prefer ATM - can I skip the need to have that (the less checks the better on my old laptop :) ) thanks, Cor -- Cor Nouws GPD key ID: 0xB13480A6 - 591A 30

Re: Build error on branch libreoffice-5-0-4

2016-01-07 Thread Chris Sherlock
Thanks Michael, appreciate the fix! If I had a Windows machine currently I’d do a test :-) Chris > On 7 Jan 2016, at 9:55 PM, Michael Stahl wrote: > > On 04.01.2016 04:58, Chris Sherlock wrote: >> I’ve done a quick check of the cygwin documentation, and they say the >> following: >> >>"A

Re: Build error on branch libreoffice-5-0-4

2016-01-07 Thread Michael Stahl
On 04.01.2016 04:58, Chris Sherlock wrote: > I’ve done a quick check of the cygwin documentation, and they say the > following: > > "A few Windows tools, such as find.exe, link.exe andsort.exe, may > conflict > with the Cygwin versions make sure that you use the full path > (/usr/bin/

Re: Build error on branch libreoffice-5-0-4

2016-01-05 Thread Jan Rheinländer
Hi Jan-Marek, thank you very much for the hint, the build has now completed successfully. Jan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build error on branch libreoffice-5-0-4

2016-01-04 Thread Oliver Brinzing
Hi, i cannot confirm build problems with lo 5.0.4.2 (win10/VS 2013). i followed instructions given at: https://wiki.documentfoundation.org/Development/BuildingOnWindows my cygwin PATH looks like: PATH='/usr/local/bin:/usr/bin:cygdrive/c/WINDOWS/System32/ [...] build settings: /cygdrive/d/source

Re: Build error on branch libreoffice-5-0-4

2016-01-04 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 04 Jan 2016, at 04:58, Chris Sherlock wrote: > > I’ve done a quick check of the cygwin documentation, and they say the > following: > >"A few Windows tools, such as find.exe, link.exe andsort.exe, may conflict > with the Cygwin

Re: Build error on branch libreoffice-5-0-4

2016-01-03 Thread Chris Sherlock
ilst' >>>>> failed >>>>> make[1]: *** >>>>> [C:/Users/User/Documents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst] >>>>> Error 1 >>>>> make[1]: *** Deleting file >>>>> 'C:/Users/User/Document

Re: Build error on branch libreoffice-5-0-4

2016-01-03 Thread Chris Sherlock
core/workdir/UIConfig/modules/dbapp.ilst' >>>> failed >>>> make[1]: *** >>>> [C:/Users/User/Documents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst] >>>> Error 1 >>>> make[1]: *** Deleting file >>>> 'C:/Users/User/Doc

Re: Build error on branch libreoffice-5-0-4

2016-01-03 Thread Jan-Marek Glogowski
User/Documents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst] >>> Error 1 >>> make[1]: *** Deleting file >>> 'C:/Users/User/Documents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst' >>> make[1]: *** Waiting for unfinished jobs >>>

Re: Build error on branch libreoffice-5-0-4

2016-01-03 Thread Jan Rheinländer
ents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst' >> failed >> make[1]: *** >> [C:/Users/User/Documents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst] >> Error 1 >> make[1]: *** Deleting file >> 'C:/Users/User/Documents/lode/dev/core/workd

Re: Build error on branch libreoffice-5-0-4

2016-01-02 Thread Chris Sherlock
odules/dbapp.ilst' > failed > make[1]: *** > [C:/Users/User/Documents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst] > Error 1 > make[1]: *** Deleting file > 'C:/Users/User/Documents/lode/dev/core/workdir/UIConfig/modules/dbapp.ilst' > make[1]: *** Waiting

Build error on branch libreoffice-5-0-4

2016-01-02 Thread Jan Rheinländer
x27; make[1]: *** Waiting for unfinished jobs Makefile:250: recipe for target 'build' failed make: *** [build] Error 2 What's wrong? If allowed on this list, I can attach the complete build.log file. Jan Rheinländer ___ LibreOffice mailing

Re: Build Error -1073740940

2015-08-18 Thread Oliver Brinzing
Hi Michael, > very odd... do you still have this problem? no, i am pretty sure my anti virus tool caused the problems. after disabling the "Identity Protection Service" (caused up to 50% cpu usage during builds!) and adding cygwin/source folders to the exclude list, i can even build lo 5.0.1 wi

  1   2   3   4   5   >