Recent

Author Topic: Error compiling project on Mac OS  (Read 4625 times)

wagenheimer

  • New Member
  • *
  • Posts: 21
Error compiling project on Mac OS
« on: January 13, 2011, 02:01:15 pm »
Hi!

I'n getting this error when I try to compile my project on MacOS.

Anybody have any idea of what is wrong?

Thanks!
Cezar Wagenheimer

Code: [Select]
Undefined symbols:
  "WSRegisterGraphicControl", referenced from:
      _WSCONTROLS_REGISTERGRAPHICCONTROL in wscontrols.o
  "WSRegisterGraphicControl", referenced from: _WSCONTROLS_REGISTERGRAPHICCONTROL in wscontrols.o
      _WSFORMS_REGISTERSCROLLINGWINCONTROL in wsforms.o
  "WSRegisterScrollingWinControl", referenced from: _WSFORMS_REGISTERSCROLLINGWINCONTROL in wsforms.o
      _WSCONTROLS_REGISTERDRAGIMAGELIST in wscontrols.o
  "WSRegisterDragImageList", referenced from: _WSCONTROLS_REGISTERDRAGIMAGELIST in wscontrols.o
      _WSFORMS_REGISTERCUSTOMFRAME in wsforms.o
  "WSRegisterCustomFrame", referenced from: _WSFORMS_REGISTERCUSTOMFRAME in wsforms.o
      _WSFORMS_REGISTERHINTWINDOW in wsforms.o
  "WSRegisterHintWindow", referenced from: _WSFORMS_REGISTERHINTWINDOW in wsforms.o
      _WSCONTROLS_REGISTERWINCONTROL in wscontrols.o
  "WSRegisterWinControl", referenced from: _WSCONTROLS_REGISTERWINCONTROL in wscontrols.o
      _WSFORMS_REGISTERSCROLLBOX in wsforms.o
  "WSRegisterScrollBox", referenced from: _WSFORMS_REGISTERSCROLLBOX in wsforms.o
      _WSFORMS_REGISTERCUSTOMFORM in wsforms.o
  "WSRegisterCustomForm", referenced from: _WSFORMS_REGISTERCUSTOMFORM in wsforms.o
      _WSMENUS_REGISTERMENUITEM in wsmenus.o
  "WSRegisterMenuItem", referenced from: _WSMENUS_REGISTERMENUITEM in wsmenus.o
      _WSCONTROLS_REGISTERCONTROL in wscontrols.o
  "WSRegisterControl", referenced from: _WSCONTROLS_REGISTERCONTROL in wscontrols.o
      _WSMENUS_REGISTERMAINMENU in wsmenus.o
  "WSRegisterMainMenu", referenced from: _WSMENUS_REGISTERMAINMENU in wsmenus.o
      _WSMENUS_REGISTERMENU in wsmenus.o
  "WSRegisterMenu", referenced from: _WSMENUS_REGISTERMENU in wsmenus.o
      _WSCONTROLS_REGISTERCUSTOMCONTROL in wscontrols.o
  "WSRegisterCustomControl", referenced from: _WSCONTROLS_REGISTERCUSTOMCONTROL in wscontrols.o
      _WSMENUS_REGISTERPOPUPMENU in wsmenus.o
  "WSRegisterPopupMenu", referenced from: _WSMENUS_REGISTERPOPUPMENU in wsmenus.o
      _WSIMGLIST_REGISTERCUSTOMIMAGELIST in wsimglist.o
ld: symbol(s) not found
An error occurred while linking
Error: Error while linking

Jonas Maebe

  • Hero Member
  • *****
  • Posts: 1058
Re: Error compiling project on Mac OS
« Reply #1 on: January 13, 2011, 02:04:46 pm »
See e.g. the last line of http://lists.lazarus.freepascal.org/pipermail/lazarus/2010-June/053677.html

Googling for WSRegisterGraphicControl returns many pages with that question and the answer.

 

TinyPortal © 2005-2018