I get the following errors when I try to run "make" on the qt 4.2.2-opensource files for mac osx 10.4.8:

Qt Code:
  1. ld: Undefined symbols:
  2. __ZN22QSystemTrayIconPrivate10remove_sysEv
  3. __ZN22QSystemTrayIconPrivate11install_sysEv
  4. __ZN22QSystemTrayIconPrivate14updateIcon_sysEv
  5. __ZN22QSystemTrayIconPrivate14updateMenu_sysEv
  6. __ZN22QSystemTrayIconPrivate15showMessage_sysERK7QStringS2_N15QSystemTrayIcon11MessageIconEi
  7. __ZN22QSystemTrayIconPrivate17updateToolTip_sysEv
  8. __ZN22QSystemTrayIconPrivate25isSystemTrayAvailable_sysEv
  9. /usr/bin/libtool: internal link edit command failed
  10. make[3]: *** [../../lib/QtGui.framework/QtGui_debug] Error 1
  11. make[2]: *** [debug-install] Error 2
  12. make[1]: *** [sub-gui-install_subtargets] Error 2
  13. make: *** [sub-src-install_subtargets-ordered] Error 2
To copy to clipboard, switch view to plain text mode 

any ideas? It's really impossible to search for os x problems on the forum, b/c the words are too short... thanks for the help.