Re: Building On CentOS 8 Dependency Help

2020-02-18 Thread Kay Schenk
On Tue, Feb 18, 2020, 03:06 Carl Marcum wrote: > > > On 2/17/20 9:59 PM, Kay Schenk wrote: > > 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

Re: Building On CentOS 8 Dependency Help

2020-02-18 Thread Carl Marcum
On 2/17/20 9:59 PM, Kay Schenk wrote: 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

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: 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.

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: 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

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 ===

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

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

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

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

Re: Building On CentOS 8 Dependency Help

2020-02-16 Thread Carl Marcum
Hi All, Now I'm stuck GTK. I'm not sure if it may be related to the gnome-vfs package being changed to gvfs or not. Here is my configure ./configure \ --enable-category-b \ --enable-bundled-dictionaries \ --enable-dbgutil \ --with-package-format="installed" \ --with-rat-scan last bit of

Re: Building On CentOS 8 Dependency Help

2020-02-15 Thread Carl Marcum
On 2/15/20 9:44 AM, Peter Kovacs wrote: We have updated to Gstreamer some time now. 0.1 is not supported anymore. Minimum Java is 1.7 But I think it builds with latest 1.8 Thanks Peter ! - To unsubscribe, e-mail:

Re: Building On CentOS 8 Dependency Help

2020-02-15 Thread Carl Marcum
Hi Mechtilde, I could not find where you mean packages.debian.org Do you mean the Debian 12.04 section? I see a package list there. I don't see anything about ORBit2 so I'll move on without that one. Thanks, Carl On 2/15/20 10:03 AM, Mechtilde wrote: hello, I build AOO 4.2 sucessfully on

Re: Building On CentOS 8 Dependency Help

2020-02-15 Thread Mechtilde
hello, I build AOO 4.2 sucessfully on Debian 9 aka Stretch. under packages.debian.org you can look which version of the packages I used. Yes I build succesfull with Java-8. I couldn't build under Debian 10 aka buster with Java-11. Kind regards Mechtilde Am 15.02.20 um 15:44 schrieb Peter

Re: Building On CentOS 8 Dependency Help

2020-02-15 Thread Peter Kovacs
We have updated to Gstreamer some time now. 0.1 is not supported anymore. Minimum Java is 1.7 But I think it builds with latest 1.8 Am 15.02.20 um 15:14 schrieb Carl Marcum: 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

Building On CentOS 8 Dependency Help

2020-02-15 Thread Carl Marcum
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 Centos 7 for AOO 4.2.  [1] I have the