From: Andrey Telepin <systemcpp@mail.ru>
To: yocto@yoctoproject.org
Subject: qt-gstreamer configure problem
Date: Tue, 01 Apr 2014 13:54:45 +0600 [thread overview]
Message-ID: <2486851.ASaRMk8FDl@atelepin-nb> (raw)
[-- Attachment #1: Type: text/plain, Size: 2225 bytes --]
Hello All!
I try to add new recipe (qt-gstreamer) it use cmake.
*my bb file*
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SECTION = "multimedia"
PR = "r0"
SRC_URI = "http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-0.10.2.tar.gz"
SRC_URI[md5sum] = "0428aedf2874fd0884ad4c41db9da20e"
SRC_URI[sha256sum] =
"d40d312b34916582b29e6ade4fb856749071e041c0a92bc219d7f424c45dd8aa"
inherit qmake2 cmake qt4x11
export EXTRA_OECMAKE = "-DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \
-DQT_LRELEASE_EXECUTABLE=${OE_QMAKE_LRELEASE} \
-DQT_MOC_EXECUTABLE=${OE_QMAKE_MOC} \
-DQT_UIC_EXECUTABLE=${OE_QMAKE_UIC} \
-DQT_RCC_EXECUTABLE=${OE_QMAKE_RCC} \
-DQT_LIBRARY_DIR=${OE_QMAKE_LIBDIR_QT} \
-DQT_HEADERS_DIR=${OE_QMAKE_INCDIR_QT} \
-DQT_QTCORE_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtCore \
"
=====================================================================
======
*error which i get (this is only snippet i can post entire log)*
-- 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 - not found.
-- Could NOT find Qt4 (missing: QT_QTGUI_INCLUDE_DIR) (found version "4.8.1")
-----------------------------------------------------------------------------
-- The following REQUIRED packages could NOT be located on your system.
-- You must install these packages before continuing.
-----------------------------------------------------------------------------
* Qt 4 (4.7 or higher) <http://qt.nokia.com/>
Required for building everything
-----------------------------------------------------------------------------
CMake Error at cmake/modules/MacroLogFeature.cmake:141 (MESSAGE):
Exiting: Missing Requirements
Call Stack (most recent call first):
CMakeLists.txt:152 (macro_display_feature_log)
What i miss?
Thank!
[-- Attachment #2: Type: text/html, Size: 12018 bytes --]
next reply other threads:[~2014-04-01 7:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-01 7:54 Andrey Telepin [this message]
2014-04-01 8:29 ` qt-gstreamer configure problem Andrey Telepin
2014-04-01 9:52 ` Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2486851.ASaRMk8FDl@atelepin-nb \
--to=systemcpp@mail.ru \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.