Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Error for platform macx-icc
Qt 6.11 is out! See what's new in the release blog

Error for platform macx-icc

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    drhalftone
    wrote on last edited by
    #1

    Using the following configure command:
    ./configure -prefix /Users/dllau/QtSDK/Desktop/Qt/4.8.0/icc -debug-and-release -opensource -no-qt3support -nomake demos -nomake examples -nomake tutorials -nomake -j8 -no-phonon -no-phonon-backend -platform macx-icc -continue -silent -arch x86_64 -sdk /Developer/SDKs/MacOSX10.7.sdk/
    I get the following error during make:
    linking ../../../../plugins/bearer/libqcorewlanbearer_debug.dylib
    icpc: command line warning #10159: invalid argument for option ‘-X’
    Undefined symbols for architecture x86_64: “_kCWPowerDidChangeNotification”, referenced from: -[QNSListener init] in qcorewlanengine.o “_kCWAssocKey8021XProfile”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o “_kCWScanKeySSID”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o “_kCWScanKeyRestTime”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o __ZN11QScanThread3runEv in qcorewlanengine.o “_kCWScanKeyScanType”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o __ZN11QScanThread3runEv in qcorewlanengine.o “_kCWScanKeyMerge”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o __ZN11QScanThread3runEv in qcorewlanengine.o “_SecKeychainSearchCreateFromAttributes”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o “_SecKeychainSearchCopyNext”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o “_SecKeychainItemCopyContent”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o “_SecKeychainItemFreeContent”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o “_kCWAssocKeyPassphrase”, referenced from: __ZN15QCoreWlanEngine11connectToIdERK7QString in qcorewlanengine.o “OBJC_CLASS$_CWInterface”, referenced from: objc-class-ref in qcorewlanengine.o “OBJC_CLASS$_CW8021XProfile”, referenced from: objc-class-ref in qcorewlanengine.o
    ld: symbol(s) not found for architecture x86_64
    Any one have this problem and have a fix?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      limdor
      wrote on last edited by
      #2

      I have the same problem with the following command:
      @./configure -release -arch x86_64 -platform macx-llvm -qt-zlib -qt-libpng -qt-libjpeg -shared -fast -no-qt3support -no-webkit -nomake examples -nomake demos -opensource -prefix /Qt/4.8.0-release -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -framework@
      Any solution?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved