Attempting to build sugar (Between the work-times)
Written by
on
in
Knight Errant,
Tuxedo.
I've been taking breaks every little while to try to get the Sugar environment for the One Laptop Per Child project to build on Gentoo. So far this has just been a matter of having the system build lots of libraries. No big deal, it comes down to a single emerge command to get xulrunner and gtk-doc installed.
The problems start with the gecko-embed project. Running ./autogen.sh winds up failing with missing macro definitions. Running a few more times ./autogen.sh m4_pattern_allow and then bare ./autogen.sh gets me further along (i.e. configure starts), but then configure dies with this:
Comments
Comments are closed.
Pingbacks
Pingbacks are closed.
Michael Dillon on 06/09/2006 10:09 a.m. #
Have you tried to follow the instructions on the OLPC Wiki?<br />
http://wiki.laptop.org/index.php/Installing_sugar--devel_on_Ubuntu_Linux<br />
Mike Fletcher on 06/12/2006 9:29 a.m. #
That's the document I started from, was trying to create the equivalent for Gentoo users.
DevH on 06/15/2006 5:10 p.m. #
You just need to add ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" to the autogen.sh file. Do not add --with-gecko=xulrunner or configure will fail!
DevH on 06/15/2006 5:16 p.m. #
Oh! Ignore the not adding --with-gecko=xulrunner, i just forgot to emerge xulrunner.