Re: Error building on MacOS

2024-02-05 Thread Ilmari Lauhakangas
On 4.2.2024 15.15, Stanisław Jeśmanowicz wrote: Hello Adlair, I had also problems to install LibreOffice on MacOS. But after many tries and errors, I made it. Here's how it was: - My Mac is: MacBook Pro - chip: Apple M2 Max chip - macOS: Sonoma 14.2.1 I use  MacPorts base version 2.9.1 for ope

Re: Error building on MacOS

2024-02-04 Thread Stanisław Jeśmanowicz
Hello Adlair, I had also problems to install LibreOffice on MacOS. But after many tries and errors, I made it. Here's how it was: - My Mac is: MacBook Pro - chip: Apple M2 Max chip - macOS: Sonoma 14.2.1 I use  MacPorts base version 2.9.1 for open source software tools. - run:   xcode-select -s

Re: Error building on MacOS

2024-02-04 Thread Noel Grandin
that looks like something got corrupted in your build dir, I would try doing 'make clean' and then 'make' On Fri, 2 Feb 2024 at 04:33, Adlair Cerecedo Mendez < adlair.cerec...@ugd.gob.mx> wrote: > Hello everyone. > > I'm trying to build LO on MacOS Ventura, I got two errors, the first one > is fi

Re: Error building LibreOffice on Windows (Cygwin)

2022-03-12 Thread Ilmari Lauhakangas
On 12.3.2022 19.12, Ahmed Abdelatty Mohamed Radalla wrote: Greetings, I am trying to build LibreOffice on Windows using LODE. I installed the prerequisites (MSVC & JDK) and then followed the instructions on the wiki. When it was time to build, I got this error: checking the dependency genera

Re: error building libreoffice online android in android studio

2020-02-09 Thread Michael Weghorn
On 10/02/2020 08.15, Michael Weghorn wrote: >> [...] >> '# ARM Android >> --with-distro=LibreOfficeAndroid >> --with-distro=LibreOfficeAndroidX86 >> # or Android x86 ( preferable if using an AVD Emulator ) >> --with-android-sdk=/home/rutuja/Android/Sdk >> --with-android-ndk=/home/rutuja/Android/Sdk

Re: error building libreoffice online android in android studio

2020-02-09 Thread Michael Weghorn
Hi, On 09/02/2020 16.49, RUTUJA BHAGWAN KENDRE wrote: > Hello everyone >   I am trying to  build libreoffice online android in android studio. I > get this error > > 'Build command failed. > Error while executing process > /home/rutuja/Android/Sdk/cmake/3.6.4111459/bin/cmake with arguments > {--b

Re: Error Building LibreOoffice 5.3.7.2

2018-03-17 Thread Heiko Tietze
5.3.7 is outdated, and Collada has been removed from the code recently, IIRC. You should consider to go with 5.4 or master but in case you like weird challenges the compiler switch --disable-collada might be your friend. On 12.03.2018 23:54, Curtis Hamilton wrote: > I'm not sure what has changed

Re: Error building

2018-03-05 Thread Christian Lohmaier
On Thu, Mar 1, 2018 at 12:52 AM, fady esam wrote: > When i try to build the project pn windows with cygwin it gives me this > error > > configure: error: al.exe not found as /al.exe > Error running configure at /cygdrive/c/sources/core/autogen.sh line 289. > > > even tho i have the latest windows

Re: Error building

2018-03-01 Thread Michael Stahl
On 01.03.2018 00:52, fady esam wrote: > When i try to build the project pn windows with cygwin it gives me this > error  > > configure: error: al.exe not found as /al.exe > Error running configure at /cygdrive/c/sources/core/autogen.sh line 289. > > > even tho i have the latest windows sdk.. wha

Re: Error building

2018-02-28 Thread Regina Henschel
Hi, fady esam schrieb am 01.03.2018 um 00:52: When i try to build the project pn windows with cygwin it gives me this error configure: error: al.exe not found as /al.exe Error running configure at /cygdrive/c/sources/core/autogen.sh line 289. even tho i have the latest windows sdk.. what shou

Re: error building LO on kde4

