Qt-gstreamer with sdk mac frameworks

arminIT armin.ahmadi at gmail.com
Wed Jan 9 02:16:13 PST 2013


How did you configure and compile qtgstreamer in mac osx?
could you help me please?

I tried to configure with this :
added boost_1_52_0 and
qt-gstreamer to path Environment and

export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
export GSTREAMER_SDK_ROOT_X86_64=/Library/Frameworks/GStreamer.framework

but when i use cmake to configure it, error occurs.

cmake -G "Unix Makefiles"
-DCMAKE_INSTALL_PREFIX="/Users/armin/GstreamerInstall/qt-gstreamer/install"
^ -DBOOST_ROOT="/Users/armin/GstreamerInstall/boost_1_52_0" -
CMAKE_PREFIX_PATH="%GSTREAMER_SDK_ROOT_X86_64%" ..




-- The C compiler identification is Clang 4.1.0
-- The CXX compiler identification is Clang 4.1.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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - found
-- Looking for QT_MAC_USE_COCOA
-- Looking for QT_MAC_USE_COCOA - found
-- Found Qt4: /usr/bin/qmake (found version "4.8.4") 
-- Boost version: 1.52.0
-- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
-- Could NOT find GSTREAMER_BASE_LIBRARY
-- Found GSTREAMER_BASE_INCLUDE_DIR:
/Library/Frameworks/GStreamer.framework/Headers/gst/base
-- Performing Test GSTREAMER_VERSION_COMPATIBLE
-- Performing Test GSTREAMER_VERSION_COMPATIBLE - Failed
-- GStreamer 0.10.33 is required, but the version found is older
-- Could NOT find GStreamer (missing:  GSTREAMER_LIBRARY
GSTREAMER_VERSION_COMPATIBLE GSTREAMER_BASE_LIBRARY) (Required is at least
version "0.10.33")
-- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
-- Could NOT find GSTREAMER_APP_LIBRARY
-- Found GSTREAMER_APP_INCLUDE_DIR:
/Library/Frameworks/GStreamer.framework/Headers/gst/app
-- Could NOT find GSTREAMER_INTERFACES_LIBRARY
-- Found GSTREAMER_INTERFACES_INCLUDE_DIR:
/Library/Frameworks/GStreamer.framework/Headers/gst/interfaces
-- Could NOT find GSTREAMER_VIDEO_LIBRARY
-- Found GSTREAMER_VIDEO_INCLUDE_DIR:
/Library/Frameworks/GStreamer.framework/Headers/gst/video
-- Could NOT find GStreamerPluginsBase (missing:  GSTREAMER_APP_LIBRARY
GSTREAMER_INTERFACES_LIBRARY GSTREAMER_VIDEO_LIBRARY) (Required is at least
version "0.10.33")
CMake Error at /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97
(message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291
(_FPHSA_FAILURE_MESSAGE)
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/FindPkgConfig.cmake:102
(find_package_handle_standard_args)
  cmake/modules/FindGLIB2.cmake:20 (find_package)
  CMakeLists.txt:75 (find_package)


-- Configuring incomplete, errors occurred!






--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Qt-gstreamer-with-sdk-mac-frameworks-tp4657606p4657835.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list