Ubuntu Pastebin

Paste from Ying-Chun Liu (PaulLiu) at Fri, 13 Feb 2015 14:41:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
get IndicatorsFakeQml
Built target FakeUnityApplicationQml
Scanning dependencies of target MockNotificationsPlugin
[ 53%] Scanning dependencies of target MockDashCommunicator-qml
Building CXX object tests/mocks/Unity/Launcher/CMakeFiles/MockLauncherPlugin.dir/plugin.cpp.o
[ 55%] Built target NonMirUnityApplicationQml
Scanning dependencies of target QtMultimedia-qml
Scanning dependencies of target MockWizard-qml
[ 55%] Building CXX object tests/mocks/Unity/DashCommunicator/CMakeFiles/MockDashCommunicator-qml.dir/plugin.cpp.o
[ 55%] [ 55%] Building CXX object tests/mocks/QtMultimedia/CMakeFiles/QtMultimedia-qml.dir/plugin.cpp.o
Building CXX object tests/mocks/Unity/Notifications/CMakeFiles/MockNotificationsPlugin.dir/plugin.cpp.o
[ 55%] Building CXX object tests/mocks/Wizard/CMakeFiles/MockWizard-qml.dir/mockplugin.cpp.o
In file included from /home/phablet/shell/tests/mocks/Unity/Launcher/plugin.cpp:21:0:
/home/phablet/shell/tests/mocks/Unity/Launcher/MockLauncherModel.h:52:10: error: ‘bool MockLauncherModel::onlyPinned() const’ marked override, but does not override
     bool onlyPinned() const override;
          ^
/home/phablet/shell/tests/mocks/Unity/Launcher/MockLauncherModel.h:53:10: error: ‘void MockLauncherModel::setOnlyPinned(bool)’ marked override, but does not override
     void setOnlyPinned(bool onlyPinned) override;
          ^
tests/mocks/Unity/Launcher/CMakeFiles/MockLauncherPlugin.dir/build.make:54: recipe for target 'tests/mocks/Unity/Launcher/CMakeFiles/MockLauncherPlugin.dir/plugin.cpp.o' failed
make[2]: *** [tests/mocks/Unity/Launcher/CMakeFiles/MockLauncherPlugin.dir/plugin.cpp.o] Error 1
CMakeFiles/Makefile2:14824: recipe for target 'tests/mocks/Unity/Launcher/CMakeFiles/MockLauncherPlugin.dir/all' failed
make[1]: *** [tests/mocks/Unity/Launcher/CMak
Download as text