Recent

Author Topic: Lazarus rebuild error after package compilation  (Read 2532 times)

Ronan

  • Full Member
  • ***
  • Posts: 132
Lazarus rebuild error after package compilation
« on: April 02, 2017, 02:24:14 pm »
Dear All,

I'm receiving the following errors after compilation of GlScene 1.4 version, compilation of GLScene package runs flawlessly, when I'm attempting to rebuild the Lazarus in order to load the components I  got the following errors.

I'll appreciate your guidance

Code: Pascal  [Select][+][-]
  1. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$CMDLINEDEBUGGER
  2. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$CMDLINEDEBUGGER
  3. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$CMDLINEDEBUGGER
  4. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$CMDLINEDEBUGGER
  5. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$DEBUGUTILS
  6. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$DEBUGUTILS
  7. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$DEBUGUTILS
  8. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$GDBTYPEINFO
  9. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$GDBTYPEINFO
  10. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$GDBTYPEINFO
  11. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$GDBMIMISCCLASSES
  12. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$GDBMIMISCCLASSES
  13. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$GDBMIMISCCLASSES
  14. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$GDBMIDEBUGGER
  15. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$GDBMIDEBUGGER
  16. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$GDBMIDEBUGGER
  17. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$GDBMIDEBUGINSTRUCTIONS
  18. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$GDBMIDEBUGINSTRUCTIONS
  19. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$GDBMIDEBUGINSTRUCTIONS
  20. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$GDBMISERVERDEBUGGER
  21. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$GDBMISERVERDEBUGGER
  22. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$GDBMISERVERDEBUGGER
  23. lazarus.pp(154,1) Error: Undefined symbol: DEBUGINFO_$SSHGDBMIDEBUGGER
  24. lazarus.pp(154,1) Error: Undefined symbol: DEBUGSTART_$SSHGDBMIDEBUGGER
  25. lazarus.pp(154,1) Error: Undefined symbol: DEBUGEND_$SSHGDBMIDEBUGGER
  26. lazarus.pp(154,1) Error: Undefined symbol: INIT$_$DEBUGUTILS
  27. lazarus.pp(154,1) Error: Undefined symbol: FINALIZE$_$DEBUGUTILS
  28. lazarus.pp(154,1) Error: Undefined symbol: INIT$_$CMDLINEDEBUGGER
  29. lazarus.pp(154,1) Error: Undefined symbol: INIT$_$GDBMIMISCCLASSES
  30. lazarus.pp(154,1) Error: Undefined symbol: FINALIZE$_$GDBMIMISCCLASSES
  31. lazarus.pp(154,1) Error: Undefined symbol: INIT$_$GDBTYPEINFO
  32. lazarus.pp(154,1) Error: Undefined symbol: INIT$_$GDBMIDEBUGINSTRUCTIONS
  33. lazarus.pp(154,1) Error: Undefined symbol: INIT$_$GDBMIDEBUGGER
  34. lazarus.pp(154,1) Error: Undefined symbol: FINALIZE$_$GDBMIDEBUGGER
  35. lazarus.pp(154,1) Error: Undefined symbol: RESSTR_$GDBMISERVERDEBUGGER_$$_START
  36. lazarus.pp(154,1) Error: Undefined symbol: RESSTR_$GDBMISERVERDEBUGGER_$$_END
  37. lazarus.pp(154,1) Error: Undefined symbol: GDBMIDEBUGGER_$$_REGISTER
  38. lazarus.pp(154,1) Error: Undefined symbol: GDBMISERVERDEBUGGER_$$_REGISTER
  39. lazarus.pp(154,1) Error: Undefined symbol: SSHGDBMIDEBUGGER_$$_REGISTER
  40. lazarus.pp(154,1) Error: Undefined symbol: VMT_$GDBMIDEBUGGER_$$_TGDBMIDEBUGGER
  41. lazarus.pp(154,1) Error: Undefined symbol: VMT_DEBUGGER_TDEBUGGER
  42. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__NEWINSTANCE$$TOBJECT
  43. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__FREEINSTANCE
  44. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__SAFECALLEXCEPTION$TOBJECT$POINTER$$HRESULT
  45. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__DEFAULTHANDLER$formal
  46. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__AFTERCONSTRUCTION
  47. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__BEFOREDESTRUCTION
  48. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__DEFAULTHANDLERSTR$formal
  49. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__DISPATCH$formal
  50. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__DISPATCHSTR$formal
  51. lazarus.pp(154,1) Error: Undefined symbol: SYSTEM_TOBJECT_$__EQUALS$TOBJECT$$BOOLEAN
  52.  

 

TinyPortal © 2005-2018