Re: gtest build error

2023-05-01 Thread Peter Kovacs
Am 30.04.23 um 13:40 schrieb Matthias Seidel: Hi Peter, Am 30.04.23 um 12:19 schrieb Peter Kovacs: Hi All, As suspekted adding GTEST_ in front fixes my setup. What does that mean? Do we need to change something in our code or is it just a configuration issue? It depends... If

Re: gtest build error

2023-04-30 Thread Matthias Seidel
Hi Peter, Am 30.04.23 um 12:19 schrieb Peter Kovacs: > Hi All, > > As suspekted adding GTEST_ in front fixes my setup. What does that mean? Do we need to change something in our code or is it just a configuration issue? Regards,    Matthias > > All the best > > > Am 29.04.23 um 09:26 schrieb

Re: gtest build error

2023-04-30 Thread Peter Kovacs
Hi All, As suspekted adding GTEST_ in front fixes my setup. All the best Am 29.04.23 um 09:26 schrieb Peter Kovacs: Hi all. Build fails with: main/sal/qa/rtl/crc32/rtl_crc32.cxx:72:1:error: expected constructor, destructor, or type conversion before '(' token   72 | TEST_F(test,

gtest build error

2023-04-29 Thread Peter Kovacs
Hi all. Build fails with: main/sal/qa/rtl/crc32/rtl_crc32.cxx:72:1:error: expected constructor, destructor, or type conversion before '(' token   72 | TEST_F(test, rtl_crc32_002_1) I have installed gtest using official ubuntu package the readme says: ### Avoiding Macro Name Clashes In

Re: Build Error

2021-05-24 Thread Peter Kovacs
On 24.05.21 13:53, Arrigo Marchiori wrote: Hello Peter, On Mon, May 24, 2021 at 10:10:23AM +, Peter Kovacs wrote: Hello all, I am building OpenOffice trunk in a CentOSX Environment running as a docker image. Anyone has an Idea where to look. The versions look very old and even for

Re: Build Error

2021-05-24 Thread Arrigo Marchiori
Hello Peter, On Mon, May 24, 2021 at 10:10:23AM +, Peter Kovacs wrote: > Hello all, > > > I am building OpenOffice trunk in a CentOSX Environment running as a docker > image. Anyone has an Idea where to look. The versions look very old and even > for CentOSx not up to time. > > My host

Re: Build Error

2021-05-24 Thread Peter Kovacs
Okay, sorry for the fuzz. Was some ISO Layer 8 Issue. I did a dmake clean and then i seem to pass the Issue. -.- On 24.05.21 12:10, Peter Kovacs wrote: Hello all, I am building OpenOffice trunk in a CentOSX Environment running as a docker image. Anyone has an Idea where to look. The

Build Error

2021-05-24 Thread Peter Kovacs
Hello all, I am building OpenOffice trunk in a CentOSX Environment running as a docker image. Anyone has an Idea where to look. The versions look very old and even for CentOSx not up to time. My host system is Arch Linux. I run into a strange QA Issue: Entering

Re: Build error on 4.1.8 on Linux Ubuntu 16.xx

2020-10-11 Thread Peter Kovacs
Okay, sorry for the fuzz. It is a user layer 8 issue. Forgot to issue a dmake clean from my last build. Am 11.10.20 um 18:51 schrieb Peter Kovacs: Hello all, I get a build error on my Ubuntu Machine: Multi Platform Enabled Edition dmake:  Error: -- `FormWizard_1.png' not found, and can't

Build error on 4.1.8 on Linux Ubuntu 16.xx

2020-10-11 Thread Peter Kovacs
Hello all, I get a build error on my Ubuntu Machine: Multi Platform Enabled Edition dmake:  Error: -- `FormWizard_1.png' not found, and can't be made 1 module(s):     extras need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /home/legine/workspace/AOO/gitbox/main

Re: Build Error in Module vcl

2019-04-29 Thread Matthias Seidel
April 29, 2019 11:20 AM > To: dev@openoffice.apache.org > Subject: Build Error in Module vcl > > Hi: > > I have encountered a problem when building the project. > > In main/vcl/inc/unx/x11_cursors/ase_mask.h the last line seems to be lost due > to last commit. > > Modif

Build Error in Module vcl

2019-04-29 Thread Shen, Xinyu
Hi: I have encountered a problem when building the project. In main/vcl/inc/unx/x11_cursors/ase_mask.h the last line seems to be lost due to last commit. Modify it accordingly with the last version fix the problem. Thanks, Fisher Shen

Re: Build Error in Module vcl

2019-04-29 Thread Shen, Xinyu
problem in building svl. Fisher Shen From: Shen, Xinyu Sent: Monday, April 29, 2019 11:20 AM To: dev@openoffice.apache.org Subject: Build Error in Module vcl Hi: I have encountered a problem when building the project. In main/vcl/inc/unx/x11_cursors/ase_mask.h

Re: OpenOffice Build Error

2019-02-03 Thread Peter Kovacs
> dmake is located in search path means it has found dmake. I would not say it is an error. > unalias: gunzip not found this does not sound good. I would install gunzip. On 26.01.19 00:20, Nikhil Gupta wrote: > After completing all the above requirements bootstrap gives the following > output >

Re: OpenOffice Build Error

2019-01-25 Thread Nikhil Gupta
After completing all the above requirements bootstrap gives the following output Script started on Saturday 26 January 2019 04:41:11 AM IST ]0;root@nikhil-VirtualBox: /home/nikhil/help/aoo/main root@nikhil-VirtualBox:/home/nikhil/help/aoo/main# exit ./bootstrap unalias: gunzip not found Include

