Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-25 Thread Pedro Lino
Hi Arrigo > On 01/25/2023 7:16 AM WET Arrigo Marchiori wrote: > Wild guess: did you install the "jdk" package? > You may have installed the "jre" only. No, it was the opposite. I always install only openjdk-8-jdk-headless (as instructed in

Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-24 Thread Arrigo Marchiori
Dear All, On Tue, Jan 24, 2023 at 11:10:21PM +, Pedro Lino wrote: > > On 01/24/2023 9:59 PM WET Peter Kovacs wrote: > > > strange. I have: > > > > /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so > > /usr/lib/jvm/java-8-openjdk-amd64/include/jawt.h > >

Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-24 Thread Pedro Lino
> On 01/24/2023 9:59 PM WET Peter Kovacs wrote: > strange. I have: > > /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so > /usr/lib/jvm/java-8-openjdk-amd64/include/jawt.h > /usr/lib/jvm/java-8-openjdk-amd64/include/linux/jawt_md.h >

Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-24 Thread Peter Kovacs
Am 24.01.23 um 22:21 schrieb Pedro Lino: On 01/24/2023 7:48 PM WET Damjan Jovanovic wrote: Can you please run: find /usr/lib/jvm/java-8-openjdk-amd64 | grep jawt /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjawt.so strange. I

Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-24 Thread Pedro Lino
> On 01/24/2023 7:48 PM WET Damjan Jovanovic wrote: > Can you please run: > find /usr/lib/jvm/java-8-openjdk-amd64 | grep jawt /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjawt.so > > > And what is your SOLARINC environment

Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-24 Thread Damjan Jovanovic
On Tue, Jan 24, 2023 at 7:21 PM Pedro Lino wrote: > Hi Damjan > > > On 01/24/2023 1:23 AM WET Damjan Jovanovic wrote: > > > In your --with-jdk-home directory, do you have these files: > > > > include/jawt.h > > include/linux/jawt_md.h > > No, those 2 files are not there. Maybe it is not

41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-24 Thread Pedro Lino
Hi Damjan > On 01/24/2023 1:23 AM WET Damjan Jovanovic wrote: > In your --with-jdk-home directory, do you have these files: > > include/jawt.h > include/linux/jawt_md.h No, those 2 files are not there. Maybe it is not included in build 352 of Java 8? > And what is your SOLARINC environment

Re: Fails to build on Pop!_OS 18.04

2023-01-24 Thread Matthias Seidel
Hi, Am 24.01.23 um 02:23 schrieb Damjan Jovanovic: > On Mon, Jan 23, 2023 at 11:48 PM Pedro Lino > wrote: > >> Hi Peter, all >> >>> On 01/23/2023 11:33 AM WET Peter Kovacs wrote: >>> yes, but it looks on disk like the following? >>> >>> ls /usr/lib/jvm/java-8-openjdk-amd64 >>>

Re: Fails to build on Pop!_OS 18.04

2023-01-23 Thread Damjan Jovanovic
On Mon, Jan 23, 2023 at 11:48 PM Pedro Lino wrote: > Hi Peter, all > > > On 01/23/2023 11:33 AM WET Peter Kovacs wrote: > > > yes, but it looks on disk like the following? > > > > ls /usr/lib/jvm/java-8-openjdk-amd64 > > ASSEMBLY_EXCEPTION bin docs include jre lib man src.zip > >

Re: Fails to build on Pop!_OS 18.04

2023-01-23 Thread Pedro Lino
Hi Peter, all > On 01/23/2023 11:33 AM WET Peter Kovacs wrote: > yes, but it looks on disk like the following? > > ls /usr/lib/jvm/java-8-openjdk-amd64 > ASSEMBLY_EXCEPTION  bin  docs  include  jre  lib  man  src.zip > THIRD_PARTY_README Yes ls /usr/lib/jvm/java-8-openjdk-amd64

Re: Fails to build on Pop!_OS 18.04

2023-01-23 Thread Peter Kovacs
Am 23.01.23 um 11:54 schrieb Pedro Lino: Hi Peter On 01/23/2023 9:27 AM WET Peter Kovacs wrote: Unfortunately I can no longer build 41X in 18.04 Compiling: beans/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c com_sun_star_comp_beans_LocalOfficeWindow.c:35:10: fatal error:

Re: Fails to build on Pop!_OS 18.04

2023-01-23 Thread Pedro Lino
Hi Peter > On 01/23/2023 9:27 AM WET Peter Kovacs wrote: > > Unfortunately I can no longer build 41X in 18.04 > > > > Compiling: beans/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c > > com_sun_star_comp_beans_LocalOfficeWindow.c:35:10: fatal error: jawt_md.h: > > No such file or

Re: Fails to build on Pop!_OS 18.04

2023-01-23 Thread Peter Kovacs
Am 22.01.23 um 12:36 schrieb Pedro Lino: Hi all I have given up on Pop!_OS 18.04 because it is no longer supported while Ubuntu 18.04 still is Unfortunately I can no longer build 41X in 18.04 Compiling: beans/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c

Re: Fails to build on Pop!_OS 18.04

2023-01-22 Thread Pedro Lino
Hi all I have given up on Pop!_OS 18.04 because it is no longer supported while Ubuntu 18.04 still is Unfortunately I can no longer build 41X in 18.04 Compiling: beans/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c com_sun_star_comp_beans_LocalOfficeWindow.c:35:10: fatal error:

Re: Fails to build on Pop!_OS 18.04

2023-01-04 Thread Pedro Lino
Yes --with-jdk-home=/usr/lib/jvm/java-8-openjdk-amd64 > On 01/04/2023 8:44 PM WET Peter Kovacs wrote: > > > did you configure --with-jdk-home= > > ? > > Am 04.01.23 um 20:35 schrieb Pedro Lino: > >> On 01/04/2023 12:33 PM WET Damjan Jovanovic wrote: > >> > >> > >> On Wed, Jan 4, 2023 at

Re: Fails to build on Pop!_OS 18.04

2023-01-04 Thread Peter Kovacs
did you configure --with-jdk-home= ? Am 04.01.23 um 20:35 schrieb Pedro Lino: On 01/04/2023 12:33 PM WET Damjan Jovanovic wrote: On Wed, Jan 4, 2023 at 1:47 PM Pedro Lino wrote: Hi all I'm testing a UEFI compatible Linux OS named Pop!_OS Compiling 41X fails on bean with messages

Re: Fails to build on Pop!_OS 18.04

2023-01-04 Thread Pedro Lino
> On 01/04/2023 12:33 PM WET Damjan Jovanovic wrote: > > > On Wed, Jan 4, 2023 at 1:47 PM Pedro Lino > wrote: > > > Hi all > > > > I'm testing a UEFI compatible Linux OS named Pop!_OS > > Compiling 41X fails on bean with messages > > > > WARNING(S): > > Some modules contain old output

Re: Fails to build on Pop!_OS 18.04

2023-01-04 Thread Damjan Jovanovic
On Wed, Jan 4, 2023 at 1:47 PM Pedro Lino wrote: > Hi all > > I'm testing a UEFI compatible Linux OS named Pop!_OS > Compiling 41X fails on bean with messages > > WARNING(S): > Some modules contain old output trees! Please check: bean > > = > Building module bean > = > >

Fails to build on Pop!_OS 18.04

2023-01-04 Thread Pedro Lino
Hi all I'm testing a UEFI compatible Linux OS named Pop!_OS Compiling 41X fails on bean with messages WARNING(S): Some modules contain old output trees! Please check: bean = Building module bean = Entering /source/openoffice/main/bean/com/sun/star/comp/beans Entering