Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • af123_af007October 10, 2008 5:37 PM PDT   
    Compile a file including Carbon.h and icpc version 10.1 20080801 failed

    Hello, I will compile source code which include the header Carbon.h with the intel c++ compiler version 10.1 20080801 on Mac OS X 10.5.5.

    The following  errors occurred:

    icpc test.cpp 

    /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h(53): error: expected a ";"

      CFN_EXPORT const CFStringRef kCFErrorDomainCFNetwork                     __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_1_2);

                                                                               ^

     

    /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h(67): error: expected a ";"

      CFN_EXPORT const CFStringRef kCFErrorDomainWinSock                       __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_1_2);

                                                                               ^

     

    /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h(131): error: expected a ";"

      CFN_EXPORT const CFStringRef kCFGetAddrInfoFailureKey                    __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_1_2);

                                                                               ^

     

    /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h(145): error: expected a ";"

      CFN_EXPORT const CFStringRef kCFSOCKSStatusCodeKey                       __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_1_2);

     

    The g++ version 4.0.1 works fine. 

    Please Can you help me!



    drdOctober 13, 2008 6:42 PM PDT
    Rate
     
    Re: Compile a file including Carbon.h and icpc version 10.1 20080801 failed

    try defining:

    __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__=1040

    (or whatever versio you support)

     

    I have no idea whether this is a bug, or we all just missed some floating blurb in the ocean of docs...  if the latter is true, well, I suggest we also refrain from bobbing for apples come Halloween :P  I think the success rate is approximately the same.



Forum jump:  

Intel Software Network Forums Statistics

16,373 users have contributed to 46,347 threads and 163,994 posts to date.

In the past 24 hours, we have 12 new thread(s) 87 new posts(s), and 61 new user(s).

In the past 3 days, the most popular thread for everyone has been Formula for the intersection of straight lines The most posts were made to Take a look at John Burkhard&# The post with the most views is \"-check none\" generates error

Please welcome our newest member claudepi


For more complete information about compiler optimizations, see our Optimization Notice.