Michael Van Canneyt wrote:
Lazarus does not compile on my system SuSE 10.1, AMD64.

I tried both ppc386 and ppcx64 - version 2.0.4

First of all, in file customcodetool.pas, inline is used. Inline must be
switched on with {$INLINE ON} or add -Si to the compiler options in the
makefile, because -Si is not in the default config file of FPC. I suggest adding the {$INLINE ON}


Done. These things go unnoticed for a while, because -Si *is* part of the default fpc.cfg. In the past such errors usually showed up, if people used an deb created from rpms with alien and forgot to convert the scripts.

Vincent

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

Reply via email to