2017-08-09 Thread Michael Stahl
[re-send with the proper To:, i'm too stupid to send email today] On 08.08.2017 12:21, Xavier van wijmeersch wrote: > trying to build a new LO alpha6.0.0 this morning > see pdf pdf? sigh, at least it's not a jpeg... breakpad fails to build: > src/client/linux/dump_writer_common/ucontext_reader.

Re: Error building LO on local system

2016-12-26 Thread Tor Lillqvist
> I use a commant like this: > git checkout master && ./g pull -r && for branch in $(git branch | cut -c > 3-) ; do if [ $branch != "master" ] ; then git rebase master $branch ; fi ; > done && git checkout && make > to keep all branches up-to-date (I must say that I keep branches/tags like > libre

Re: Error building LO on local system

2016-12-26 Thread Markus Mohrhard
Hey, On Mon, Dec 26, 2016 at 4:56 PM, Huzaifa Iftikhar wrote: > Hi, > I updated my master branch today with the command ./g pull -r and after > that when I tried to build LibreOffice with the make command it doesn't > build anymore and shows the following error > > /home/huzaifa/libreoffice/work

Re: Error building LO on local system

2016-12-26 Thread Tor Lillqvist
> Earlier the master used to build successfully and I always create a > separate branch for patches and don't make changes on Branch master itself. > > Unless you are an experienced developer who is working on a specific feature where your work in progress will interfere with how LibreOffice works

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2016-06-22 Thread slacka
Ashod Nakashian-2 wrote > I haven't tried a different version of make as Juergen suggests, but I > confirm that the issue has to do with the fact that make doesn't generate > the invariant data that the python script excepts. Specifically, all the # > lines that contain the paths and filenames are

Re: Error building LO - "strlen was not declared in this scope" on fresh Ubuntu 15.04 install

2015-05-22 Thread Jacobo Aragunde Pérez
Dunno if I'm arriving too late ;) Anyway: El 21/05/15 a las 05:49, Matteo Campanelli escribió: > Hi there, > after > several minutes of compilation I got the following error(s). Any ideas? > [Manual dirty solutions like insert the related #include macros did not > work] Since you mention that ad

Re: Error building LO - ("LIBO_UDK 4.4 not found")

2015-05-16 Thread Matteo Campanelli
All solved. Sorry for the noise. It was loosely related with ccache and using "ccache -C" did it. Matteo On Sat, May 16, 2015 at 11:14 AM, Matteo Campanelli < matteo.campane...@gmail.com> wrote: > Hi there, > > I was building LO on GNU/Linux (on a machine where LO building went smooth > until a

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2015-02-21 Thread Ashod Nakashian
I haven't tried a different version of make as Juergen suggests, but I confirm that the issue has to do with the fact that make doesn't generate the invariant data that the python script excepts. Specifically, all the # lines that contain the paths and filenames are missing from the output, hence t

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2015-02-20 Thread Jesper Hertel
Thank you so much, Jürgen! I am looking forward to trying that out. Jesper 2015-02-20 12:48 GMT+01:00 Juergen Funk Mailinglist : > Hi Jesper, > > I have the same problem with the Visual Studio Solutions. > > A lot of thanks too David Ostrovsky he has found a solution for that. > The solution

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2015-02-17 Thread Jesper Hertel
Den 17/02/2015 07.34 skrev "Tor Lillqvist" : > > > Not many of us use it, > > True. I know. :-) And maybe I will have to see it as a do-it-yourself project then, as Noel suggested. I already started debugging the makefile and Python script involved. I will probably learn something new in the proc

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2015-02-16 Thread Tor Lillqvist
> Not many of us use it, True. > However, that doesn't mean you can't use Visual Studio for debugging, it is > very simple to > just run VS and start a program and debug from it, and it will load the > correct source files, etc. In more detail, what works fine is: Start the LibreOffice you jus

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2015-02-16 Thread Noel Grandin
Hi On 2015-02-16 09:40 PM, Jesper Hertel wrote: As instructed, I built directly to the source tree to get Visual Studio integration. The Visual Studio integration is, I'm afraid, largely DIY. Not many of us use it, so if it doesn't work for you, and you can't figure it out yourself, you're

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2015-02-16 Thread Jesper Hertel
I tried running the command LC_MESSAGES=C C:/cygwin/opt/lo/bin/make cmd="C:/cygwin/opt/lo/bin/make -npf Makefile.gbuild all" cmd which gave this output of 4359 lines: echo "custom cmd" && ( C:/cygwin/opt/lo/bin/make -npf Makefile.gbuild all ) custom cmd # make[1]: Entering directory 'C:/sources/

Re: Error building Visual Studio 2013 project file for LibreOffice on Windows

2015-02-16 Thread Jesper Hertel
I tried running make with the --debug parameter, and that gave this output, if that is helpful: $ /opt/lo/bin/make --debug vs2013-ide-integration GNU Make 4.0 Built for Windows32 Copyright (C) 1988-2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-23 Thread Stephan Bergmann
On 01/22/2015 10:35 PM, Richard PALO wrote: Okay, but by observation it does seem to be a rather overloaded term though, missing a prefix or namespace.. at least the one in include/vcl/window.hxx has been changed into a scoped enumeration on master ___

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/01/15 19:11, Markus Mohrhard a écrit : > Yah, but... shouldn't the enum be in a namespace in the first place? > Or are there c-only source files looking for it... > > >> That doesn't matter here as it is a define and therefore the preprocessor

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Markus Mohrhard
Hey, On Thu, Jan 22, 2015 at 6:53 PM, Richard PALO wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Le 22/01/15 18:35, Gabriele Bulfon a écrit : > > yes, I added a patch to add this just before the enum, and it goes on : > > > > > > #ifdef TRANSPARENT > > # undef TRANSPARENT > > #end

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/01/15 18:35, Gabriele Bulfon a écrit : > yes, I added a patch to add this just before the enum, and it goes on : > > > #ifdef TRANSPARENT > # undef TRANSPARENT > #endif > > going on ;) thanks! > > Yah, but... shouldn't the enum be in a name

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Gabriele Bulfon
: 22 gennaio 2015 18.12.00 CET Oggetto: Re: error building vclxbitmap.cxx on xstreamos/illumos -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/01/15 15:20, Stephan Bergmann a écrit : If line 245 of include/vcl/window.hxx reads TRANSPARENT= 12, for you, then most likely you happen to

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/01/15 15:20, Stephan Bergmann a écrit : > If line 245 of include/vcl/window.hxx reads > >TRANSPARENT= 12, > > for you, then most likely you happen to include some definition of a > macro named TRANSPARENT. > ___

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Stephan Bergmann
On 01/22/2015 01:45 PM, Gabriele Bulfon wrote: Hi, next error, right in the middle of an enum declaration...: [build CXX] toolkit/source/awt/vclxbitmap.cxx In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/vcl/ctrl.hxx:26:0

Re: error building fastserializer on xstreamos/illumos

2015-01-21 Thread Stephan Bergmann
On 01/20/2015 06:26 PM, Gabriele Bulfon wrote: Our boost is 1.49.0, I would rather let it use system one, instead of having another one around. What is the minimum required? LO's configure.ac checks for AX_BOOST_BASE(1.47) and then does some AC_CHECK_HEADER and more specific AC_COMPILE_IFELSE

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Ashod Nakashian
stserializer was not built at all before? > > > > -- > > Da: Michael Stahl > A: libreoffice@lists.freedesktop.org > Data: 20 gennaio 2015 18.08.14 CET > Oggetto: Re: error building fastserializ

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Gabriele Bulfon
? -- Da: Michael Stahl A: libreoffice@lists.freedesktop.org Data: 20 gennaio 2015 18.08.14 CET Oggetto: Re: error building fastserializer on xstreamos/illumos On 20.01.2015 17:49, Gabriele Bulfon wrote: Back here again, going on building :) next error

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Gabriele Bulfon
18.08.14 CET Oggetto: Re: error building fastserializer on xstreamos/illumos On 20.01.2015 17:49, Gabriele Bulfon wrote: Back here again, going on building :) next error is a Boost error on fastserializer, a lot of errors actually: /sources/sonicle/xstream-desktop-gate/components/libreoffice

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Stephan Bergmann
On 01/20/2015 05:49 PM, Gabriele Bulfon wrote: [build CXX] sax/source/tools/fastserializer.cxx S=/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2 & I=$S/instdir & W=$S/workdir & mkdir -p $W/CxxObject/sax/source/tools/ $W/Dep/CxxObject/sax/source/tool

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Michael Stahl
On 20.01.2015 17:49, Gabriele Bulfon wrote: > Back here again, going on building :) > > next error is a Boost error on fastserializer, a lot of errors actually: > /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:5

