Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Compiling Program on My Mac

    3rd Party Software
    2
    2
    2327
    Loading More Posts
    • 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.
    • N
      Neuron99 last edited by

      Hi,

      I am trying to compile a third party program called edfbrowser (http://www.teuniz.net/edfbrowser/) and am unable to do so.
      I was able to do it before on a previos Mac OSX. I am now running Mac OS X 10.7.5. I am using qt-mac-opensource-4.8.3 version of Qt.

      I get the following errors and warnings from Xcode:

      warning:

      Check dependencies
      warning: The specified SDK “Current OS X” does not appear to have all
      of the necessary headers installed. Update your project to use a
      built-in SDK (“Latest OS X” is recommended) or install the system
      headers (included with the “Command Line Tools” package) from the
      “Downloads” pane in the Xcode preferences.

      error:

      Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
      failed with exit code 1
      clang: error: no such file or directory: '/mainwindow.cpp'

      same error for main.cpp, popup_messagewindow.cpp
      and viewcurve.cpp

      Any help you might be able to give me would be really appreciated.

      Thanks

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        You need to switch to macx-g++ or macx-llvm makespecs. macx-xcode is broken for newest Xcode versions.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • First post
          Last post