[Lazarus] cannot compile git trunk from today

2021-07-31 Thread John Landmesser via lazarus

On Manjaro XFCE Linux there where issues compiling  new pulled lazarus
source

Working lazarus was:


Lazarus 2.1.0 r63838M FPC 3.3.1 x86_64-linux-gtk2



got the source with


git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git lazarus


cd ~/lazarus

make all clean useride


compiling stopped with errors:


Compiling gtk2wsdialogs.pp
Compiling gtk2wsextctrls.pp
gtk2trayicon.inc(387,5) Error: Identifier not found
"gtk_status_icon_set_tooltip_text"
gtk2trayicon.inc(493,5) Error: Identifier not found
"gtk_status_icon_set_tooltip_text"
gtk2wsextctrls.pp(289) Fatal: There were 2 errors compiling module,
stopping
Fatal: Compilation aborted
make[3]: *** [Makefile:3192: ../lcl.ppu] Fehler 1
make[3]: Verzeichnis „/home/john1/lazarus/lcl/interfaces/gtk2“ wird
verlassen
make[2]: *** [Makefile:3381: gtk2_all] Fehler 2
make[2]: Verzeichnis „/home/john1/lazarus/lcl/interfaces“ wird verlassen
make[1]: *** [Makefile:5114: interfaces] Fehler 2
make[1]: Verzeichnis „/home/john1/lazarus/lcl“ wird verlassen
make: *** [Makefile:3716: lcl] Fehler 2


What should i do?

John



-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] cannot compile git trunk from today

2021-07-31 Thread Juha Manninen via lazarus
On Sat, Jul 31, 2021 at 11:09 PM John Landmesser via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> gtk2trayicon.inc(387,5) Error: Identifier not found
> "gtk_status_icon_set_tooltip_text"
>
> What should i do?
>
Use the released FPC 3.2.2 or get the latest FPC trunk. Now you have an old
trunk.

Juha
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus