Re: Restructuring AOO Build Guide

2020-02-17 Thread Yury
Can't login now (and won't be able to for a while), so putting some comments here: I think there definitely should be examples, 1-2 for every place where variants are supposed to occur. If that's a 'one size fits all' guide (both experienced guys and building newbies), than '' convention might be

Re: Building gides

2020-02-17 Thread Yury
Might be the build complains about unowinreg.dll? -- Sent from: http://openoffice.2283327.n4.nabble.com/Development-f2916443.html - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail:

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Kay Schenk
On Mon, Feb 17, 2020, 16:44 Carl Marcum wrote: > > > On 2/17/20 6:31 PM, Kay Schenk wrote: > > OK. Here's the section of configure.ac that applies to your issue... > > > > *** begin code *** > > > > dnl === > > dnl Check whether the

Re: Restructuring AOO Build Guide

2020-02-17 Thread Patricia Shanahan
On 2/17/2020 3:45 PM, Carl Marcum wrote: ... I have  a few thoughts on the step-by-step pages. 1. Break it by AOO version and then OS.  I think there are many sections that are probably obsolete now and it's hard to tell, especially for someone new. I think the Step-by-Step guide should be

Re: Restructuring AOO Build Guide

2020-02-17 Thread Keith N. McKenna
On 2/17/2020 6:45 PM, Carl Marcum wrote: > > > On 2/17/20 5:01 PM, Keith N. McKenna wrote: >> In a previous thread >> (https://lists.apache.org/thread.html/r4bf950b61077b8fb320de7c257d6ffacbcbf42cd2bdf643c3be7b617%40%3Cdev.openoffice.apache.org%3E) >> >> it was mentioned that a restructuring of t

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Carl Marcum
On 2/17/20 7:35 PM, Damjan Jovanovic wrote: On Sat, Feb 15, 2020 at 4:14 PM Carl Marcum wrote: Hi All, Not sure if anyone has went down this road yet but I've installed CentOS 8 with a Gnome desktop env, on a server of mine and would like to build AOO 4.2 on it or even 4.1.x if needed. My

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Carl Marcum
On 2/17/20 6:31 PM, Kay Schenk wrote: OK. Here's the section of configure.ac that applies to your issue... *** begin code *** dnl === dnl Check whether the gtk 2.0 libraries are available. dnl ===

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Damjan Jovanovic
On Sat, Feb 15, 2020 at 4:14 PM Carl Marcum wrote: > Hi All, > > Not sure if anyone has went down this road yet but I've installed CentOS > 8 with a Gnome desktop env, on a server of mine and would like to build > AOO 4.2 on it or even 4.1.x if needed. > My starting point was the Building Guide

Re: Restructuring AOO Build Guide

2020-02-17 Thread Carl Marcum
On 2/17/20 5:01 PM, Keith N. McKenna wrote: In a previous thread (https://lists.apache.org/thread.html/r4bf950b61077b8fb320de7c257d6ffacbcbf42cd2bdf643c3be7b617%40%3Cdev.openoffice.apache.org%3E) it was mentioned that a restructuring of the AOO build Guides would be a good idea. I am starting

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Keith N. McKenna
On 2/17/2020 6:14 PM, Carl Marcum wrote: > > > On 2/17/20 5:35 PM, Keith N. McKenna wrote: >> On 2/15/2020 9:14 AM, Carl Marcum wrote: >>> Hi All, >>> >>> Not sure if anyone has went down this road yet but I've installed CentOS >>> 8 with a Gnome desktop env, on a server of mine and would like to

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Kay Schenk
OK. Here's the section of configure.ac that applies to your issue... *** begin code *** dnl === dnl Check whether the gtk 2.0 libraries are available. dnl === GTK_CFLA

Re: Build instructions

2020-02-17 Thread Keith N. McKenna
On 2/17/2020 5:47 PM, Matthias Seidel wrote: > Hi Keith, > > Am 17.02.20 um 01:31 schrieb Keith N. McKenna: >> On 2/15/2020 4:06 PM, Matthias Seidel wrote: >> > >> nip> (As you may remember, we wrote about that and I sent you a Dropbox link where you can download it from) Regar

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Carl Marcum
On 2/17/20 5:35 PM, Keith N. McKenna wrote: On 2/15/2020 9:14 AM, Carl Marcum wrote: Hi All, Not sure if anyone has went down this road yet but I've installed CentOS 8 with a Gnome desktop env, on a server of mine and would like to build AOO 4.2 on it  or even 4.1.x if needed. My starting po

Re: Build instructions

2020-02-17 Thread Matthias Seidel
Hi Keith, Am 17.02.20 um 01:31 schrieb Keith N. McKenna: > On 2/15/2020 4:06 PM, Matthias Seidel wrote: > > nip> >>> (As you may remember, we wrote about that and I sent you a Dropbox >>> link where you can download it from) >>> >>> Regards, >>> >>>    Matthias >>> --

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Keith N. McKenna
On 2/15/2020 9:14 AM, Carl Marcum wrote: > Hi All, > > Not sure if anyone has went down this road yet but I've installed CentOS > 8 with a Gnome desktop env, on a server of mine and would like to build > AOO 4.2 on it  or even 4.1.x if needed. > My starting point was the Building Guide section for

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Carl Marcum
Hi Kay, On 2/17/20 3:55 PM, Kay Schenk wrote: Hi -- I remember having configure issues when pkg-config was not properly recognizing my installed packs. On your system you might try typing -- pkg-config --list-all | sort so you see what configure is picking up for your gtk version. I have

Restructuring AOO Build Guide

2020-02-17 Thread Keith N. McKenna
In a previous thread (https://lists.apache.org/thread.html/r4bf950b61077b8fb320de7c257d6ffacbcbf42cd2bdf643c3be7b617%40%3Cdev.openoffice.apache.org%3E) it was mentioned that a restructuring of the AOO build Guides would be a good idea. I am starting this thread as a place where people can discuss

Re: Building On CentOS 8 Dependency Help

2020-02-17 Thread Kay Schenk
Hi -- I remember having configure issues when pkg-config was not properly recognizing my installed packs. On your system you might try typing -- pkg-config --list-all | sort so you see what configure is picking up for your gtk version. I have not tried building in quite some time, but my Ce

Re: Updated 4.2.0 build?

2020-02-17 Thread Pedro Lino
Hi Mechtilde > The Installtion of the DEBS is ok. It is only one line for unpacking the > *.tar.gz and then Yes, but the idea was to have a single deb or rpm that the user simply opens/launches and installation starts (without any terminal typing ;) ). If such a snap or flatpak is available the