Ubuntu Pastebin

Paste from daker at Wed, 25 Jan 2017 10:36:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
$ make check
cd src/ && ( test -e Makefile || /usr/lib/i386-linux-gnu/qt5/bin/qmake /home/daker/Projets/fix.1658121/src/src.pro -o Makefile ) && make -f Makefile check
make[1]: entrant dans le répertoire « /home/daker/Projets/fix.1658121/src »
cd UbuntuGestures/ && ( test -e Makefile || /usr/lib/i386-linux-gnu/qt5/bin/qmake /home/daker/Projets/fix.1658121/src/UbuntuGestures/UbuntuGestures.pro -o Makefile ) && make -f Makefile check
make[2]: entrant dans le répertoire « /home/daker/Projets/fix.1658121/src/UbuntuGestures »
g++ -c -fstack-protector -Werror -Wno-error=cpp -Wno-error=deprecated-declarations -Wno-error=strict-overflow -O2 -fvisibility=hidden -fvisibility-inlines-hidden -std=c++0x -fno-exceptions -Wall -W -Wdate-time -Wformat -Werror=format-security -Werror -D_REENTRANT -fPIC -DQT_NO_MTDEV -DUBUNTUTOOLKIT_NO_NAMESPACE -D_FORTIFY_SOURCE=2 -DQT_BUILD_UBUNTUGESTURES_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_QUICK_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -I. -I../../include -I../../include/UbuntuGestures -I../../include/UbuntuGestures/5.5.0 -I../../include/UbuntuGestures/5.5.0/UbuntuGestures -I/usr/include/qt5/QtQuick/5.2.1 -I/usr/include/qt5/QtQuick/5.2.1/QtQuick -I/usr/include/qt5 -I/usr/include/qt5/QtQuick -I/usr/include/qt5/QtQml/5.2.1 -I/usr/include/qt5/QtQml/5.2.1/QtQml -I/usr/include/qt5/QtQml -I/usr/include/qt5/QtGui/5.2.1 -I/usr/include/qt5/QtGui/5.2.1/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore/5.2.1 -I/usr/include/qt5/QtCore/5.2.1/QtCore -I/usr/include/qt5/QtCore -I.moc -o .obj/candidateinactivitytimer.o candidateinactivitytimer.cpp
g++-4.8.real: error: unrecognized command line option ‘-Wdate-time’
make[2]: *** [.obj/candidateinactivitytimer.o] Erreur 1
make[2]: quittant le répertoire « /home/daker/Projets/fix.1658121/src/UbuntuGestures »
make[1]: *** [sub-gestures-lib-check] Erreur 2
make[1]: quittant le répertoire « /home/daker/Projets/fix.1658121/src »
make: *** [sub-src-check] Erreur 2
Download as text