[Kde-bindings] [bindings] [Bug 323550] New: smokekde fails to compile
Geoffray Levasseur
jeff.levasseur at free.fr
Thu Aug 15 15:45:58 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=323550
Bug ID: 323550
Summary: smokekde fails to compile
Classification: Unclassified
Product: bindings
Version: unspecified
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: general
Assignee: kde-bindings at kde.org
Reporter: jeff.levasseur at free.fr
SmokeKDE fails to compile with the following error :
In file included from /usr/include/QtDBus/QtDBus:5:0,
from /usr/include/klauncher_iface.h:32,
from
/tmp/0-marmite/smokekde/sources/smokekde-4.11.0/kdecore/kdecore_includes.h:63,
from
/tmp/0-marmite/smokekde/sources/smokekde-4.11.0/build/kdecore/x_19.cpp:2:
/usr/include/QtDBus/qdbusabstractinterface.h:67:21: error: within this context
class Q_DBUS_EXPORT QDBusAbstractInterfaceBase: public QObject
^
I use GCC 4.8.1 with GLibc 2.17 and Qt 4.8.5.
My CMake configuration is :
CFLAGS="-O2 -pipe -m64" CXXFLAGS="${CFLAGS}" \
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_SKIP_RPATH=ON \
-D CMAKE_INSTALL_PREFIX=/usr \
-D BUILD_TESTS=OFF \
-D ENABLE_SSE=ON \
-D ENABLE_SSE2=ON \
-D ENABLE_SSE3=ON \
-D KDE4_BUILD_TESTS=FALSE \
-D LIB_SUFFIX=${LIBDIRSUFFIX} \
-D SYSCONF_INSTALL_DIR=/etc/kde \
./ ../
All the KDEs packages that smokekde depends on was built with the same base
CMake parameters plus some extra parameters when needed.
Reproducible: Always
Expected Results:
Compilation runs Ok.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-bindings
mailing list