Comment 52 for bug 616997

Revision history for this message
Vish (vish) wrote : Re: [RV515] Unity keeps reloading with a white background

Finally figured out the deps[thanks to Markus]

@Mikkel , Result of make check : http://paste.ubuntu.com/482833/

In case someone else gets as stuck as me!
If they are trying from a new install or from a live cd, Deps that are needed are(atleast the ones i had to install ! ) :
gnome-common , gtk-doc-tools , libglib2.0-dev , libdbus-glib-1-dev , libdbus-1-dev , [and bzr of course!]

1) bzr branch lp:dbus-test-runner
2) cd dbus-test-runner && ./autogen.sh --prefix=/usr && sudo make install
 cd ..
3) bzr branch lp:gtx
4) cd gtx && ./autogen.sh --prefix=/usr && sudo make install
 cd ..
5) bzr branch lp:~unity-team/dee/import-model-crash dee.import-model-crash
6) cd dee.import-model-crash && ./autogen --prefix=/usr && make check