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. OS X 10.9 and Qt 5.1.1 - Building Stellarium from source

OS X 10.9 and Qt 5.1.1 - Building Stellarium from source

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.6k 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.
  • A Offline
    A Offline
    alchymylab
    wrote on last edited by
    #1

    Have just moved to OS X 10.9 Mavericks and Xcode 5. Was previously building stellarium ok from source on Lion with Qt 5.1.1 and Xcode 4. The build has now stopped working and I am trying to work through the error log. Some issues appear to have crept in. Do the CMake warnings mean the system no longer finds some of the components, even though the 5.1.1 Qt install should not have changed and PATH is specified ? I am new to this type of build, so am learning at the same time if anyone can assist. I know the GCC compiler is removed under Mavericks.

    IRON:macosx alchymylab$ export PATH=~/Qt5.1.1/5.1.1/clang_64/bin:$PATH
    IRON:macosx alchymylab$
    IRON:macosx alchymylab$ path
    -bash: path: command not found
    IRON:macosx alchymylab$ cmake ../..
    -- The C compiler identification is Clang 5.0.0
    -- The CXX compiler identification is Clang 5.0.0
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Found Clang 3.3
    -- Looking for pow10
    -- Looking for pow10 - not found
    CMake Warning (dev) at /Users/alchymylab/Qt5.1.1/5.1.1/clang_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:123 (include):
    Syntax Warning in cmake code at

    /Users/alchymylab/Qt5.1.1/5.1.1/clang_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8:56
    

    Argument not separated from preceding token by whitespace.
    Call Stack (most recent call first):
    /Users/alchymylab/Qt5.1.1/5.1.1/clang_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:78 (find_package)
    /Users/alchymylab/Qt5.1.1/5.1.1/clang_64/lib/cmake/Qt5Declarative/Qt5DeclarativeConfig.cmake:78 (find_package)
    CMakeLists.txt:246 (FIND_PACKAGE)
    This warning is for project developers. Use -Wno-dev to suppress it.

    -- Found OpenGL: /System/Library/Frameworks/OpenGL.framework
    -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
    -- Found Gettext: /opt/local/bin/msgmerge (found version "0.18.3")
    -- Found xgettext: /opt/local/bin/xgettext
    -- Configuring done
    -- Generating done

    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