All pastes #3955860 Raw Edit

Unnamed

public unlisted text v1 · immutable
#3955860 ·published 2018-01-05 18:02 UTC
rendered paste body
ivan@dell-insp-7520 ~/movenoid/build $ make
/usr/lib/x86_64-linux-gnu/qt4/bin/uic ../MainWindow.ui -o ui_MainWindow.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic ../SettingsWindow.ui -o ui_SettingsWindow.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic ../GameWindow.ui -o ui_GameWindow.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic ../CaptureWindow.ui -o ui_CaptureWindow.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic ../ReadyPoster.ui -o ui_ReadyPoster.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic ../GameOverPoster.ui -o ui_GameOverPoster.h
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I../../movenoid -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/opencv -I/usr/include/Box2D -I. -I. -I../../movenoid -I. -o main.o ../main.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I../../movenoid -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/opencv -I/usr/include/Box2D -I. -I. -I../../movenoid -I. -o MainWindow.o ../MainWindow.cpp
In file included from ../Ball.h:8:0,
                 from ../ContactListener.h:5,
                 from ../GameField.h:11,
                 from ../GameWindow.h:7,
                 from ../MainWindow.cpp:6:
../GraphicsPhysicsItem.h:10:49: error: ‘Q_NULLPTR’ was not declared in this scope
     GraphicsPhysicsItem(QGraphicsItem *parent = Q_NULLPTR);
                                                 ^
In file included from ../ContactListener.h:5:0,
                 from ../GameField.h:11,
                 from ../GameWindow.h:7,
                 from ../MainWindow.cpp:6:
../Ball.h:15:27: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QRectF boundingRect() const override;
                           ^
../Ball.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QPainterPath shape() const override;
                          ^
../Ball.h:19:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
                QWidget *widget) override;
                               ^
../Ball.h:13:34: error: ‘Q_NULLPTR’ was not declared in this scope
     Ball(QGraphicsItem *parent = Q_NULLPTR);
                                  ^
In file included from ../ContactListener.h:6:0,
                 from ../GameField.h:11,
                 from ../GameWindow.h:7,
                 from ../MainWindow.cpp:6:
../Brick.h:16:27: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QRectF boundingRect() const override;
                           ^
../Brick.h:17:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QPainterPath shape() const override;
                          ^
../Brick.h:20:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
                QWidget *widget) override;
                               ^
../Brick.h:14:35: error: ‘Q_NULLPTR’ was not declared in this scope
     Brick(QGraphicsItem *parent = Q_NULLPTR);
                                   ^
In file included from ../GameField.h:12:0,
                 from ../GameWindow.h:7,
                 from ../MainWindow.cpp:6:
../Barrier.h:17:27: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QRectF boundingRect() const override;
                           ^
../Barrier.h:18:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QPainterPath shape() const override;
                          ^
../Barrier.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
                QWidget *widget) override;
                               ^
../Barrier.h:15:37: error: ‘Q_NULLPTR’ was not declared in this scope
     Barrier(QGraphicsItem *parent = Q_NULLPTR);
                                     ^
In file included from ../GameField.h:14:0,
                 from ../GameWindow.h:7,
                 from ../MainWindow.cpp:6:
../RocketBit.h:20:27: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QRectF boundingRect() const override;
                           ^
../RocketBit.h:21:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     QPainterPath shape() const override;
                          ^
../RocketBit.h:24:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
                QWidget *widget) override;
                               ^
../RocketBit.h:17:39: error: ‘Q_NULLPTR’ was not declared in this scope
     RocketBit(QGraphicsItem *parent = Q_NULLPTR);
                                       ^
In file included from ../GameWindow.h:7:0,
                 from ../MainWindow.cpp:6:
../GameField.h:23:33: error: ‘Q_NULLPTR’ was not declared in this scope
     GameField(QObject *parent = Q_NULLPTR);
                                 ^
Makefile:354: ошибка выполнения рецепта для цели «MainWindow.o»
make: *** [MainWindow.o] Ошибка 1