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

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: erro

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: err

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

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

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

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. >

[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

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: build error in libreoffice-android

2020-02-06 Thread Michael Weghorn
Hi, On 06/02/2020 08.14, RUTUJA BHAGWAN KENDRE wrote: > Hello everyone! >     I am Rutuja and I want to work on libreoffice online android app in > gsoc 2020. I have built libreoffice core and online on ununtu 18.04 but > I am not able to build libreoffice-android. I am getting this error when > I

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' >

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
Hi Mike This is it! So far the build was configured[1] as: --with-windows-SDK=8.1 Since this did compile and it was enough for us, so we moved along. We should be able to produce working builds for Win7, but we have no other strong requrement or preference for this option. Now this is broken, bu

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 >    Creating library

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 Nabb

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

2017-04-23 Thread Markus Mohrhard
Hey, On Sat, Apr 22, 2017 at 9:42 PM, Luke Benes wrote: > 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 f

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

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

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 >

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

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

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
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/find) or that your Cygwin bin directory comes first i

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

2016-01-03 Thread Chris Sherlock
Hmmm… this sounds like an issue the RC builder should be catching. Or at the very least, we should have something in the built script that ensures that Windows sort does NOT do this. This version of sort - is this a cygwin supplied version, or is it literally a Windows version? Chris > On 4

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

2016-01-03 Thread Jan-Marek Glogowski
Hi Jan, Am 03.01.2016 um 16:09 schrieb Jan Rheinländer: >>> >>> [build RC ] basegfx/default >>> [build RC ] sax/default >>> Die Eingabedatei wurde zweimal angegeben. <<<=== The input >>> file was mentioned twice (my translation) >>> >>> C:/Users/User/Documents/lode/dev/core/solen

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

2016-01-03 Thread Jan Rheinländer
Here's a link to a pastebin: http://pastebin.com/ARBxEHUH But, honestly, the build.log is not very helpful. How do I get more verbose output concerning the build process? Jan Am 03.01.2016 um 02:53 schrieb Chris Sherlock: > Perhaps add a link to a pastebin instead of sending the build.log. > >

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

2016-01-02 Thread Chris Sherlock
Perhaps add a link to a pastebin instead of sending the build.log. Chris > On 3 Jan 2016, at 7:21 AM, Jan Rheinländer wrote: > > Hi, > > I tried building the branch libreoffice-5-0-4 on Windows, following the > LODE instructions, and got: > > > [build RC ] cppu/default > [build RC ] cpp

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

Re: Build Error -1073740940

2015-08-18 Thread Michael Stahl
On 09.08.2015 11:26, Oliver Brinzing wrote: > Hi, > > > So.. don't do that do not use --enable-verbose (for the reason > > stated at the top of this post.. it is broken) > > ok, i removed "--enable-verbose", but now i am getting build errors again, > for example: > > C:/cygwin/opt/lo/bin/

Re: Build Error -1073740940

2015-08-09 Thread Norbert Thiebaud
On Sun, Aug 9, 2015 at 6:59 AM, Regina Henschel wrote: > Hi all, > > obviously the zip-file was stripped. The log is here > http://pastebin.ca/3095468. That is a completely different issue, that deserve it's own thread. Norbert ___ LibreOffice mailing

Re: Build Error -1073740940

2015-08-09 Thread Regina Henschel
Hi all, obviously the zip-file was stripped. The log is here http://pastebin.ca/3095468. Kind regards Regina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build Error -1073740940

2015-08-09 Thread Regina Henschel
Hi Norbert, Norbert Thiebaud schrieb: --enable-verbose is messed-up in configure.ac it set VERBOSE to --enable-verbose -> YES --disable-verbose -> NO neither -> empty and then VERBOSE is exported via config_host.mk But gmake and most of the rest of the build use verbose=non-empty/empty as a t

Re: Build Error -1073740940

2015-08-09 Thread Oliver Brinzing
Hi, > So.. don't do that do not use --enable-verbose (for the reason > stated at the top of this post.. it is broken) ok, i removed "--enable-verbose", but now i am getting build errors again, for example: C:/cygwin/opt/lo/bin/make -j 4 -rs -f C:/sources/libo-core/Makefile.gbuild all

