Sorry to bug you guys with the noob question, but<br>
<br>
I've been trying to compile unity from source.(Oneiric, 64bit)<br>
and get an error regarding the nux class<br>
<br>
$bzr branch lp:unity<br>
$cd unity; mkdir build; cd build<br>
$sudo apt-get build-dep unity<br>
$cmake .. -DCMAKE_BUILD_TYPE=Debug -DCOMPIZ_PLUGIN_INSTALL_TYPE=package -DCMAKE_INSTALL_PREFIX=/opt/unity<br>
<br>
at this stage it gave errors about missing dependencies gdu and gtest
which i installed from synaptic. after which rerunning cmake gave no
errors<br>
<br>
$make<br>
.<br>
.<br>
.<br>
Building CXX object tests/CMakeFiles/standalone-dash.dir/standalone_dash.cpp.o<br>
In file included from /home/user/unity/tests/standalone_dash.cpp:33:0:<br>
/home/user/unity/tests/../plugins/unityshell/src/DashStyle.h:83:41: error: ‘nux::ButtonVisualState’ has not been declared<br>
<br>
Any pointers would be appreciated.<br>
Thanks.<br>
<br>