I get this with latest CVS:

Compiling /home/ales/fpc/packages/base/mysql/mysql.pp
mysqldb.pp(241,30) Error: Illegal qualifier
mysqldb.pp(241,24) Error: Operator is not overloaded
mysqldb.pp(241,30) Fatal: Syntax error, "THEN" expected but "identifier NAME" found


Have found out probably buggy declaration in mysql unit:
      MYSQL_FIELD = st_mysql_field;
      TMYSQL_FIELD = ^MYSQL_FIELD; <-- should probably be MYSQL_FIELD
      PMYSQL_FIELD = ^MYSQL_FIELD;


However changing it will produce other errors. Note that this bug is cross-platform ;)

Ales

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to