Re: Error building sc on XStreamOS/illumos

2013-07-18 Thread Gabriele Bulfon
Yoshida Cc: libreoffice-dev Data: 18 luglio 2013 16.23.49 CEST Oggetto: Re: Error building sc on XStreamOS/illumos Great! Worked, and I had also to patch this: --- libreoffice-4.1.0.1/sc/source/core/tool/scmatrix.cxxThu Jul 18 16:19:54 2013 +++ libreoffice-4.1.0.1/sc/source/core/tool

Re: Error building sc on XStreamOS/illumos

2013-07-18 Thread Gabriele Bulfon
: Error building sc on XStreamOS/illumos On 07/18/2013 03:12 AM, Gabriele Bulfon wrote: Hi, building went on after setup_native, and I got an error while building sc: In file included from /sources/userlands/xstream-userland-gate/components/libreoffice/libreoffice-4.1.0.1/sc/inc/column.hxx:28, from

Re: Error building sc on XStreamOS/illumos

2013-07-18 Thread Eike Rathke
Hi Gabriele, On Thursday, 2013-07-18 14:17:41 +0200, Eike Rathke wrote: > This looks like your system mdds is outdated; argh.. forget it, ok, this time it was the other way around.. see Kohei's mail. Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer. GPG k

Re: Error building sc on XStreamOS/illumos

