Ubuntu Pastebin

Paste from Saviq at Mon, 20 Apr 2015 13:16:39 +0000

Download as text
1
2
3
4
5
6
7
8
src/main.cpp: In function 'int main(int, const char**)':
/build/buildd/unity8-8.10+rot1667+ap1602~ubuntu15.04.1/src/main.cpp:59:17: error: 'class UnityCommandLineParser' has no member named 'deviceName'
     if (!parser.deviceName().isEmpty()) {
                 ^
/build/buildd/unity8-8.10+rot1667+ap1602~ubuntu15.04.1/src/main.cpp:60:38: error: 'class UnityCommandLineParser' has no member named 'deviceName'
         qmlArgs.setDeviceName(parser.deviceName());
                                      ^
src/CMakeFiles/unity8.dir/build.make:80: recipe for target 'src/CMakeFiles/unity8.dir/main.cpp.o' failed
Download as text