After Greg's talk at TriLUG Thursday I got fired up to give building Sugar a try. (nice talk Greg!)<br><br>I made it all the way through build-base, and build on a FC6 box. 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's all black with an over sized pointer. :-( 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 "gail": libgail.so: cannot open shared object file: No such file or directory<br>Gtk-Message: Failed to load module "atk-bridge": 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 "gail": libgail.so: cannot open shared object file: No such file or directory<br>
Gtk-Message: Failed to load module "atk-bridge": 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> File "/scratch/sugar/sugar-jhbuild/build/bin/sugar-shell", line 42, in <module><br> from view.Shell import Shell<br> File "/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/Shell.py", line 24, in <module>
<br> from view.home.HomeWindow import HomeWindow<br> File "/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/home/HomeWindow.py", line 23, in <module><br> from view.home.MeshBox import MeshBox
<br> File "/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/home/MeshBox.py", line 25, in <module><br> from view.BuddyIcon import BuddyIcon<br> File "/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/BuddyIcon.py", line 18, in <module>
<br> from view.BuddyMenu import BuddyMenu<br> File "/scratch/sugar/sugar-jhbuild/build/share/sugar/shell/view/BuddyMenu.py", line 24, in <module><br> 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>