Alexandre Leclerc schreef:
FPC compiler revision: 3823 (also tried with head: 5123)
Lazarus revision: head: 10145

But with head version it failed at compiling the ressource file
(message was saying that it can't find the file).

The following errors where with FPC r3823:

win32callback.inc(1348,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1349,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1378,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1379,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1400,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1401,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1412,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1413,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1424,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1425,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1436,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1437,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1458,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1459,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1482,14) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1483,14) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1510,23) Hint: Conversion between ordinals and
pointers is not portable
win32callback.inc(1556,35) Hint: Conversion between ordinals and
pointers is not portable
win32callback.inc(1560,12) Hint: Conversion between ordinals and
pointers is not portable
win32callback.inc(1570,36) Hint: Conversion between ordinals and
pointers is not portable
win32callback.inc(1578,20) Hint: Conversion between ordinals and
pointers is not portable
win32callback.inc(1608,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1609,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1620,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1621,17) Error: Identifier not found "GET_Y_LPARAM"
win32callback.inc(1633,17) Error: Identifier not found "GET_X_LPARAM"
win32callback.inc(1634,17) Error: Identifier not found "GET_Y_LPARAM"
...
win32lclintf.inc(126,26) Hint: Conversion between ordinals and
pointers is not portable
win32lclintf.inc(135,10) Hint: Local variable "exitcode" does not seem
to be initialized
win32lclintf.inc(240,102) Hint: Type size mismatch, possible loss of
data / range check error
win32lclintf.inc(253,40) Hint: Conversion between ordinals and
pointers is not portable
Win32Int.pp(320) Fatal: There were 22 errors compiling module, stopping
Fatal: Compilation aborted
make[3]: *** [interfaces.ppu] Error 1
make[3]: Leaving directory `C:/lazarus/lcl/interfaces/win32'
make[2]: *** [win32_all] Error 2
make[2]: Leaving directory `C:/lazarus/lcl/interfaces'
make[1]: *** [interfaces] Error 2
make[1]: Leaving directory `C:/lazarus/lcl'
make: *** [lcl] Error 2


Since I don't have such problems, how did you install lazarus and did you install in a clean directory and use make clean?

Vincent

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

Reply via email to