Re: Building AOO

2019-07-28 Thread Mechtilde
Hello, Am 28.07.19 um 07:36 schrieb Damjan Jovanovic: > ifneq ($(BUILD_VER_STRING),) > $(eval $(call > gb_Library_add_defs,cui,-DBUILD_VER_STRING="$(BUILD_VER_STRING)")) > endif > > Please try fiddle with that middle line. Maybe you need $$ instead of $ > and/or {} instead of (), for the BUILD_V

Re: Building AOO

2019-07-28 Thread Peter Kovacs
Hi Mechtilde, The file /home/mechtilde/aoo42x/main/cui/Library_cui.mk describes the build instruction for gcc. In this files in line 37 is an issue ( /home/mechtilde/aoo42x/main/cui/Library_cui.mk:37 ) now check in the file the given line for a single $ and replace it with $$. then try again. Or

Re: Java 12 not recognized by AOO

2019-07-28 Thread Peter Kovacs
added https://bz.apache.org/ooo/show_bug.cgi?id=128163 So I hope we can deal with it some day. On 28.07.19 07:32, Damjan Jovanovic wrote: > For AdoptOpenJDK it was config files and several .cxx files that register > Java implementations (we really should extract that from config files > instead).

Re: Java 12 not recognized by AOO

2019-07-28 Thread Matthias Seidel
Hi Damjan, Am 28.07.19 um 07:32 schrieb Damjan Jovanovic: > For AdoptOpenJDK it was config files and several .cxx files that register > Java implementations (we really should extract that from config files > instead). > > For Java 11/12 it was .cxx files that specify search paths for libjvm.so on

Re: Java 12 not recognized by AOO

2019-07-28 Thread Damjan Jovanovic
Thank you. That's good news. Sure, feel free to merge it to other branches. I've also added it to https://wiki.openoffice.org/wiki/Building_old_versions Regards Damjan On Sun, Jul 28, 2019 at 12:12 PM Matthias Seidel wrote: > Hi Damjan, > > Am 28.07.19 um 07:32 schrieb Damjan Jovanovic: > >

Re: Java 12 not recognized by AOO

2019-07-28 Thread Matthias Seidel
Hi Damjan, Am 28.07.19 um 12:50 schrieb Damjan Jovanovic: > Thank you. > > That's good news. > > Sure, feel free to merge it to other branches. I've also added it to > https://wiki.openoffice.org/wiki/Building_old_versions I will do for AOO42X. Testing AdoptOpenJRE 11 (x86) for Windows as we spe

Re: [discussion] svn migration plan

2019-07-28 Thread Marcus
Am 27.07.19 um 13:45 schrieb Matthias Seidel: Am 23.07.19 um 11:08 schrieb Matthias Seidel: Am 21.07.19 um 12:27 schrieb Peter Kovacs: Hi Matthias, back to the initial discussion. Obviously you didn't read my mail until the end... I have created the request. Simply requesting that trunc, b

Re: [discussion] svn migration plan

2019-07-28 Thread Matthias Seidel
Hi Marcus, Am 28.07.19 um 20:12 schrieb Marcus: > Am 27.07.19 um 13:45 schrieb Matthias Seidel: >> Am 23.07.19 um 11:08 schrieb Matthias Seidel: >>> Am 21.07.19 um 12:27 schrieb Peter Kovacs: > > Hi Matthias, > back to the initial discussion. >>> Obviously you didn't read my mail until the en

Re: [discussion] svn migration plan

2019-07-28 Thread Peter Kovacs
We migrate only code not the cms or other resources. I have so far not managed to look at the hash topic. Cms will be shut down soon. The question is how we deal with this. Info is in the chat protocol in my original post. Am 28. Juli 2019 20:29:09 MESZ schrieb Matthias Seidel : >Hi Marcus, >

Re: [discussion] svn migration plan

2019-07-28 Thread Marcus
Am 28.07.19 um 21:31 schrieb Peter Kovacs: Cms will be shut down soon. The question is how we deal with this. Info is in the chat protocol in my original post. OK, then we will have a big problem in order to serve our website pages. Marcus

Re: [discussion] svn migration plan

2019-07-28 Thread Marcus
Am 28.07.19 um 20:29 schrieb Matthias Seidel: Am 28.07.19 um 20:12 schrieb Marcus: Am 27.07.19 um 13:45 schrieb Matthias Seidel: Am 23.07.19 um 11:08 schrieb Matthias Seidel: Am 21.07.19 um 12:27 schrieb Peter Kovacs: Hi Matthias, back to the initial discussion. Obviously you didn't read

Re: [discussion] svn migration plan

2019-07-28 Thread Matthias Seidel
Hi Marcus, Am 28.07.19 um 23:12 schrieb Marcus: > Am 28.07.19 um 20:29 schrieb Matthias Seidel: >> Am 28.07.19 um 20:12 schrieb Marcus: >>> Am 27.07.19 um 13:45 schrieb Matthias Seidel: Am 23.07.19 um 11:08 schrieb Matthias Seidel: > Am 21.07.19 um 12:27 schrieb Peter Kovacs: > > Hi Matth

Re: [discussion] svn migration plan

2019-07-28 Thread Peter Kovacs
A different suggestion we use the git commit count. The command is: |git rev-list --all --count It will deliver something that looks similar to the svn number we already use. All the Best Peter | On 29.07.19 00:17, Matthias Seidel wrote: > Hi Marcus, > > Am 28.07.19 um 23:12 schrieb Marcus: >> Am

Re: [discussion] CMS migration (was: svn migration plan)

2019-07-28 Thread Peter Kovacs
On 28.07.19 23:10, Marcus wrote: > Am 28.07.19 um 21:31 schrieb Peter Kovacs: >> Cms will be shut down soon. The question is how we deal with this. >> Info is in the chat protocol in my original post. > > OK, then we will have a big problem in order to serve our website pages. > > Marcus > > Ther