Re: Compiler Error

2016-01-09 Thread j.nitsc...@ok.de
On Thu, 07 Jan 2016 18:12:15 +1100 Brett Grentell wrote: > Don't worry - I did a clean build and it worked perfectly. Congratulations! if you got suggestions on how to make the build guide better don't be shy. or request a wiki account here and edit them yourself. signature.asc Description:

RE: Compiler Error

2016-01-06 Thread Brett Grentell
I changed to msvcr100 and still no luck. The file clearly exists but is not picking up on it. Regards, Brett Grentell -Original Message- From: j.nitsc...@ok.de [mailto:j.nitsc...@ok.de] Sent: Monday, January 4, 2016 9:17 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error

RE: Compiler Error

2016-01-06 Thread Brett Grentell
Don't worry - I did a clean build and it worked perfectly. -Original Message- From: Brett Grentell [mailto:bgrent...@icloud.com] Sent: Thursday, January 7, 2016 11:33 AM To: dev@openoffice.apache.org Subject: RE: Compiler Error I read the logs and it says: ERROR: File not found

Re: Compiler Error

2016-01-04 Thread j.nitsc...@ok.de
On Mon, 04 Jan 2016 17:35:36 +1100 Brett Grentell wrote: > Does anyone know how to fix this: > > > ERROR: error 65280 occurred while making > /cygdrive/c/build_tmp/aoo-4.1.2/main/instsetoo_native/util You are very close. 'main/instsetoo_native/util' builds the install package. The Error

RE: Compiler Error

2016-01-03 Thread Brett Grentell
Does anyone know how to fix this: -Original Message- From: Brett Grentell [mailto:bgrent...@icloud.com] Sent: Sunday, January 3, 2016 3:15 PM To: 'dev@openoffice.apache.org' <dev@openoffice.apache.org> Subject: RE: Compiler Error Hi Oliver, I had a go with aoo-4.1.2. This tim

Re: Compiler Error

2016-01-03 Thread Oliver Brinzing
Hi Kay, i cannot confirm these build errors on win7. i did a aoo412 debug and product build end of November and it worked both. https://ci.apache.org/projects/openoffice/buildlogs/win/ext_libraries/apr/wntmsci12.pro/misc/logs/apr.txt

Re: Compiler Error

2016-01-03 Thread Kay Schenk
On 01/03/2016 06:49 AM, Oliver Brinzing wrote: > Hi Kay, > > i cannot confirm these build errors on win7. > i did a aoo412 debug and product build end of November and it worked > both. OK, thanks. The output I referenced later in this thread is the buildbot output for "trunk" -- i.e. 4.2.0.

Re: Compiler Error

2016-01-02 Thread Oliver Brinzing
Hi Brett, > Ok I'll try to build 4.2.0. ERROR: error 65280 occurred while making /wrkdirs/usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/sal/qa/osl/mutex maybe you misunderstood: i asked because the error you mentioned seems to occur if one tries to build aoo420. Regards Oliver

RE: Compiler Error

2016-01-02 Thread Brett Grentell
] Sent: Sunday, December 13, 2015 6:44 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error Hi Bret, i was able to build aoo411 and 412 debug builds with the following configuration: SourceMain=/cygdrive/c/build_tmp/aoo_src/main cd $SourceMain autoconf ./configure \ --with-build-version

RE: Compiler Error

2016-01-02 Thread Brett Grentell
t: Re: Compiler Error Hi Brett, > ERROR: error 65280 occurred while making > /cygdrive/c/build_tmp/openoffice/main/sal/qa/osl/mutex Did you try to build AOO 4.2.0? I just found: http://permalink.gmane.org/gmane.os.freebsd.devel.office/2894 dmake: Error code 1, while making 'osl_Mutex_ru

RE: Compiler Error

2016-01-02 Thread Brett Grentell
Hi Oliver, I'm just about to try 4.1.2. Brett -Original Message- From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de] Sent: Saturday, January 2, 2016 9:40 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error Hi Brett, > Ok I'll try to build 4.2.0. > > ERROR: er

RE: Compiler Error

2016-01-02 Thread Brett Grentell
Ok I'll try to build 4.2.0. -Original Message- From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de] Sent: Saturday, January 2, 2016 8:44 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error Hi Brett, > ERROR: error 65280 occurred while making > /cygdrive/c/bui

Re: Compiler Error

2016-01-02 Thread Oliver Brinzing
Hi Brett, ERROR: error 65280 occurred while making /cygdrive/c/build_tmp/openoffice/main/sal/qa/osl/mutex Did you try to build AOO 4.2.0? I just found: http://permalink.gmane.org/gmane.os.freebsd.devel.office/2894 dmake: Error code 1, while making 'osl_Mutex_run' 1 module(s):

Re: Compiler Error

