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 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
> >>> =
> >>>
> >>> Entering /source/openoffice/main/bean/com/sun/star/comp/beans
> >>>
> >>>
> >>> Entering /source/openoffice/main/bean/native/unix
> >>>
> >>> 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 directory
> >>>   #include "jawt_md.h"
> >>>^~~
> >>> compilation terminated.
> >>> dmake:  Error code 1, while making '../../
> >>> unxlngx6.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.obj'
> >>>
> >>>
> >>> Any tips/instructions that a non-dev can follow?
> >>>
> >>> Thanks!
> >>>
> >>> Pedro
> >>>
> >>>
> >> Hi Pedro
> >>
> >> What Java version do you have installed?
> >>
> >> Regard
> >> Damjan
> > Hi Damjan
> >
> > openjdk version "1.8.0_352"
> >
> > Thanks!
> > Pedro
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Happy...

2023-01-04 Thread Keith N. McKenna

Peter Kovacs wrote:

Happy new Year !

I am looking forward on this year, i hope it will be an exiting one.

Peter


Peter;

I hope I am not exiting this year, but a pushing 72 you never know. :))

Regards
Keith


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Fwd: Bug in Calc - Search and Substitute.

2023-01-04 Thread Peter Kovacs

hello Mauro,

Am 04.01.23 um 16:11 schrieb Mauro (GMail):

Hallo Peter,
I'm sorry you didn't see my problem... it's very unpleasant!

makes it more difficult to hunt the issue.

And I've seen it from a lot of version.


Sorry, I forgot the AOO version, so I add the graphic card too.
- PC: HP Working Station ZBook with Intel HD Graphics 530 and his 
monitor 1600x900.

- OS: Win10.
- Monitor 2: Extension Philips 272B connected to NVidia Quadro M1000M.
- AOO 4.1.13, but my problem is present from a lot of version, I don't 
know from when.

What about Java?


Thank you and best regards,


you are welcome

peter


Mauro.


Peter Kovacs ha scritto il 02/01/2023 alle 22:37:


Hi all,

I tested the report today.

My system differs slightly.

I tested with

- AOO 4.1.12

- win 11

- 2x ASUS screens with AMD GPU

- OpenJDK is installed


I have no issues.

@mauro

What Version of AOO do you use?

Do you have Java 32bit installed?


All the best

Peter

Am 28.12.22 um 14:30 schrieb Matthias Seidel:


Hi all,

FYI

Can anyone confirm/test?

Regards,

   Matthias



 Weitergeleitete Nachricht 
Betreff: Bug in Calc - Search and Substitute.
Datum: Wed, 28 Dec 2022 11:50:18 +0100
Von: Mauro (GMail) 
Antwort an: us...@openoffice.apache.org
An: us...@openoffice.apache.org



Good morning,
I'd like to evidence a bug in Calc.

The base system information are:
- PC: HP Working Station ZBook
- OS: Win10.
- Monitor:
   - Monitor 1: HP Working Station ZBook
   - Monitor 2: Extension Philips 272B

The conditions are:
1) _Use Calc in monitor 2_.
2) Press Ctrl-F to open the Search and Substitute Box.
_Leave the Search and Substitute Box on Monitor 1._
3) Click on More Option Button.
 The Search and Substitute Box disappear, it's no more visible.

The only system to view again the Search and Substitute Box is:
- disconnect the Monitor 2
- open the Search and Substitute Box again.

This bug is present for a long time now and very old version.


Hope to help you, best regards,
Mauro Francioni.

Bologna - Italia.




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



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

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 /source/openoffice/main/bean/native/unix

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 directory
  #include "jawt_md.h"
   ^~~
compilation terminated.
dmake:  Error code 1, while making '../../
unxlngx6.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.obj'


Any tips/instructions that a non-dev can follow?

Thanks!

Pedro



Hi Pedro

What Java version do you have installed?

