Vincent Snijders a écrit :
Fedorax schreef:
Hello

With lazarus svn 1024 and FPC 2.1.1 svn 5390 the compilation return a svn error:

Compiling synhighlightersql.pas
synhighlightersql.pas(1640,67) Error: Variable identifier expected
synhighlightersql.pas(1785) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[2]: *** [allsyneditunits.ppu] Erreur 1
make[2]: Leaving directory `/usr/local/src/lazarus/components/synedit'
make[1]: *** [synedit_all] Erreur 2
make[1]: Leaving directory `/usr/local/src/lazarus/components'
make: *** [components] Erreur 2

OS: Linux fedora 5

This is a known problem of fpc 2.1.1.

Vincent

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

In synhighlightersql.pas this lines 1640 / 1643:
-------------------------------
   sqlStandard:
EnumerateKeywords(Ord(tkKey), StandardKW, IdentChars + ['-'], {$IFDEF [EMAIL PROTECTED]);
   sqlSybase:
EnumerateKeywords(Ord(tkKey), SybaseKW, IdentChars, {$IFDEF [EMAIL PROTECTED]); -------------------------------
Return:
--------------------------
/usr/local/src/lazarus/components/synedit/synhighlightersql.pas(1641,67) Error: Variable identifier expected
--------------------------
If i comment the four lines above all compile.


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

Reply via email to