2016-01-02 Thread j.nitsc...@ok.de
On Sat, 02 Jan 2016 21:35:43 +1100 Brett Grentell wrote: > I had a look at how I tried to compile. I did it fresh through git with "git > clone https://github.com/apache/openoffice.git; the windows builds fail compiling the unit test you could try building without them by adding

Re: Compiler Error

2016-01-02 Thread Kay Schenk
On 01/02/2016 02:43 AM, j.nitsc...@ok.de wrote: > On Sat, 02 Jan 2016 21:35:43 +1100 Brett Grentell wrote: >> I had a look at how I tried to compile. I did it fresh through git with >> "git clone https://github.com/apache/openoffice.git; > the windows builds fail compiling the unit test > you

RE: Compiler Error

2016-01-02 Thread Brett Grentell
-Original Message- From: Brett Grentell [mailto:bgrent...@icloud.com] Sent: Saturday, January 2, 2016 10:22 PM To: dev@openoffice.apache.org Subject: RE: Compiler Error Hi Oliver, I'm just about to try 4.1.2. Brett -Original Message- From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de

RE: Compiler Error

2016-01-01 Thread Brett Grentell
] Sent: Sunday, December 13, 2015 6:44 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error Hi Bret, i was able to build aoo411 and 412 debug builds with the following configuration: SourceMain=/cygdrive/c/build_tmp/aoo_src/main cd $SourceMain autoconf ./configure \ --with-build-version

Re: Compiler Error

2015-12-13 Thread Brett Grentell
Thanks I'll give it a go Sent from Samsung Mobile Original message From: Oliver Brinzing <oliver.brinz...@gmx.de> Date:13/12/2015 6:44 PM (GMT+10:00) To: dev@openoffice.apache.org Subject: Re: Compiler Error Hi Bret, i was able to build aoo411 and 412 debug

RE: Compiler Error

2015-12-12 Thread Brett Grentell
+10:00) To: dev@openoffice.apache.org Subject: RE: Compiler Error I did that already. I did it again to be sure but I'm still getting the same result. -Original Message- From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de] Sent: Saturday, December 12, 2015 9:43 PM T

Re: Compiler Error

2015-12-12 Thread Oliver Brinzing
Hi Bret, i was able to build aoo411 and 412 debug builds with the following configuration: SourceMain=/cygdrive/c/build_tmp/aoo_src/main cd $SourceMain autoconf ./configure \ --with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \ --with-vendor="AOO Debug Build" \

Re: Compiler Error

2015-12-12 Thread Brett Grentell
What is actually causing the error though?  Sent from Samsung Mobile Original message From: Damjan Jovanovic <dam...@apache.org> Date:12/12/2015 5:09 PM (GMT+10:00) To: Apache OO <dev@openoffice.apache.org> Subject: Re: Compiler Error Hi When you comp

Re: Compiler Error

2015-12-12 Thread Brett Grentell
Ah ok,   I know what you mean.   ( there may be some more output above the error.) Sent from Samsung Mobile Original message From: Damjan Jovanovic <dam...@apache.org> Date:12/12/2015 5:09 PM (GMT+10:00) To: Apache OO <dev@openoffice.apache.org> Subject: R

RE: Compiler Error

2015-12-12 Thread Brett Grentell
sure why it is happening. Is there a quick fix for this? Regards, Brett -Original Message- From: Brett Grentell [mailto:bgrent...@icloud.com] Sent: Saturday, December 12, 2015 7:34 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error Ah ok, I know what you mean. ( there may

RE: Compiler Error

2015-12-12 Thread Brett Grentell
I did that already. I did it again to be sure but I'm still getting the same result. -Original Message- From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de] Sent: Saturday, December 12, 2015 9:43 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error Hi, >> awk: fatal:

Re: Compiler Error

2015-12-12 Thread Oliver Brinzing
Hi, awk: fatal: can't open source file `C:/Cygwin-installationc:/Cygwin-installatio /openoffice-4.0/openoffice/main/solenv/gbuild/processdeps.awk' for reading (No uch file or directory) It appears that C:/Cygwin-installation is appended to the path twice. Not too sure why it is happening. Is

Re: Compiler Error

2015-12-12 Thread Rory O'Farrell
is; if so, its path may give you further clues. RoryOF > > -Original Message- > >From: Brett Grentell [mailto:bgrent...@icloud.com] > Sent: Saturday, December 12, 2015 7:34 PM > To: dev@openoffice.apache.org > Subject: Re: Compiler Error > > Ah ok, I know what you mean. ( t

Re: Compiler Error

2015-12-11 Thread Damjan Jovanovic
Hi When you compile with -P4, the output from gtest often appears mixed with output from the other 3 build jobs. Leave out -P4, and you should be able to see more. Damjan On Sat, Dec 12, 2015 at 7:55 AM, Brett Grentell wrote: > Hi I am trying to compile open office from