| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
qt-creator currently fails to build on ppc64le due to several errors
like:
language/language.cpp:242:12: error: the compiler can assume that the address of 'a' will always evaluate to 'true' [-Werror=address]
if (!!&a != !!&b)
Since this is more a desktop package, skipping it on ppc64le for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
g++ -c -pipe -fPIC -ansi -fpermissive -finline-functions -Wno-long-long -O2 -fvisibility=hidden -Wall -W -D_REENTRANT -fPIC -DQSSH_LIBRARY -DIDE_LIBRARY_BASENAME=\"lib\" -DQT_CREATOR -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DBOTAN_DLL= -DBOTAN_TARGET_OS_HAS_GETTIMEOFDAY -DBOTAN_HAS_ALLOC_MMAP -DBOTAN_HAS_ENTROPY_SRC_DEV_RANDOM -DBOTAN_HAS_ENTROPY_SRC_EGD -DBOTAN_HAS_ENTROPY_SRC_FTW -DBOTAN_HAS_ENTROPY_SRC_UNIX -DBOTAN_HAS_MUTEX_PTHREAD -DBOTAN_HAS_PIPE_UNIXFD_IO -DBOTAN_TARGET_OS_IS_LINUX -DBOTAN_TARGET_OS_HAS_CLOCK_GETTIME -DBOTAN_TARGET_OS_HAS_DLOPEN -DBOTAN_TARGET_OS_HAS_GMTIME_R -DBOTAN_TARGET_OS_HAS_POSIX_MLOCK -DBOTAN_HAS_DYNAMICALLY_LOADED_ENGINE -DBOTAN_HAS_DYNAMIC_LOADER -DBOTAN_BUILD_COMPILER_IS_GCC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I../../../src -I../../libs -I/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/tools -I../../plugins -I../3rdparty -I.moc/release-shared -I.uic -o .obj/release-shared/botan.o ../3rdparty/botan/botan.cpp
../3rdparty/botan/botan.cpp:46234:21: fatal error: cpuid.h: No such file or directory
#include <cpuid.h>
^
compilation terminated.
make[3]: *** [Makefile:4265: .obj/release-shared/botan.o] Error 1
make[3]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src/libs/ssh'
make[2]: *** [Makefile:253: sub-ssh-make_default] Error 2
make[2]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src/libs'
make[1]: *** [Makefile:42: sub-libs-make_default-ordered] Error 2
make[1]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src'
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It is needed for qmlpuppet
|
| |
|
|
Lightweight and cross-platform IDE for Qt
http://developer.qt.nokia.com/wiki/Category:Tools::QtCreator
|