Re: Win64 port started, and how building 32 bit AOO on Win64 could break soon

2018-03-13 Thread Damjan Jovanovic
That's good :). I tried to look at 127731, but in the process discovered a far worse issue: https://bz.apache.org/ooo/show_bug.cgi?id=127732 Damjan On Tue, Mar 13, 2018 at 11:15 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Am 13.03.2018 um 17:54 schrieb Damjan Jovanovic: > > I've

Re: First steps in building with MSVC 14 / Visual Studio 2015

2018-03-13 Thread Pedro Giffuni
Hi again; On 03/13/18 13:10, Pedro Giffuni wrote: Hi Damjan; Glad to see this progress! To build python with newer versions of MSVC, you may have to change the BUILD_DIR to "PCbuild". Look at main/python/makefile.mk line 125. I committed a small adjustment in r1826694, to clarify better t

Re: Win64 port started, and how building 32 bit AOO on Win64 could break soon

2018-03-13 Thread Matthias Seidel
Am 13.03.2018 um 17:54 schrieb Damjan Jovanovic: > I've added back the deleted map file I forgot to revert, and have forced a > rebuild on the Windows bot. Thanks! Looks good so far, my local build is far beyond the point where the error occurred. ;-) I know you are very busy at the moment, but c

Re: First steps in building with MSVC 14 / Visual Studio 2015

2018-03-13 Thread Matthias Seidel
Hi Damjan, Am 13.03.2018 um 18:15 schrieb Damjan Jovanovic: > I used Cygwin64 but did a 32 bit AOO build. (You can do that now; my 64 bit > patches fixed the issues we had with Cygwin64 before.) I will try that later, I would love to go to Cygwin64 for all my builds... If it works, we can finall

Re: Missing Release/Tag for AOO415 on GitHub

2018-03-13 Thread Matthias Seidel
Am 13.03.2018 um 21:18 schrieb Andrea Pescetti: > Matthias Seidel wrote: >> Just for the record, the release/tag for AOO 4.1.5 is missing on GitHub: >> https://github.com/apache/openoffice/releases >> @Jim: Can you add it like you did for 4.1.4? > > We shouldn't tag in Github. Github does not exist

Re: Missing Release/Tag for AOO415 on GitHub

2018-03-13 Thread Andrea Pescetti
Matthias Seidel wrote: Just for the record, the release/tag for AOO 4.1.5 is missing on GitHub: https://github.com/apache/openoffice/releases @Jim: Can you add it like you did for 4.1.4? We shouldn't tag in Github. Github does not exist as an official repository. Tags go here: https://svn.apac

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-13 Thread Torokhov Sergey
It's a great news! I shall look forward to preliminary AOO 4.2.0 builds to test new gstreamer-1.0 implementation. -- Sergey On Fri, 2 Mar 2018 08:14:44 +0200 Damjan Jovanovic wrote: > I finally cracked it. The gstreamer pipeline gets created early, > during construction of the avmedia/source/

Missing Release/Tag for AOO415 on GitHub

2018-03-13 Thread Matthias Seidel
Just for the record, the release/tag for AOO 4.1.5 is missing on GitHub: https://github.com/apache/openoffice/releases @Jim: Can you add it like you did for 4.1.4? Regards, Matthias smime.p7s Description: S/MIME Cryptographic Signature

Re: First steps in building with MSVC 14 / Visual Studio 2015

2018-03-13 Thread Pedro Giffuni
Hi Damjan; Glad to see this progress! To build python with newer versions of MSVC, you may have to change the BUILD_DIR to "PCbuild". Look at main/python/makefile.mk line 125. Cheers, Pedro. ps. As a reminder, the ASF has access to MSDN in case someone wants to help. -

First steps in building with MSVC 14 / Visual Studio 2015

2018-03-13 Thread Damjan Jovanovic
Hi I am not just working on the Win64 port, but also had a brief look at building AOO with the newer MSVC 14 in Visual Studio 2015. I used Cygwin64 but did a 32 bit AOO build. (You can do that now; my 64 bit patches fixed the issues we had with Cygwin64 before.) First step was patching oowintool

Re: Win64 port started, and how building 32 bit AOO on Win64 could break soon

2018-03-13 Thread Damjan Jovanovic
I've added back the deleted map file I forgot to revert, and have forced a rebuild on the Windows bot. On Tue, Mar 13, 2018 at 3:52 PM, Matthias Seidel wrote: > Am 13.03.2018 um 04:19 schrieb Damjan Jovanovic: > > Hi > > > > Thank you. > > > > Fiddling with the main/cppuhelper/source/makefile.mk

Re: Win64 port started, and how building 32 bit AOO on Win64 could break soon

2018-03-13 Thread Matthias Seidel
Am 13.03.2018 um 04:19 schrieb Damjan Jovanovic: > Hi > > Thank you. > > Fiddling with the main/cppuhelper/source/makefile.mk to reintroduce the map > file while keeping the other changes did not help, so it doesn't seem like > a case of exporting a symbol that wasn't exported before. > > I've reve