Re: OpenOffice Build Error

2019-01-25 Thread Peter Kovacs
You need to do something like: autoconf ./configure --with-epm-url=https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz --with-dmake-url=https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 --with-lang="en-US de fr it pt ja" --enable-wiki-publisher

Re: OpenOffice Build Error

2019-01-25 Thread Nikhil Gupta
The output of main/soenv file The output of epm configure is The output of dmake configure is On Sat, Jan 26, 2019 at 12:48 AM Nikhil Gupta wrote: > Yes you are right. > But Before start building we have to do the configuration and > bootstrapping.As in the mentioned resource: >

Re: OpenOffice Build Error

2019-01-25 Thread Nikhil Gupta
Yes you are right. But Before start building we have to do the configuration and bootstrapping.As in the mentioned resource: https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO After I installed epm and Dmake, we have to run the ./bootstrap in main directory. but the file is not

Re: OpenOffice Build Error

2019-01-25 Thread Peter Kovacs
What was the output of configure? On 25.01.19 19:27, Nikhil Gupta wrote: > Hi, > > Yes,I had already installed unowinreg.dll from the above mentioned source. > But the problem still remains. > Are there any log files generated when we build the OpenOffice. > So that we can check out where the

Re: OpenOffice Build Error

2019-01-25 Thread Marcus
Am 25.01.19 um 19:27 schrieb Nikhil Gupta: Yes,I had already installed unowinreg.dll from the above mentioned source. But the problem still remains. Are there any log files generated when we build the OpenOffice. So that we can check out where the problem occured. I wonder that you are

Re: OpenOffice Build Error

2019-01-25 Thread Nikhil Gupta
Hi, Yes,I had already installed unowinreg.dll from the above mentioned source. But the problem still remains. Are there any log files generated when we build the OpenOffice. So that we can check out where the problem occured. On Fri, Jan 25, 2019 at 11:36 PM Mechtilde wrote: > Hello, > > did

Re: OpenOffice Build Error

2019-01-25 Thread Mechtilde
Hello, did you install cd main wget -O external/unowinreg/unowinreg.dll http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll which is one line Kind regards Am 25.01.19 um 18:54 schrieb Nikhil Gupta: > Hi everyone, > i am Nikhil from India. I am novice to open source as of now but

OpenOffice Build Error

2019-01-25 Thread Nikhil Gupta
Hi everyone, i am Nikhil from India. I am novice to open source as of now but really interested to learn and contribute for this organization. I have been trying to set up OpenOffice environment on my Ubuntu(14.04) system. I am following the steps given on the official site.

Re: New Build error Package Orbit is missing

2017-01-04 Thread Phillip Rhodes
Yep, I ran into that as well. In my case, just doing a quick "sudo dnf -y install Orbit2 Orbit2-devel" took care of that. Phil This message optimized for indexing by NSA PRISM On Wed, Jan 4, 2017 at 1:18 PM, Marcus wrote: > Am 01/04/2017 01:37 PM, schrieb Peter Kovacs:

Re: New Build error Package Orbit is missing

2017-01-04 Thread Marcus
Am 01/04/2017 01:37 PM, schrieb Peter Kovacs: Hello all, just wanted to update that I worked around the Java Error. I linked the missing files into the Package (/./aoo/main/jurt/com/sun/star/uno) and added to the makefile: DEPEND=java$/com$/sun$/star $(CLASSDIR)$/$(PACKAGE)$/$(DEPEND) I

New Build error Package Orbit is missing

