← Back to team overview

unity-dev team mailing list archive

Problem to compile unity

 

Hello all,

I'm having trouble in compiling unity after commit 1877. I got the following error:

$:~/dev/unity/trunk/build$ make
[ 8%] Built target translations
[ 17%] Built target unity-core-5.0
[ 17%] Building CXX object plugins/unityshell/CMakeFiles/unityshell.dir/src/PointerBarrier.cpp.o /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp: Na função membro ‘void unity::ui::PointerBarrierWrapper::ConstructBarrier()’: /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:68:52: erro: ‘XFixesCreatePointerBarrierVelocity’ was not declared in this scope /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:72:69: erro: ‘XFixesSelectBarrierInput’ was not declared in this scope /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp: Na função membro ‘void unity::ui::PointerBarrierWrapper::ReleaseBarrier(int)’: /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:100:93: erro: ‘XFixesBarrierReleasePointer’ was not declared in this scope /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp: Na função membro ‘bool unity::ui::PointerBarrierWrapper::HandleEvent(XEvent)’: /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:122:35: erro: ‘XFixesBarrierNotify’ was not declared in this scope /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:124:5: erro: ‘XFixesBarrierNotifyEvent’ was not declared in this scope /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:124:31: erro: ‘notify_event’ was not declared in this scope /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:124:73: erro: expected primary-expression before ‘)’ token /home/marco/dev/unity/trunk/plugins/unityshell/src/PointerBarrier.cpp:126:70: erro: ‘XFixesBarrierHitNotify’ was not declared in this scope make[2]: ** [plugins/unityshell/CMakeFiles/unityshell.dir/src/PointerBarrier.cpp.o] Erro 1
make[1]: ** [plugins/unityshell/CMakeFiles/unityshell.dir/all] Erro 2
make: ** [all] Erro 2

Am I missing something?

Thanks!


Follow ups