Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Compiling Program on My Mac
QtWS25 Last Chance

Compiling Program on My Mac

Scheduled Pinned Locked Moved 3rd Party Software
2 Posts 2 Posters 2.5k Views
  • 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 Offline
    N Offline
    Neuron99
    wrote on last edited by
    #1

    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
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

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

      (Z(:^

      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