Re: Expat 2.2.3 and Windows woes

2017-08-05 Thread Jim Jagielski
W00t!! I am starting on the Linux 32, 64 and macOS builds as we speak. > On Aug 5, 2017, at 3:52 AM, Matthias Seidel > wrote: > > That looks like a successful build to me! > > I will start a build on my machine based on Rev. 1804159... > > > Am 05.08.2017 um 00:57 schrieb Matthias Seidel: >

Re: Expat 2.2.3 and Windows woes

2017-08-05 Thread Matthias Seidel
Am 05.08.2017 um 09:52 schrieb Matthias Seidel: > That looks like a successful build to me! > > I will start a build on my machine based on Rev. 1804159... Meanwhile I installed the build from our buildbot. Quick and easy. Note: The environment of the Windows buildbot is slightly different and th

Re: Expat 2.2.3 and Windows woes

2017-08-05 Thread Matthias Seidel
That looks like a successful build to me! I will start a build on my machine based on Rev. 1804159... Am 05.08.2017 um 00:57 schrieb Matthias Seidel: > Done! > > You can see the results here: > https://ci.apache.org/projects/openoffice/buildlogs/win41x/log/wntmsci12.pro.build.html > > Bedtime fo

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Jim Jagielski
> On Aug 4, 2017, at 6:52 PM, Don Lewis wrote: > > On 4 Aug, Jim Jagielski wrote: >> Ahh.. so yeah, either the obj file for loadlibrary is not being built >> or else its not being linked in. At this point we need someone who >> knows the Windows dev environment to help out on what needs to be >

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Matthias Seidel
Done! You can see the results here: https://ci.apache.org/projects/openoffice/buildlogs/win41x/log/wntmsci12.pro.build.html Bedtime for me... ;-) Am 05.08.2017 um 00:38 schrieb Jim Jagielski: > r1804159 > > Just when you thought this work-around couldn't get uglier :) > > Let's kick off another

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Don Lewis
On 4 Aug, Jim Jagielski wrote: > Ahh.. so yeah, either the obj file for loadlibrary is not being built > or else its not being linked in. At this point we need someone who > knows the Windows dev environment to help out on what needs to be > done... I am guessing it is our makefile.mk file that ne

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Jim Jagielski
r1804159 Just when you thought this work-around couldn't get uglier :) Let's kick off another, please. > On Aug 4, 2017, at 6:17 PM, Matthias Seidel > wrote: > > https://ci.apache.org/projects/openoffice/buildlogs/win41x/main/expat/wntmsci12.pro/misc/logs/expat.txt > > > Am 05.08.2017 um 00:

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Matthias Seidel
https://ci.apache.org/projects/openoffice/buildlogs/win41x/main/expat/wntmsci12.pro/misc/logs/expat.txt Am 05.08.2017 um 00:14 schrieb Jim Jagielski: > Grr... > > 1 module(s): > expat > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /cygdrive/e/slave14

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Jim Jagielski
Grr... 1 module(s): expat need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /cygdrive/e/slave14/aoo-w741x/build/main/expat When you have fixed the errors in that module you can resume the build by running: build --from expat I really wish I had more

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Matthias Seidel
Done! Am 04.08.2017 um 21:07 schrieb Jim Jagielski: > can you kick off another win buildbot run on r1804151 ?? > > thx! > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Jim Jagielski
can you kick off another win buildbot run on r1804151 ?? thx! - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Jim Jagielski
Worse case scenario I have an ugly, nasty hack: simply append loadlibrary to the end of the xmlparse.c file... Unless someone has other ideas, we may be forced to try that. On 2017-08-04 08:57, Matthias Seidel wrote: > Am 04.08.2017 um 13:30 schrieb Jim Jagielski: > > Ahh.. so yeah, either the

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Matthias Seidel
Am 04.08.2017 um 13:30 schrieb Jim Jagielski: > Ahh.. so yeah, either the obj file for loadlibrary is not being built or else > its not being linked in. At this point we need someone who knows the Windows > dev environment to help out on what needs to be done... I am guessing it is > our makefil

Re: Expat 2.2.3 and Windows woes

2017-08-04 Thread Jim Jagielski
Ahh.. so yeah, either the obj file for loadlibrary is not being built or else its not being linked in. At this point we need someone who knows the Windows dev environment to help out on what needs to be done... I am guessing it is our makefile.mk file that needs to be updated?? On 2017-08-04 01

Re: Expat 2.2.3 and Windows woes

2017-08-03 Thread Matthias Seidel
Am 04.08.2017 um 00:10 schrieb Matthias Seidel: > I forced a build from our buildbot: > https://ci.apache.org/builders/aoo-w741x/builds/155 > > Maybe those logs are telling something... https://ci.apache.org/projects/openoffice/buildlogs/win41x/log/wntmsci12.pro.build.html "error LNK2019: unresol

Re: Expat 2.2.3 and Windows woes

2017-08-03 Thread Matthias Seidel
I forced a build from our buildbot: https://ci.apache.org/builders/aoo-w741x/builds/155 Maybe those logs are telling something... Additionally I reverted my SVN back to expat2.2.1 and will let it (hopefully) build over night. For me it is time to go to bed... ;-) Am 03.08.2017 um 23:50 schrieb

Re: Expat 2.2.3 and Windows woes

2017-08-03 Thread Jim Jagielski
Is there any way to get a more verbose build output? I am totally in-the-dark re: Windows build environs, so I'm just spit balling on possible fixes ;) > On Aug 3, 2017, at 5:44 PM, Matthias Seidel > wrote: > > Hi Jim, > > I applied your patch but now it stops at: > > --- > > 1 module(s): >

Re: Expat 2.2.3 and Windows woes

2017-08-03 Thread Matthias Seidel
Hi Jim, I applied your patch but now it stops at: --- 1 module(s): expat need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /cygdrive/c/Source/aoo-414/main/expat When you have fixed the errors in that module you can resume the build by running: build --