2017-01-04 Thread Peter Kovacs
Hello all, just wanted to update that I worked around the Java Error. I linked the missing files into the Package (/./aoo/main/jurt/com/sun/star/uno) and added to the makefile: DEPEND=java$/com$/sun$/star $(CLASSDIR)$/$(PACKAGE)$/$(DEPEND) I am now stuck with the Orbit Package, but I

Ambari build error

2016-12-31 Thread Phillip Rhodes
Ambari crew: I'm trying to build Ambari on Fedora 24, and am running into the following error. Hoping someone can help shed some light on what's going on. [INFO] [INFO] BUILD FAILURE [INFO]

Another AOO build error - packcomponents

2016-12-31 Thread Phillip Rhodes
Hey gang, my build is making it further now, but still fails with this bit of weirdness. Any ideas on this? [prhodes@whiskey instsetoo_native]$ build --all:postprocess build -- version: 1775979 = Building module postprocess = Entering

Re: Build error on fonts

2016-11-26 Thread Peter Kovacs
nvm. I fixed it. it seems that I needed to rerun bootstrap. On 26.11.2016 10:07, Peter Kovacs wrote: Hello all, I try to advance again on my build. And I run into an error again: dmake: Error: -- `../../unxlngx6.pro/misc/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.unpack' not

Build error on fonts

2016-11-26 Thread Peter Kovacs
Hello all, I try to advance again on my build. And I run into an error again: dmake: Error: -- `../../unxlngx6.pro/misc/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.unpack' not found, and can't be made Why could it be that the File is not there? all the best Peter

Re: build error

2016-11-16 Thread Peter Kovacs
On 16.11.2016 08:41, Ariel Constenla-Haile wrote: I guess your system python defaults to Python 3. Take a look at the output of /usr/bin/env python --version gtest does not work with Python 3, at least the version we use, see https://github.com/google/googletest/issues/434 Regards Thanks!

Re: build error

2016-11-15 Thread Ariel Constenla-Haile
On 15/11/16 17:54, Peter Kovacs wrote: > Hello all, > > > I have following build error on trunk: > > "./scripts/fuse_gtest_files.py" "./fused-src" File > "./scripts/fuse_gtest_files.py", line 93 print 'ERROR: Cannot find %s > in director

build error

2016-11-15 Thread Peter Kovacs
Hello all, I have following build error on trunk: "./scripts/fuse_gtest_files.py" "./fused-src" File "./scripts/fuse_gtest_files.py", line 93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,

Re: Help needed: Build error in bean and vcl

2016-09-06 Thread Marcus
Am 09/06/2016 04:32 PM, schrieb Keith N. McKenna: Andrea Pescetti wrote: Marcus wrote: I've got a AOO 4.2.0m1 Build 9800 Rev. 1759138. Congratulations! Thank very much for your help. Of course, as a good contributor I'll collect all data and update [1] with a new Fedora 21 section. [1]

Re: Help needed: Build error in bean and vcl

2016-09-06 Thread Keith N. McKenna
Andrea Pescetti wrote: > Marcus wrote: >> I've got a AOO 4.2.0m1 Build 9800 Rev. 1759138. > > Congratulations! > >> Thank very much for your help. Of course, as a good contributor I'll >> collect all data and update [1] with a new Fedora 21 section. >> [1] >>

Re: Help needed: Build error in bean and vcl

