Re: [Lazarus] small issue
On 02. 03. 2023. 16:22, John Landmesser via lazarus wrote: if i try to compile an application with qt5 LCLwidgetType i get an error messages and thats ok: Error: /home/john1/lazarus/lcl/interfaces//qt5/qtobject.inc:43: undefined reference to `QGuiApplication_setFallbackSessionManagementEnabled' Alter_berechnen.lpr(20,1) Error: Error while linking You must rebuild libQt5Pas. You're using trunk lazarus and distro compiled libQt5Pas which had been changed in the meantime. zeljko -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] small issue
On Thu, 2 Mar 2023, John Landmesser via lazarus wrote: if i try to compile an application with qt5 LCLwidgetType i get an error messages and thats ok: Error: /home/john1/lazarus/lcl/interfaces//qt5/qtobject.inc:43: undefined reference to `QGuiApplication_setFallbackSessionManagementEnabled' Alter_berechnen.lpr(20,1) Error: Error while linking *BUT:* The Lazarus IDE writes strange files that i have to delete myself: Actuall, this is written by the FPC compiler. link1622848.res Is that worth to write a bug report? No. The file is left on purpose to be able to analyze the problem or to manually call the linker. Michael. -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
[Lazarus] small issue
if i try to compile an application with qt5 LCLwidgetType i get an error messages and thats ok: Error: /home/john1/lazarus/lcl/interfaces//qt5/qtobject.inc:43: undefined reference to `QGuiApplication_setFallbackSessionManagementEnabled' Alter_berechnen.lpr(20,1) Error: Error while linking *BUT:* The Lazarus IDE writes strange files that i have to delete myself: link1622848.res Is that worth to write a bug report? -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus