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


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to