[Lazarus] Error calling fpcres

Hans-Peter Diettrich DrDiettrich1 at aol.com
Tue Jul 26 01:42:28 CEST 2011


I just tried to install Lazarus (trunk) on Ubuntu 10.4, and came across 
errors with fpcres.

First the path was missing the ~/bin directory, which should be 
mentioned properly in the wiki. Instead of

export PATH=~/lib/fpc/2.5.1:$PATH

the bashrc entry should read

export PATH=~/lib/fpc/2.5.1:~/bin:$PATH

After this modification fpcres can be invoked in the console, but "make 
all" still results in:

lazarus.pp(137,1) Error: Can't call the resource compiler 
"/home/dodi/bin/fpcres", switching to external mode
lazarus.pp(137,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted

What's wrong?

DoDi





More information about the Lazarus mailing list