Discussion:
[Lazarus] Can't call the resource compiler
Vojtěch Čihák via Lazarus
2018-06-14 23:05:17 UTC
Permalink
Hi,
 
I have often following message when I try to rebuild Lazarus from IDE:
 
lazarus.pp(167,1) Error: Can't call the resource compiler "/usr/local/bin/fpcres", switching to external mode
 
It happens ~last week with trunk: Lazarus 1.9.0 r58270M FPC 3.1.1 x86_64-linux-qt (or qt5).
 
There's no specific error message, caret is on the last line of lazarus.pp. Console also didn't show anything unusual; fpcres is on its place.
 
How can I solve it?
 
Thanks,
 
V.
--
Vojtěch Čihák via Lazarus
2018-06-14 23:59:00 UTC
Permalink
Hi,
 
now I recompiled successfully after update to Lazarus 1.9.0 r58277M FPC 3.1.1 x86_64-linux-qt
 
I see many updates related to lazdebuggers. May it be related?
 
Thanks,
 
V.
______________________________________________________________
> Od: Vojtěch Čihák via Lazarus
> Komu: Lazarus mailing list <***@lists.lazarus.freepascal.org>
> Datum: 15.06.2018 01:05
> Předmět: [Lazarus] Can't call the resource compiler
>
Hi,
 
I have often following message when I try to rebuild Lazarus from IDE:
 
lazarus.pp(167,1) Error: Can't call the resource compiler "/usr/local/bin/fpcres", switching to external mode
 
It happens ~last week with trunk: Lazarus 1.9.0 r58270M FPC 3.1.1 x86_64-linux-qt (or qt5).
 
There's no specific error message, caret is on the last line of lazarus.pp. Console also didn't show anything unusual; fpcres is on its place.
 
How can I solve it?
 
Thanks,
 
V.
--
_______________________________________________
Lazarus mailing list
***@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus <https://lists.lazarus-ide.org/listinfo/lazarus>
Martin Frb via Lazarus
2018-06-15 00:13:51 UTC
Permalink
On 15/06/2018 01:59, Vojtěch Čihák via Lazarus wrote:
>
> Hi,
>
> now I recompiled successfully after update to Lazarus 1.9.0 r58277M
> FPC 3.1.1 x86_64-linux-qt
>
> I see many updates related to lazdebuggers. May it be related?
>
>
Unlikely, the debugger has nothing to do with calling fpcres
Loading...