On 29/10/2019 10:09, Alexey Tor. wrote:
> Compile Project, Mode: linux x64 qt5, Target:
> builds/linux-x64-qt5/cudatext: Exit code 1, Errors: 3
> Error: /home/user/lazarus/lcl/units/x86_64-linux/qt5/qtwidgets.o: In
> function `SETTEXTHINT':
> Error: /home/user/lazarus/lcl/interfaces//qt5/qtwidgets.pas:10156:
> undefined reference to `QTextEdit_setPlaceholderText'
> cudatext.lpr(37,1) Error: Error while linking
> 
> See double // before 'qt5' in last file path?
> IDE cannot jump to that file from Messages window.

That error message is not printed by the compiler, but by the linker.
That said, a double / is perfectly valid in a path (it's the same as a
single /), so it should be fixed in Lazarus.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to