2016-09-06 Thread Andrea Pescetti
Marcus wrote: I've got a AOO 4.2.0m1 Build 9800 Rev. 1759138. Congratulations! Thank very much for your help. Of course, as a good contributor I'll collect all data and update [1] with a new Fedora 21 section. [1] https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Marcus
Am 09/06/2016 12:25 AM, schrieb Don Lewis: On 6 Sep, Marcus wrote: Am 09/05/2016 11:00 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 10:39 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 09:33 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Don Lewis
On 6 Sep, Marcus wrote: > Am 09/05/2016 11:00 PM, schrieb Don Lewis: >> On 5 Sep, Marcus wrote: >>> Am 09/05/2016 10:39 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: > Am 09/05/2016 09:33 PM, schrieb Don Lewis: >> On 5 Sep, Marcus wrote: >>> Am 09/05/2016 05:39 AM, schrieb

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Marcus
Am 09/05/2016 11:00 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 10:39 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 09:33 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 05:39 AM, schrieb Don Lewis: On 4 Sep, Don Lewis wrote: On 4 Sep,

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Don Lewis
On 5 Sep, Marcus wrote: > Am 09/05/2016 10:39 PM, schrieb Don Lewis: >> On 5 Sep, Marcus wrote: >>> Am 09/05/2016 09:33 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: > Am 09/05/2016 05:39 AM, schrieb Don Lewis: >> On 4 Sep, Don Lewis wrote: >>> On 4 Sep, Marcus wrote:

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Marcus
Am 09/05/2016 10:39 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 09:33 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 05:39 AM, schrieb Don Lewis: On 4 Sep, Don Lewis wrote: On 4 Sep, Marcus wrote: Thanks a lot. "libXt-devel" was indeed not installed. But

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Don Lewis
On 5 Sep, Marcus wrote: > Am 09/05/2016 09:33 PM, schrieb Don Lewis: >> On 5 Sep, Marcus wrote: >>> Am 09/05/2016 05:39 AM, schrieb Don Lewis: On 4 Sep, Don Lewis wrote: > On 4 Sep, Marcus wrote: >> Thanks a lot. "libXt-devel" was indeed not installed. >> >> But now it's

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Marcus
Am 09/05/2016 09:33 PM, schrieb Don Lewis: On 5 Sep, Marcus wrote: Am 09/05/2016 05:39 AM, schrieb Don Lewis: On 4 Sep, Don Lewis wrote: On 4 Sep, Marcus wrote: Thanks a lot. "libXt-devel" was indeed not installed. But now it's breaking in svx: [...] = Building module svx

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Don Lewis
On 5 Sep, Marcus wrote: > Am 09/05/2016 05:39 AM, schrieb Don Lewis: >> On 4 Sep, Don Lewis wrote: >>> On 4 Sep, Marcus wrote: Thanks a lot. "libXt-devel" was indeed not installed. But now it's breaking in svx: [...] = Building module svx

Re: Help needed: Build error in bean and vcl

2016-09-05 Thread Marcus
Am 09/05/2016 05:39 AM, schrieb Don Lewis: On 4 Sep, Don Lewis wrote: On 4 Sep, Marcus wrote: Thanks a lot. "libXt-devel" was indeed not installed. But now it's breaking in svx: [...] = Building module svx = Entering /share/linux2/aoo/trunk/main/svx/prj cd ..&&

Re: Help needed: Build error in bean and vcl

2016-09-04 Thread Don Lewis
On 4 Sep, Don Lewis wrote: > On 4 Sep, Marcus wrote: >> Thanks a lot. "libXt-devel" was indeed not installed. >> >> But now it's breaking in svx: >> >> [...] >> >> = >> Building module svx >> = >> >> Entering /share/linux2/aoo/trunk/main/svx/prj >> >> cd .. && make

Re: Help needed: Build error in bean and vcl

2016-09-04 Thread Don Lewis
On 4 Sep, Marcus wrote: > Thanks a lot. "libXt-devel" was indeed not installed. > > But now it's breaking in svx: > > [...] > > = > Building module svx > = > > Entering /share/linux2/aoo/trunk/main/svx/prj > > cd .. && make -s -r -j1 && make -s -r deliverlog > [

Re: Help needed: Build error in bean and vcl

2016-09-04 Thread Marcus
Thanks a lot. "libXt-devel" was indeed not installed. But now it's breaking in svx: [...] = Building module svx = Entering /share/linux2/aoo/trunk/main/svx/prj cd .. && make -s -r -j1 && make -s -r deliverlog [ build LNK ] Library/libsvxcore.so

Re: Help needed: Build error in bean and vcl

2016-09-04 Thread Damjan Jovanovic
X11/StringDefs.h is provided by the libxt-dev package on Ubuntu. Regards Damjan On Sun, Sep 4, 2016 at 7:40 PM, Marcus wrote: > I've managed to start my first build of trunk. After some hours of reading > building guides and installing/configuring prerequisites, it starts

Help needed: Build error in bean and vcl

2016-09-04 Thread Marcus
I've managed to start my first build of trunk. After some hours of reading building guides and installing/configuring prerequisites, it starts now but quits with an error. Hardware / software: - Intel Core i7-4710HQ 2.5 GHz (4 cores) - 16 GB RAM, 256 GB SSD - Fedora 21 Configure options: $

Re: aoo 4.2 - build error while building module connectivity

2016-04-02 Thread Oliver Brinzing
> C:\PROGRA~2\MICROS~1.0\VC\include\memory(721) > : error C4150: deletion of pointer to incomplete type 'connectivity::OSQLParser_Data'; no destructor called > C:\build_tmp\aoo_src\main\connectivity\inc\connectivity/sqlparse.hxx(133) : see declaration of 'connectivity::OSQLParser_Data' >

aoo 4.2 - build error while building module connectivity

2016-04-02 Thread Oliver Brinzing
Hi, build startet, but i got a build error after about 2 hours. i used same build setting as i did for aoo412 build. any hints? Oliver = Building module connectivity = Entering /cygdrive/c/build_tmp/aoo_src/main/connectivity/inc Entering /cygdrive/c/build_tmp

Re: build error

2015-08-29 Thread Andrea Pescetti
On 20/08/2015 Phillip Rhodes wrote: I ran into this bug: https://bz.apache.org/ooo/show_bug.cgi?id=126258 I just applied the patch in the bug, trying the build again now. Thank you for bringing it to the list's attention anyway (and thanks Alexander for contributing the patch in the first

Re: build error

2015-08-29 Thread Phillip Rhodes
FWIW, that patch did indeed fix the build error I was seeing, so I endorse the idea of going ahead and merging that. Phil This message optimized for indexing by NSA PRISM On Sat, Aug 29, 2015 at 4:50 PM, Andrea Pescetti pesce...@apache.org wrote: On 20/08/2015 Phillip Rhodes wrote: I ran

build error

2015-08-19 Thread Phillip Rhodes
AOO crew: I'm trying to build the latest sources on Linux and am seeing this error. Any thoughts or suggestions on how to resolve this are much appreciated. patch ../../unxlngx6.pro/bin/odkcommon/docs/java/ref/index.html idl_ref_javadoc.patch Invalid file name

Re: build error

2015-08-19 Thread Phillip Rhodes
Aaah, looks like I should have searched harder before posting. I think I ran into this bug: https://bz.apache.org/ooo/show_bug.cgi?id=126258 I just applied the patch in the bug, trying the build again now. Thanks, Phil This message optimized for indexing by NSA PRISM On Wed, Aug 19, 2015

Re: [BUILD] Error comphelper module

2015-07-24 Thread jan i
On Friday, July 24, 2015, Michal Hriň h...@apache.org wrote: Hi all, I'm trying to build AOO on Windows (7) and I still have problem with comphelper module. Error: = Building module comphelper = Entering /home/community/aoo-4.1.1/main/comphelper/prj cd ..

[BUILD] Error comphelper module

2015-07-24 Thread Michal Hriň
Hi all, I'm trying to build AOO on Windows (7) and I still have problem with comphelper module. Error: = Building module comphelper = Entering /home/community/aoo-4.1.1/main/comphelper/prj cd .. make -s -r -j1make -s -r deliverlog [ info ALL ] LinkTarget

Re: Help.. Build error about missing processdeps.awk under Windows7

2014-09-02 Thread Steve Yin
Hi Hung, The command make clean is for the folder main or module which is changed to gbuild one. You can refer this wiki for more information. https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO I think you cygwin version is OK. Here is my configure parameters for your reference

Re: Help.. Build error about missing processdeps.awk under Windows7

2014-08-31 Thread Steve Yin
I have never seen this problem before, but you can try to run make clean under the folder solenv and rebuild it to check if the problem still exists. On Sun, Aug 31, 2014 at 12:58 PM, Hung Mark mark...@gmail.com wrote: I'm bulding latest OpenOffice source code under Windows 7 (64-bit). It

Help.. Build error about missing processdeps.awk under Windows7

2014-08-30 Thread Hung Mark
I'm bulding latest OpenOffice source code under Windows 7 (64-bit). It complaint about missing processdeps.awk in gtest module (complete error message in the attached file): awk: fatal: can't open source file `C:/cygwinc:/cygwin/home/mh/aoo/main/solenv/gbuild/processdeps.awk' for reading (No

Re: Source file not found build error with additional configure options in ubuntu Linux 14.04

2014-08-25 Thread Andrea Pescetti
Amali Praveena Soban Kumar wrote: Now, I'm able to download dict-en.oxt file. This indeed seemed a temporary network error. If you get stuck with anything regarding download of dictionaries, you can simply edit the extensions.lst file, disable them and proceed (and then add them later); but

Source file not found build error with additional configure options in ubuntu Linux 14.04

2014-08-24 Thread Amali Praveena Soban Kumar
Hi dev, When i try to do build with additional configure options as below, i get file not found error: ./configure  --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --disable-odk

Re: Source file not found build error with additional configure options in ubuntu Linux 14.04

2014-08-24 Thread Amali Praveena Soban Kumar
After changing --with-lang=sk to en, i get the following error while doing ./bootstrap. Has it got to do with recent changes?: dmake present in /media/amali/source/aoo-trunk/main/solenv/unxlngx6.pro/bin/dmake downloading/updating 1 extension downloading to

Re: Source file not found build error with additional configure options in ubuntu Linux 14.04

2014-08-24 Thread Amali Praveena Soban Kumar
Now, I'm able to download dict-en.oxt file. Thanks, Amali. On Monday, 25 August 2014 10:46 AM, Amali Praveena Soban Kumar samaliprave...@yahoo.com.au wrote: After changing --with-lang=sk to en, i get the following error while doing ./bootstrap. Has it got to do with recent changes?:

Re: build error in Ubuntu Linux 14.04 - bugzilla issue 124712

2014-08-20 Thread Amali Praveena Soban Kumar
Hi dev, There is an other build error in Ubuntu Linux 14.04. Build error in component svx in Ubuntu Linux 14.04. I've logged this bug in Bugzilla, for details go into this link   https://issues.apache.org/ooo/show_bug.cgi?id=125475. I've already spent 3 days looking into it. I haven't found

Re: build error in Ubuntu Linux 14.04 - bugzilla issue 124712

2014-08-06 Thread Jürgen Schmidt
-64Env.Set.sh cd instsetoo_native build --all The same build error in svl. i tried to make clean and partial build svl, but still getting the same link error. Do i have to do a clean build everytime i change the flagsl? I'm thinking of doing clean build just to check whether these flags

Re: build error in Ubuntu Linux 14.04 - bugzilla issue 124712

2014-08-05 Thread Amali Praveena Soban Kumar
build error in svl. i tried to make clean and partial build svl, but still getting the same link error. Do i have to do a clean build everytime i change the flagsl? I'm thinking of doing clean build just to check whether these flags are working On Monday, 4 August 2014 7:58 PM, Amali Praveena

build error in Ubuntu Linux 14.04 - bugzilla issue 124712

2014-08-04 Thread Amali Praveena Soban Kumar
Hi dev, Actually, I'm trying to fix a build issue in Ubuntu Linux 14.04. For information about the issue, please refer to bugzilla issue no 124712. I'm stuck and don't know how to proceed. If you have any information, please let me know. Though I can see them set in config.log, why aren't the

Re: build error in Ubuntu Linux 14.04 - bugzilla issue 124712

2014-08-04 Thread Amali Praveena Soban Kumar
This CXXFLAGS= -fuse-cxa-atexit is not working, either. This is what i'm doing: the link error is in svl component. After exporting these flags, i'm running ./configure script, ./bootstrap, source LinuxX86-64Env.Set.sh cd instsetoo_native build --all The same build error in svl. i tried to make

Re: build error

2014-07-11 Thread Kay Schenk
On Thu, Jul 10, 2014 at 10:49 PM, Rishitha Dega rishitha.redd...@gmail.com wrote: Hi, I am trying to build openoffice on RHEL5 and I am getting an error. I have attached the build log. Can somebody help me in building Open Office. Thank you -- D.Rishitha III year undergraduate Computer

build error

2014-07-10 Thread Rishitha Dega
Hi, I am trying to build openoffice on RHEL5 and I am getting an error. I have attached the build log. Can somebody help me in building Open Office. Thank you -- D.Rishitha III year undergraduate Computer Science and Engineering IIT Madras

Re: Build error - helpcontent2

2014-07-09 Thread Michal Hriň
Dňa 08.07.2014 23:02, Kay Schenk wrote / napísal(a): On 07/08/2014 11:27 AM, Michal Hriň wrote: Hi, I am going through Building guide - Step by step, and I have some problem with building helpcontent2. I am on Ubuntu 12.04 and I have JDK 6 and 7 installed from distribution repository and I

Re: Build error - helpcontent2

2014-07-09 Thread Andre Fischer
On 09.07.2014 12:12, Michal Hriň wrote: Dňa 08.07.2014 23:02, Kay Schenk wrote / napísal(a): On 07/08/2014 11:27 AM, Michal Hriň wrote: Hi, I am going through Building guide - Step by step, and I have some problem with building helpcontent2. I am on Ubuntu 12.04 and I have JDK 6 and 7

Re: Build error - helpcontent2

2014-07-09 Thread Kay Schenk
On Wed, Jul 9, 2014 at 3:12 AM, Michal Hriň h...@apache.org wrote: Dňa 08.07.2014 23:02, Kay Schenk wrote / napísal(a): On 07/08/2014 11:27 AM, Michal Hriň wrote: Hi, I am going through Building guide - Step by step, and I have some problem with building helpcontent2. I am on Ubuntu

Re: Build error - helpcontent2

2014-07-08 Thread Kay Schenk
On 07/08/2014 11:27 AM, Michal Hriň wrote: Hi, I am going through Building guide - Step by step, and I have some problem with building helpcontent2. I am on Ubuntu 12.04 and I have JDK 6 and 7 installed from distribution repository and I am trying to build 4.1.0 release. [...]

Build error on Mac OS X 10.7 with AOO main in testtools

2014-03-03 Thread Raphael Bircher
Hi at all. I have a build error on my Mac OS X 10.7 in testtools /Users/nacnaub/Documents/AOO_main/main/solenv/bin/createcomponent.xslt constructors.component : DYLD_LIBRARY_PATH=/Users/nacnaub/Documents/AOO_main/main/solver/410/unxmaccx.pro/lib${DYLD_LIBRARY_PATH

Re: Build error on Mac OS X 10.7 with AOO main in testtools

2014-03-03 Thread Andre Fischer
On 03.03.2014 10:03, Raphael Bircher wrote: Hi at all. I have a build error on my Mac OS X 10.7 in testtools /Users/nacnaub/Documents/AOO_main/main/solenv/bin/createcomponent.xslt constructors.component : DYLD_LIBRARY_PATH=/Users/nacnaub/Documents/AOO_main/main/solver/410

Re: Build error on Mac OS X 10.7 with AOO main in testtools

2014-03-03 Thread Raphael Bircher
Hi Andre Am 03.03.2014 um 10:17 schrieb Andre Fischer: On 03.03.2014 10:03, Raphael Bircher wrote: Hi at all. I have a build error on my Mac OS X 10.7 in testtools /Users/nacnaub/Documents/AOO_main/main/solenv/bin/createcomponent.xslt constructors.component

Re: Build error on Mac OS X 10.7 with AOO main in testtools

2014-03-03 Thread Jürgen Schmidt
On 3/3/14 12:06 PM, Raphael Bircher wrote: Hi Andre Am 03.03.2014 um 10:17 schrieb Andre Fischer: On 03.03.2014 10:03, Raphael Bircher wrote: Hi at all. I have a build error on my Mac OS X 10.7 in testtools /Users/nacnaub/Documents/AOO_main/main/solenv/bin

Re: Build error on Mac OS X 10.7 with AOO main in testtools

2014-03-03 Thread Raphael Bircher
Hi Jürgen, * Am 03.03.2014 um 12:20 schrieb Jürgen Schmidt: On 3/3/14 12:06 PM, Raphael Bircher wrote: Hi Andre Am 03.03.2014 um 10:17 schrieb Andre Fischer: On 03.03.2014 10:03, Raphael Bircher wrote: Hi at all. I have a build error on my Mac OS X 10.7 in testtools

Re: Build error on Mac OS X 10.7 with AOO main in testtools

2014-03-03 Thread Raphael Bircher
, Raphael Bircher wrote: Hi at all. I have a build error on my Mac OS X 10.7 in testtools /Users/nacnaub/Documents/AOO_main/main/solenv/bin/createcomponent.xslt constructors.component : DYLD_LIBRARY_PATH=/Users/nacnaub/Documents/AOO_main/main/solver/410/unxmaccx.pro/lib

Build error

2013-12-09 Thread Efi
Hello, I am having problem with the build, I have been getting this error during the building process: ERROR: ERROR: More than one new package in directory /home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS (

Re: [MAC][Build] Error at soltools mkdepend

2013-10-04 Thread Herbert Duerr
Hi Tal, Tal Daniel wrote: Thank you Herbert, that helped me to solve the issue. ccache gcc was looking for Mac OSX 10.4u SDK, so ... instead of installing 10.4u SDK (xcode already installed), I created a symbolic link to 10.5. Guess what, it works! A nice idea! And a lucky one because the

Re: [MAC][Build] Error at soltools mkdepend

2013-10-03 Thread Tal Daniel
Thank you Herbert, that helped me to solve the issue. ccache gcc was looking for Mac OSX 10.4u SDK, so ... instead of installing 10.4u SDK (xcode already installed), I created a symbolic link to 10.5. Guess what, it works! Soon, I'll publish my configuration, before I add a few notes to the Mac

Re: [MAC][Build] Error at soltools mkdepend

2013-09-30 Thread Herbert Duerr
On 28.09.2013 12:40, Tal Daniel wrote: Hi, I get an error while building (below). Can anyone guide me how to check its source, and how can I get a more detailed error report? or... how to try to compile only this part in Xcode 3.2.6? [...] 1 module(s): soltools need(s) to be rebuilt Changing

[MAC][Build] Error at soltools mkdepend

2013-09-28 Thread Tal Daniel
Hi, I get an error while building (below). Can anyone guide me how to check its source, and how can I get a more detailed error report? or... how to try to compile only this part in Xcode 3.2.6? Entering /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/apache-commons/java/httpclient

Re: w7snap build error

2013-03-26 Thread Ariel Constenla-Haile
On Wed, Mar 20, 2013 at 12:08:38PM +0100, Oliver-Rainer Wittmann wrote: Error: Missplaced close tag: /oor:component-data in file E:\slave14\aoo-w7snap\build\main\officecfg\registry\data\org\openoffice\Office\UI\Sidebar.xcu in line 640: /oor:component-data dmake: Error code 13,

Re: w7snap build error

2013-03-26 Thread Herbert Dürr
On 2013/03/26 8:23 AM, Ariel Constenla-Haile wrote: On Wed, Mar 20, 2013 at 12:08:38PM +0100, Oliver-Rainer Wittmann wrote: I have committed the suggested patch from Ariel. Herbert was so kind to trigger the buildbot. It seems this doesn't fix anything:

Re: w7snap build error

2013-03-20 Thread Oliver-Rainer Wittmann
Hi, On 19.03.2013 21:14, Ariel Constenla-Haile wrote: On Tue, Mar 19, 2013 at 12:57:11PM -0700, Andrew Rist wrote: should I kick off a build? I don't have a subversion branch to check out that change, and I've no idea how git-svn works with subversion branches. If you can commit the change

w7snap build error

2013-03-19 Thread Andrew Rist
The snapshot of the sidebar branch is failing on officecfg/Office/UI seems there's a tag missing in xcu file... Error: Missplaced close tag: /oor:component-data in file E:\slave14\aoo-w7snap\build\main\officecfg\registry\data\org\openoffice\Office\UI\Sidebar.xcu in line 640:

Re: w7snap build error

2013-03-19 Thread janI
@arist: there is also a problem with aoo-w7l10n, it has a problem linking 1 out 5 classes, that all inherit from the same base class. Linker claims startSave, save is not implemented, that seems to me as if one of the sources have not been recompiled. can you please clean the build (or have a

Re: w7snap build error

2013-03-19 Thread Ariel Constenla-Haile
On Tue, Mar 19, 2013 at 10:53:22AM -0700, Andrew Rist wrote: The snapshot of the sidebar branch is failing on officecfg/Office/UI seems there's a tag missing in xcu file... Error: Missplaced close tag: /oor:component-data in file

Re: w7snap build error

2013-03-19 Thread Ariel Constenla-Haile
On Tue, Mar 19, 2013 at 12:57:11PM -0700, Andrew Rist wrote: should I kick off a build? I don't have a subversion branch to check out that change, and I've no idea how git-svn works with subversion branches. If you can commit the change yourself, I'm fine. On 3/19/2013 12:30 PM, Ariel

Re: w7snap build error

2013-03-19 Thread janI
On 19 March 2013 20:30, Ariel Constenla-Haile arie...@apache.org wrote: On Tue, Mar 19, 2013 at 10:53:22AM -0700, Andrew Rist wrote: The snapshot of the sidebar branch is failing on officecfg/Office/UI seems there's a tag missing in xcu file... Error: Missplaced close tag:

Re: w7snap build error

2013-03-19 Thread Ariel Constenla-Haile
On Tue, Mar 19, 2013 at 09:53:39PM +0100, janI wrote: On 19 March 2013 20:30, Ariel Constenla-Haile arie...@apache.org wrote: On Tue, Mar 19, 2013 at 10:53:22AM -0700, Andrew Rist wrote: The snapshot of the sidebar branch is failing on officecfg/Office/UI seems there's a tag missing in

build error in solenv module

2013-03-04 Thread 2
Hi, I don't know where I change, when I build all, this error comes, maybe somebody can help me - /cygdrive/d/aoo/main -$ cd instsetoo_native -/cygdrive/d/aoo/main/instsetoo_native -$ build --all P2 build -- version: 275224

[DEV] Compiler/build error

2013-02-12 Thread Fernando Martinez
Hello Team, I followed the steps at http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_ste p to build AOO but I get an error after about 2 hours of building. The error reads as follow; BUILD FAILED

Re: [DEV] Compiler/build error

2013-02-12 Thread Ariel Constenla-Haile
On Tue, Feb 12, 2013 at 05:13:00PM -0500, Fernando Martinez wrote: BUILD FAILED C:\source\aoo-trunk\main\hsqldb\wntmsci12.pro\misc\build\hsqldb\build\build. xml:302: Compile failed; see the compiler error output for details. If anybody could please help with this error and also tell me how

Build Error Mac OS, VCL Module, ai2 branch

2013-02-08 Thread Raphael Bircher
Hi at all I have a build error on the VCL Module with the ai2 branch. This build mashine (Mac OS X 10.5 Intel) has no problem to build AOO from the master. I forgott the command to create de debug output, can sameone piont me to the right manual? Thanks a load! Greetings Raphael

  1   2   >