Results 1 to 4 of 4

Thread: Error Installing Qt 4.2.2 opensource on Mac OS X

  1. #1
    Join Date
    Feb 2007
    Posts
    81
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Error Installing Qt 4.2.2 opensource on Mac OS X

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error Installing Qt 4.2.2 opensource on Mac OS X

    This linking error doesn't help much... If it is the only one happening (no compile error at all) it is impossible to explain and cleaning the concerned files (moc and objects related to QSystemTrayIcon) and then trying to rebuild is the only solution...
    Current Qt projects : QCodeEdit, RotiDeCode

  3. #3
    Join Date
    Feb 2007
    Posts
    81
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Error Installing Qt 4.2.2 opensource on Mac OS X

    I just tried it all over again, but this time with a -universal flag on the configure command, and i get this error:

    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. ld: Undefined symbols:
    11. __ZN22QSystemTrayIconPrivate10remove_sysEv
    12. __ZN22QSystemTrayIconPrivate11install_sysEv
    13. __ZN22QSystemTrayIconPrivate14updateIcon_sysEv
    14. __ZN22QSystemTrayIconPrivate14updateMenu_sysEv
    15. __ZN22QSystemTrayIconPrivate15showMessage_sysERK7QStringS2_N15QSystemTrayIcon11MessageIconEi
    16. __ZN22QSystemTrayIconPrivate17updateToolTip_sysEv
    17. __ZN22QSystemTrayIconPrivate25isSystemTrayAvailable_sysEv
    18. /usr/bin/libtool: internal link edit command failed
    19. lipo: can't figure out the architecture type of: /var/tmp//cc4fWLzg.out
    20. make[3]: *** [../../lib/QtGui.framework/QtGui_debug] Error 1
    21. make[2]: *** [debug-all] Error 2
    22. make[1]: *** [sub-gui-make_default] Error 2
    23. make: *** [sub-src-make_default-ordered] Error 2
    To copy to clipboard, switch view to plain text mode 

  4. #4
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Error Installing Qt 4.2.2 opensource on Mac OS X

    Quote Originally Posted by dvmorris View Post
    I just tried it all over again, but this time with a
    make[2]: *** [debug-all] Error 2
    make[1]: *** [sub-gui-make_default] Error 2
    make: *** [sub-src-make_default-ordered] Error 2
    [/code]
    Is this on Mac intel or PPC archi ? ...
    and if you use xcode 2.2 the compile process on Intel or PPC no give problem....
    i suppose your sdk /Developer/SDKs/ option on configure is mistake ... but i dont see.....

Similar Threads

  1. QT 4.2.2 Opensource on Vista
    By invictus in forum Installation and Deployment
    Replies: 17
    Last Post: 29th January 2008, 15:33
  2. QT 4.2.2 and Ico plugins
    By Placido Currò in forum Qt Programming
    Replies: 2
    Last Post: 24th January 2007, 15:13
  3. issues with 4.2.2 opensource on OS X 1.4.8
    By wmmk in forum Installation and Deployment
    Replies: 3
    Last Post: 15th January 2007, 16:55
  4. Does OpenGL be supported in opensource of Qt-4.1.2?
    By showhand in forum Qt Programming
    Replies: 1
    Last Post: 15th May 2006, 10:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.