After Greg&#39;s talk at TriLUG Thursday I got fired up to give building Sugar a try.&nbsp; (nice talk Greg!)<br><br>I made it all the way through build-base, and build on a FC6 box.&nbsp; It took a little hunting to figure out which dependencies I needed, but nothing too bad.
<br><br>However, when I do a ./sugar-jhbuild run I get only a Xepher windows that&#39;s all black with an over sized pointer. :-(&nbsp; I was so excited to checkout the interface while I had some time to look around.<br><br>The following is what I see on the console:
<br><br>$ ./sugar-jhbuild run<br>Gtk-Message: Failed to load module &quot;gail&quot;: libgail.so: cannot open shared object file: No such file or directory<br>Gtk-Message: Failed to load module &quot;atk-bridge&quot;: libatk-bridge.so
: cannot open shared object file: No such file or directory<br>Running the installed sugar...<br>Gtk-Message: Failed to load module &quot;gail&quot;: libgail.so: cannot open shared object file: No such file or directory<br>
Gtk-Message: Failed to load module &quot;atk-bridge&quot;: libatk-bridge.so: cannot open shared object file: No such file or directory<br>Extended Input Devices not yet supported. Impelement it at line 625 in kinput.c<br>
Traceback (most recent call last):<br>&nbsp; File &quot;/scratch/sugar/sugar-jhbuild/build/bin/sugar-shell&quot;, line 42, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from view.Shell import Shell<br>&nbsp; File &quot;/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/Shell.py&quot;, line 24, in &lt;module&gt;
<br>&nbsp;&nbsp;&nbsp; from view.home.HomeWindow import HomeWindow<br>&nbsp; File &quot;/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/home/HomeWindow.py&quot;, line 23, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from view.home.MeshBox import MeshBox
<br>&nbsp; File &quot;/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/home/MeshBox.py&quot;, line 25, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from view.BuddyIcon import BuddyIcon<br>&nbsp; File &quot;/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/BuddyIcon.py&quot;, line 18, in &lt;module&gt;
<br>&nbsp;&nbsp;&nbsp; from view.BuddyMenu import BuddyMenu<br>&nbsp; File &quot;/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/BuddyMenu.py&quot;, line 24, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; import _sugar<br>ImportError: /scratch/sugar/sugar-jhbuild/build/lib/python2.5/site-packages/_sugar.so: undefined symbol: _ZN13GeckoDownload18OnRefreshAttemptedEP14nsIWebProgressP6nsIURIiiPi
<br><br>Any ideas?<br><br>Russell<br>