Results 1 to 2 of 2

Thread: Qt 4 w/Intel C++ 10.1 on Mac OS X

  1. #1

    Default Qt 4 w/Intel C++ 10.1 on Mac OS X

    Has anyone tried compiling Qt 4.3.x with the Intel compiler on OS X?

    When I tried compiling my application with qmake -spec macx-icc against the libraries built with gcc, icpc doesn't like the Qt libraries that were built with gcc...gives unfound symbols for every Qt function used.

    I then tried to compile Qt with ICC using './configure -platform macx-icc' and I get undefined identifiers in some CarbonCore headers...


    Qt Code:
    1. /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h(286): error: type "ExceptionHandlerProcPtr" may not be initialized
    2. typedef CALLBACK_API_C( OSStatus , ExceptionHandlerProcPtr )(ExceptionInformation * theException);
    3. ^
    4.  
    5. /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h(286): error: identifier "ExceptionInformation" is undefined
    6. typedef CALLBACK_API_C( OSStatus , ExceptionHandlerProcPtr )(ExceptionInformation * theException);
    7. ^
    8.  
    9. /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h(286): error: identifier "theException" is undefined
    10. typedef CALLBACK_API_C( OSStatus , ExceptionHandlerProcPtr )(ExceptionInformation * theException);
    11. ^
    12.  
    13. /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h(320): error: expected a ")"
    14. ExceptionInformation * theException,
    15. ^
    16.  
    17. /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/fp.h(1338): error: identifier "SIGDIGLEN" is undefined
    18. unsigned char text[SIGDIGLEN]; /* significant digits */
    19. ^
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4 w/Intel C++ 10.1 on Mac OS X

    According to the README file, macx-icc isn't supported by Qt.

Similar Threads

  1. To run automatically at boot time on SuSE 10.1
    By rud_1023 in forum General Discussion
    Replies: 7
    Last Post: 30th October 2006, 08:45

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.