Regard
Damjan

Hi Damjan

openjdk version "1.8.0_352"

Thanks!
Pedro

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



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 trees! Please check: bean
> >
> > =
> > Building module bean
> > =
> >
> > Entering /source/openoffice/main/bean/com/sun/star/comp/beans
> >
> >
> > Entering /source/openoffice/main/bean/native/unix
> >
> > 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 directory
> >  #include "jawt_md.h"
> >   ^~~
> > compilation terminated.
> > dmake:  Error code 1, while making '../../
> > unxlngx6.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.obj'
> >
> >
> > Any tips/instructions that a non-dev can follow?
> >
> > Thanks!
> >
> > Pedro
> >
> >
> Hi Pedro
> 
> What Java version do you have installed?
> 
> Regard
> Damjan

Hi Damjan

openjdk version "1.8.0_352"

Thanks!
Pedro

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Fwd: Bug in Calc - Search and Substitute.

2023-01-04 Thread Mauro (GMail)

Hallo Peter,
I'm sorry you didn't see my problem... it's very unpleasant!
And I've seen it from a lot of version.


Sorry, I forgot the AOO version, so I add the graphic card too.
- PC: HP Working Station ZBook with Intel HD Graphics 530 and his 
monitor 1600x900.

- OS: Win10.
- Monitor 2: Extension Philips 272B connected to NVidia Quadro M1000M.
- AOO 4.1.13, but my problem is present from a lot of version, I don't 
know from when.


Thank you and best regards,
Mauro.


Peter Kovacs ha scritto il 02/01/2023 alle 22:37:


Hi all,

I tested the report today.

My system differs slightly.

I tested with

- AOO 4.1.12

- win 11

- 2x ASUS screens with AMD GPU

- OpenJDK is installed


I have no issues.

@mauro

What Version of AOO do you use?

Do you have Java 32bit installed?


All the best

Peter

Am 28.12.22 um 14:30 schrieb Matthias Seidel:


Hi all,

FYI

Can anyone confirm/test?

Regards,

   Matthias



 Weitergeleitete Nachricht 
Betreff:Bug in Calc - Search and Substitute.
Datum:  Wed, 28 Dec 2022 11:50:18 +0100
Von:Mauro (GMail) 
Antwort an: us...@openoffice.apache.org
An: us...@openoffice.apache.org



Good morning,
I'd like to evidence a bug in Calc.

The base system information are:
- PC: HP Working Station ZBook
- OS: Win10.
- Monitor:
   - Monitor 1: HP Working Station ZBook
   - Monitor 2: Extension Philips 272B

The conditions are:
1) _Use Calc in monitor 2_.
2) Press Ctrl-F to open the Search and Substitute Box.
_Leave the Search and Substitute Box on Monitor 1._
3) Click on More Option Button.
 The Search and Substitute Box disappear, it's no more visible.

The only system to view again the Search and Substitute Box is:
- disconnect the Monitor 2
- open the Search and Substitute Box again.

This bug is present for a long time now and very old version.


Hope to help you, best regards,
Mauro Francioni.

Bologna - Italia.


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
> =
>
> Entering /source/openoffice/main/bean/com/sun/star/comp/beans
>
>
> Entering /source/openoffice/main/bean/native/unix
>
> 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 directory
>  #include "jawt_md.h"
>   ^~~
> compilation terminated.
> dmake:  Error code 1, while making '../../
> unxlngx6.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.obj'
>
>
> Any tips/instructions that a non-dev can follow?
>
> Thanks!
>
> Pedro
>
>
Hi Pedro

What Java version do you have installed?

Regard
Damjan


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 /source/openoffice/main/bean/native/unix

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 directory
 #include "jawt_md.h"
  ^~~
compilation terminated.
dmake:  Error code 1, while making 
'../../unxlngx6.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.obj'


Any tips/instructions that a non-dev can follow?

Thanks!

Pedro

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org