2013-07-18 Thread Eike Rathke
Hi Gabriele, On Thursday, 2013-07-18 09:12:02 +0200, Gabriele Bulfon wrote: > building went on after setup_native, and I got an error while building sc: > /sources/userlands/xstream-userland-gate/components/libreoffice/libreoffice-4.1.0.1/sc/inc/mtvelements.hxx:66: > error: wrong number of templ

Re: Error building with clang

2013-01-07 Thread Lubos Lunak
On Saturday 05 of January 2013, Marc-André Laverdière wrote: > Miklos was right - the newer version changes everything. I just > finished building, and the only option I used was to enable the > plugins. > > I'll put together a small blog entry about this, in case others want > to try the same. Sho

Re: Error building with clang

2013-01-04 Thread Marc-André Laverdière
Miklos was right - the newer version changes everything. I just finished building, and the only option I used was to enable the plugins. I'll put together a small blog entry about this, in case others want to try the same. Should I update the wiki too? Marc-André LAVERDIÈRE "Perseverance must fini

Re: Error building with clang

2013-01-04 Thread Lubos Lunak
On Friday 04 of January 2013, Marc-André Laverdière wrote: > Hi, > > I am building with clang. I ran make clean and even wiped my ccache cache. > > I run into this problem: > /home/marc-andre/lo/core/solver/unxlngx6.pro/inc/external/boost/uuid/seed_r >ng.hpp:143:61: note: override this message by i

Re: Error building with clang

2013-01-04 Thread Miklos Vajna
Hi Marc-André, On Fri, Jan 04, 2013 at 03:16:46PM +0530, Marc-André Laverdière wrote: > Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0) https://wiki.documentfoundation.org/Development/Building_LibreOffice_with_Clang#Setup Says that 3.1 is needed, 3.0 may not work.

Re: % error building instsetoo_native...

2012-05-31 Thread Michael Meeks
Hi Jose, On Wed, 2012-05-30 at 14:52 -0500, ORTIZ MARTINEZ JOSE ASUNCION wrote: > My Name is Jose Ortiz . I am a programmer from the ‘ Instituto > Nacional de Estadistica y Geografia ( Mexico)’ . Welcome to LibreOffice ! :-) > Actually, I’m building libre office core but …. To h

Re: % error building instsetoo_native...

2012-05-31 Thread Michael Stahl
On 30/05/12 21:52, ORTIZ MARTINEZ JOSE ASUNCION wrote: > ... analyzing files ... > > ERROR: The following files could not be found: > > ERROR: File not found: dict-af.oxt > ERROR: File not found: dict-an.oxt > ERROR: File not found: dict-ar.oxt > ERROR: File not found: dict-be.oxt > ERROR: File n