Re: Build Error -1073740940

2015-08-08 Thread Norbert Thiebaud
So digging deeper. make clean in starmath for instance fails... because of an assert in xargs... I strongly suspect that xargs is utterly confused by the fact that our make is running as a dos native app since the same xargs coomand that assert, run just fine inside a cygwin bash session So I dow

Re: Build Error -1073740940

2015-08-08 Thread Norbert Thiebaud
--enable-verbose is messed-up in configure.ac it set VERBOSE to --enable-verbose -> YES --disable-verbose -> NO neither -> empty and then VERBOSE is exported via config_host.mk But gmake and most of the rest of the build use verbose=non-empty/empty as a test typically $(if $(verbose)$(VERBOSE),,

Re: Build Error -1073740940

2015-08-08 Thread Oliver Brinzing
Hi Regina, > Makefile:250: recipe for target 'build' failed > make: *** [build] Error -1073740940 i just started to build LO 5 on Win7 64Bit with VS2013 and have same build problems first unpacking external source "libreoffice-translations-5.0.0.5.tar" failed with an error "D" could not resol

Re: Build Error -1073740940

2015-08-08 Thread Regina Henschel
Regina Henschel schrieb: Hi Thorsten, Now building stops. The whole log is >80MB. It is zipped 5,3 MB. May I sent it to you directly. Kind regards Regina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/ma

Re: Build Error -1073740940

2015-08-08 Thread Regina Henschel
Hi Thorsten, Now building stops. The whole log is >80MB. The last part having [build CXX] is: [build CXX] unoxml/source/service/services.cxx The lines before the failure are below. Please tell me, what you need in addition. Kind regards Regina lines immediately above the failure: ==

Re: Build Error -1073740940

2015-08-08 Thread Regina Henschel
Hi Thorsten, Thorsten Behrens schrieb: Regina Henschel wrote: I think, the log is normal. But I have attached it. It is not long. The problem appears after a short time. Hi Regina, odd indeed. Can you build with make PARALLELISM=1, so it's obvious which is the failing command? Or better even

Re: Build Error -1073740940

2015-08-08 Thread Thorsten Behrens
Regina Henschel wrote: > I think, the log is normal. But I have attached it. It is not long. The > problem appears after a short time. > Hi Regina, odd indeed. Can you build with make PARALLELISM=1, so it's obvious which is the failing command? Or better even, come to irc for some interactive deb

Re: Build Error -1073740940

2015-08-07 Thread Thorsten Behrens
Regina Henschel wrote: > I try to build trunk on Windows 7 32-bit. > > The last lines of the build output are: > Looks like the actual error is not in your snippet (i.e. further up the build log)? Cheers, -- Thorsten signature.asc Description: Digital signature

Re: Build error on Mac OS X Yosemite 10.10.1 Xcode 6.1.1

2014-12-12 Thread Renato Ferreira
> > They are generated files. > It's strange. I don't see why it would not work. > cd sw && make CustomTarget_sw/generated > should create workdir/CustomTarget/sw/generated/tokens.cxx > Does it fail for you? > To clean the directory you can use (in sw): make CustomTarget_sw/generated. > clean > And

Re: Build error on Mac OS X Yosemite 10.10.1 Xcode 6.1.1

2014-12-12 Thread Matúš Kukan
Hi, On 12 December 2014 at 21:59, Renato Ferreira wrote: > /Users/renato/lo/core/sw/source/core/swg/SwXMLBlockImport.cxx:32:10: fatal > error: 'tokens.cxx' file not found > #include > ^ > 1 error generated. > make[1]: *** > [/Users/renato/lo/core/workdir/CxxObject/sw/source/core/swg/SwX

Re: build error

2014-10-28 Thread Tor Lillqvist
> How do I resolve it? > By not using VS2013? It is claimed to be possible to use VS2013 to build master, but hardly 4.3. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build error using boost :etonyek library, does not property

2014-10-15 Thread David Tardon
Hi, On Mon, Oct 13, 2014 at 01:47:56PM -0430, PICCORO McKAY Lenz wrote: > I have error building the etonyek library, i enabled on config script the > --disable-weffc option at configure, and also i used the lasted 0.0.4 with > compatibility patch for boost, or i have a missing library in my boost

Re: Build Error

2014-04-28 Thread Markus Mohrhard
On Mon, Apr 28, 2014 at 7:35 PM, Shreyansh Gandhi wrote: > > > looks like that was fixed by commit > 00c19e5def4a62445c85786aef6a507bee6c45fa > > ... so just git pull and try again. > > > Thanks for the advice I did git pull and tried to build again > However, the build was unsuccessful. O

Re: Build Error

2014-04-28 Thread Michael Stahl
On 28/04/14 12:46, Shreyansh Gandhi wrote: > Hi, > > I was building LO( it had already gone on for about 6-7 hours), when > suddenly this popped up:- > > *[build LNK] CppunitTest/libtest_sc_subsequent_export_test..so* > */home/shreyansh/core/solenv/gbuild/Package.mk:35: *** > gb_Deliver_deliver:

Re: build error - don't want to make clean:-/

2014-04-17 Thread Michael Stahl
On 17/04/14 21:39, Joel Madero wrote: > Hi All, > > I got an error earlier so I did a pull and tried building again and now > hitting this: > > make[1]: *** No rule to make target > `/data/libreoffice/workdir/UnpackedTaRball/boost/boost/mpl/iterator_tags.hpp', > "UnpackedTaRball"? that sound

Re: Build error on Windows 7 and VS 2012 in unit test using Cygwin

2014-01-15 Thread Michael Stahl
On 14/01/14 12:50, Anderson Roberto wrote: > > At end of make process I got an error on unit test > CppunitTest_filter_tiff_test > > So I run make again only to build this unit test using: make > CppunitTest_filter_tiff_test > [build CUT] filter_tiff_test > > /bin/sh: line 1: 5228 Aborted

Re: build error in libdbaselo.so

2013-12-20 Thread Cor Nouws
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Eike, Eike Rathke wrote (20-12-13 13:25) > Might be related to ccache if you have that enabled and interrupted > the last build at a very unfortunate time. If so then try the > command Sounds plausible - my whole OS did freeze when I was doing so

Re: build error in libdbaselo.so

2013-12-20 Thread Eike Rathke
Hi Cor, On Friday, 2013-12-20 08:49:40 +0100, Cor Nouws wrote: > fresh pull & make clean last night > [build LNK] Library/libdbaselo.so > /home/cono/src/git/libo_core/workdir/CxxObject/framework/source/services/urltransformer.o: > file not recognized: File truncated Might be related to ccache if

Re: Build error - testFdo60915

2013-03-24 Thread Marcos Souza
Same content as Rodolfo: export SYSTEM_ICU=NO 2013/3/22 Rodolfo > I have the same issue here. > > Yes, timezone is America/Sao Paulo. > > But, aside the bug report, I'm a Debian-Wheezy user. > > About ./config_host.mk contains: > export SYSTEM_ICU=NO > > =/ > > Att, > Rodolfo > > 2013/3/22 Eik

Re: Build error - testFdo60915

2013-03-23 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Same here. Em 22-03-2013 21:46, Rodolfo escreveu: > I have the same issue here. > > Yes, timezone is America/Sao Paulo. > > But, aside the bug report, I'm a Debian-Wheezy user. > > About ./config_host.mk contains: > export SYSTEM_ICU=NO > > =/ >

Re: Build error - testFdo60915

2013-03-22 Thread Rodolfo
I have the same issue here. Yes, timezone is America/Sao Paulo. But, aside the bug report, I'm a Debian-Wheezy user. About ./config_host.mk contains: export SYSTEM_ICU=NO =/ Att, Rodolfo 2013/3/22 Eike Rathke : > Hi Marcos, > > On Friday, 2013-03-22 17:01:12 -0300, Marcos Souza wrote: > >> AH

Re: Build error - testFdo60915

2013-03-22 Thread Eike Rathke
Hi Marcos, On Friday, 2013-03-22 17:01:12 -0300, Marcos Souza wrote: > AHuahUAHauhAUAHU > > Brazil makes me laught in LO too T.T Glad you had a good laugh ;-) > Yes this is my timezone Ok, could you please tell me which ICU library version you use * the internally provided 49.1.1, ./

Re: Build error - testFdo60915

2013-03-22 Thread Marcos Souza
AHuahUAHauhAUAHU Brazil makes me laught in LO too T.T Yes this is my timezone 2013/3/22 Eike Rathke > Hi Marcos, > > On Friday, 2013-03-22 14:34:45 -0300, Marcos Souza wrote: > > > [build CXX] svx/source/unodraw/unopool.cxx > > svl.cxx:321:Assertion > > Test name: (anonymous namespace

Re: Build error - testFdo60915

2013-03-22 Thread Eike Rathke
Hi Marcos, On Friday, 2013-03-22 14:34:45 -0300, Marcos Souza wrote: > [build CXX] svx/source/unodraw/unopool.cxx > svl.cxx:321:Assertion > Test name: (anonymous namespace)::Test::testFdo60915 > equality assertion failed > - Expected: 18/05/2446 > - Actual : 17/05/2446 Let me guess, your enviro

Re: Build error libxmlsec

2012-12-02 Thread Marcos Souza
Hi Caolán! After some days, and pulling again, now xmlsec is building again! Thanks a lot for the quick answer! 2012/11/30 Caolán McNamara > On Wed, 2012-11-28 at 19:02 -0200, Marcos Souza wrote: > > Hi guys, > > > > I'm getting this error when trying to build the master: > > checking for gnu

Re: Build error libxmlsec

2012-11-30 Thread Caolán McNamara
On Wed, 2012-11-28 at 19:02 -0200, Marcos Souza wrote: > Hi guys, > > I'm getting this error when trying to build the master: > checking for gnutls libraries >= 0.8.1... no > checking for mscrypto libraries... none > checking for crypto library... configure: error: At least one crypto > library sh

Re: Build Error

2012-10-25 Thread Joel Madero
Temporary work around is just to run: unset LD_LIBRARY_PATH from terminal before building. Jeff over at Bodhi seems to think it's most likely an issue with LXDM not with Bodhi. I can't track down where the variable is being set, ultimately I want to track it down but at least I have a successful b

Re: Build Error

2012-10-25 Thread Alex Thurgood
On 10/25/2012 09:40 AM, Stephan Bergmann wrote: Update : After completely removing all the LO3.5 cruft that Bodi had installed because of pyuno and the URE, I re-installed the Bodhi provided LO3.6, which for some strange reason does not have the URE or python uno, and now the build is proceed

Re: Build Error

2012-10-25 Thread Stephan Bergmann
On 10/25/2012 08:56 AM, David Ostrovsky wrote: On 24.10.2012 17:19, Stephan Bergmann wrote: On 10/24/2012 04:57 PM, Joel Madero wrote: On 10/24/2012 07:28 AM, Joel Madero wrote: Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've bee

Re: Build Error

2012-10-25 Thread Stephan Bergmann
On 10/24/2012 07:08 PM, Joel Madero wrote: Might have found the correct location but what should I put there instead of /usr/lib? So where *is* that location then? Links like "LD_LIBRARY_PATH not loading from .profile nor /etc/envi

Re: Build Error

2012-10-25 Thread David Ostrovsky
On 24.10.2012 17:19, Stephan Bergmann wrote: On 10/24/2012 04:57 PM, Joel Madero wrote: On 10/24/2012 07:28 AM, Joel Madero wrote: Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've been using for months. Do I have to change someth

Re: Build Error

2012-10-24 Thread Alexander Thurgood
Le 24/10/12 18:39, Joel Madero a écrit : Hi Joel, > Distro: Bodhi (based on Ubuntu) > > FWIW, we (as in you and I) are using the same distro and I am experiencing the same thing. Bodhi 2.0 64bit Alex ___ LibreOffice mailing list LibreOffice@list

Re: Build Error

2012-10-24 Thread Joel Madero
Might have found the correct location but what should I put there instead of /usr/lib? I'm reading from here: https://help.ubuntu.com/community/EnvironmentVariables Apparently in Ubuntu you can't set these in .profile or .bashrc. Regards, Joel On Wed, Oct 24, 2012 at 9:48 AM, Stephan Bergmann

Re: Build Error

2012-10-24 Thread Stephan Bergmann
On 10/24/2012 06:39 PM, Joel Madero wrote: Even "grep LD_LIBRARY_PATH ~/.*"? So what distro are you on, and what kind of shell do you use ("echo $SHELL")? It seems like my grep is just failing completely.wth is going on. When I run the command you just gave, within a few ms it sa

Re: Build Error

2012-10-24 Thread Joel Madero
> > Even "grep LD_LIBRARY_PATH ~/.*"? So what distro are you on, and what > kind of shell do you use ("echo $SHELL")? It seems like my grep is just failing completely.wth is going on. When I run the command you just gave, within a few ms it says it's done, that's impossible as it's searching

Re: Build Error

2012-10-24 Thread Stephan Bergmann
On 10/24/2012 06:23 PM, Joel Madero wrote: On Wed, Oct 24, 2012 at 8:24 AM, Stephan Bergmann mailto:sberg...@redhat.com>> wrote: On 10/24/2012 05:21 PM, Joel Madero wrote: Could it be because I have LibO 3.6.1.2 installed also? I just realized that I've never had a

Re: Build Error

2012-10-24 Thread Joel Madero
On Wed, Oct 24, 2012 at 8:24 AM, Stephan Bergmann wrote: > On 10/24/2012 05:21 PM, Joel Madero wrote: > >> Could it be because I have LibO 3.6.1.2 installed also? I just realized >> that I've never had a parallel install before. I used to do all my >> developing/triaging on a separate boot but I d

Re: Build Error

2012-10-24 Thread Stephan Bergmann
On 10/24/2012 05:21 PM, Joel Madero wrote: Could it be because I have LibO 3.6.1.2 installed also? I just realized that I've never had a parallel install before. I used to do all my developing/triaging on a separate boot but I decided I am tired of rebooting every time I want to get into my main

Re: Build Error

2012-10-24 Thread Joel Madero
On Wed, Oct 24, 2012 at 8:19 AM, Stephan Bergmann wrote: > On 10/24/2012 04:57 PM, Joel Madero wrote: > >> On 10/24/2012 07:28 AM, Joel Madero wrote: >> >>> Not that I know of. I haven't changed my method at all. I've been basing >>> my make >>> of the same ./autogen that I've been using for month

Re: Build Error

2012-10-24 Thread Stephan Bergmann
On 10/24/2012 04:57 PM, Joel Madero wrote: On 10/24/2012 07:28 AM, Joel Madero wrote: Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've been using for months. Do I have to change something? If so, suggestions on how to do it? Apprec

Re: Build Error

2012-10-24 Thread Michael Stahl
On 24/10/12 16:57, Joel Madero wrote: > On 10/24/2012 07:28 AM, Joel Madero wrote: >> Not that I know of. I haven't changed my method at all. I've been basing my >> make >> of the same ./autogen that I've been using for months. >> >> Do I have to change something? If so, suggestions on how to do i

Re: Build Error

2012-10-24 Thread Joel Madero
On 10/24/2012 07:28 AM, Joel Madero wrote: > Not that I know of. I haven't changed my method at all. I've been basing my make > of the same ./autogen that I've been using for months. > > Do I have to change something? If so, suggestions on how to do it? Appreciate > it, this is becoming an issue as

Re: Build Error

2012-10-24 Thread Stephan Bergmann
On 10/24/2012 10:19 AM, Stephan Bergmann wrote: On 10/24/2012 07:28 AM, Joel Madero wrote: Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've been using for months. Do I have to change something? If so, suggestions on how to do it? A

Re: Build Error

2012-10-24 Thread Stephan Bergmann
On 10/24/2012 07:28 AM, Joel Madero wrote: Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've been using for months. Do I have to change something? If so, suggestions on how to do it? Appreciate it, this is becoming an issue as I can'

Re: Build Error

2012-10-24 Thread Alex Thurgood
Le 24/10/2012 07:28, Joel Madero a écrit : Hi Joel, > Not that I know of. I haven't changed my method at all. I've been basing my > make > of the same ./autogen that I've been using for months. > > Do I have to change something? If so, suggestions on how to do it? Appreciate > it, this is beco

Re: Build Error

2012-10-23 Thread Joel Madero
Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've been using for months. Do I have to change something? If so, suggestions on how to do it? Appreciate it, this is becoming an issue as I can't triage correctly without a master build

  1   2   >