On Mon, Oct 20, 2014 at 6:03 PM, Marcos Douglas <[email protected]> wrote: > Hi, > > I got these errors below when the compiler is __linking__ the IDE. > > Lazarus 1.3 rev 46626 FPC 2.6.5 i386-win32-win32/win64 > > Build IDE: Exit code 2, Errors: 48 > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_PRSCORE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_PRSCORE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_PRSCORE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_PRSDEF > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_PRSDEF > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_PRSDEF > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_PRSSUPP > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_PRSSUPP > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_PRSSUPP > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_COMMON > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_COMMON > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_COMMON > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_DBFFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_DBFFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_DBFFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_PARSER > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_PARSER > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_PARSER > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_CURSOR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_CURSOR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_CURSOR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_FIELDS > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_FIELDS > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_FIELDS > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_PGFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_PGFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_PGFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_IDXFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_IDXFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_IDXFILE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_MEMO > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_MEMO > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_MEMO > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_STR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_STR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_STR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_COLLATE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_COLLATE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_COLLATE > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_LANG > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_LANG > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_LANG > lazarus.pp(142,1) Error: Undefined symbol: DEBUGINFO_DBF_IDXCUR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGSTART_DBF_IDXCUR > lazarus.pp(142,1) Error: Undefined symbol: DEBUGEND_DBF_IDXCUR >
Solved. I did: 1- "make distclean" in FPC 2.6.5 2- "make distclean" in Laz 3- compile a new IDE (pure) 4- using IDE, clean and build using my pcp and lazarus-dir -- Marcos Douglas -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
