En/na Mattias Gaertner ha escrit:

Your "SearchPath" only contains the default paths:
<SearchPath
Value="/home/luca/.lazarus/;/usr/lib/fpc/2.0.4/units/i386-linux/rtl/;/usr/lib/fpc/2.0.4/;"/>

That means your fpc config is broken.
It should contain lines like:

-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/*
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl

The fact is, these lines are already there, in fact the project builds and works fine.


These are created by the fpc RPM, unless you already have
a /etc/fpc.cfg. You can generate a fresh fpc.cfg with:

sudo /usr/lib/fpc/2.0.4/samplecfg /usr/lib/fpc/\$version

It generated the same file :-(

Bye
--
Luca

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to