Ubuntu Pastebin

Paste from josharenson at Fri, 13 Feb 2015 16:03:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[ 40%] Built target usc_automoc
[ 42%] Building CXX object src/CMakeFiles/usc.dir/screen_state_handler.cpp.o
/home/josh/Documents/unity-system-compositor/trunk/src/screen_state_handler.cpp: In member function ‘virtual bool ScreenStateHandler::handle(const MirEvent&)’:
/home/josh/Documents/unity-system-compositor/trunk/src/screen_state_handler.cpp:73:34: error: ‘mir_input_event_type_pointer’ was not declared in this scope
           || input_event_type == mir_input_event_type_pointer))
                                  ^
src/CMakeFiles/usc.dir/build.make:186: recipe for target 'src/CMakeFiles/usc.dir/screen_state_handler.cpp.o' failed
make[2]: *** [src/CMakeFiles/usc.dir/screen_state_handler.cpp.o] Error 1
CMakeFiles/Makefile2:263: recipe for target 'src/CMakeFiles/usc.dir/all' failed
make[1]: *** [src/CMakeFiles/usc.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Download as text