Sugar on Mandriva 2007: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Reverted edits by 87.101.244.9 (Talk); changed back to last version by Xavi)
 
(18 intermediate revisions by 8 users not shown)
Line 3: Line 3:
You will need to at least have installed the following with urpmi:
You will need to at least have installed the following with urpmi:


#urpmi linus-git cups cups-devel libIDL2_0 libIDL2_0-devel gcc gcc-c++ autoconf2.1 automake1.8 libtool libltdl3-devel mozilla mozilla-devel avahi libavahi-glib1 libavahi-glib1-devel docbook-style-xsl gtk-doc libtiff3-devel libjpeg62-devel gnome-common libgconfmm2.6_1-devel


''urpmi linus-git cups cups-devel libIDL2_0 libIDL2_0-devel gcc gcc-c++ autoconf2.1 automake1.8 libtool libltdl3-devel mozilla mozilla-devel avahi libavahi-glib1 libavahi-glib1-devel avahi-python docbook-style-xsl gtk-doc libtiff3-devel libjpeg62-devel gnome-common gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-plugins-base gstreamer0.10-plugins-ugly gstreamer0.10-plugins-python gstreamer0.10-plugins-tools libgstreamer-plugins-base0.10 libgstreamer-plugins-base0.10-dev libgstreamer0.10 libgstreamer0.10-devel libgconfmm2.6_1-devel
However, this does not appear to be all of the required packages because I still receive the following error when building module 11:
M11 configure.ac:389: error: possibly undefined macro: AM_GCONF_SOURCE_2


If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.


However, please add to the above list if I have missed any.
autoreconf-2.5x: /usr/bin/autoconf failed with exit status: 1


==Build==
*

o
The easiest way to build Sugar from sources is to [[Sugar with sugar-jhbuild|use sugar-jhbuild]].
+ error during stage configure of matchbox-window-manager: Error running ./autogen.sh --prefix /home/aiban/sugar-jhbuild/build --enable-composite --disable-static --disable-gtk-doc *** [11/25]


[[Category:Installing Sugar]]

Latest revision as of 20:00, 18 September 2007

Install required packages

You will need to at least have installed the following with urpmi:


urpmi linus-git cups cups-devel libIDL2_0 libIDL2_0-devel gcc gcc-c++ autoconf2.1 automake1.8 libtool libltdl3-devel mozilla mozilla-devel avahi libavahi-glib1 libavahi-glib1-devel avahi-python docbook-style-xsl gtk-doc libtiff3-devel libjpeg62-devel gnome-common gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-plugins-base gstreamer0.10-plugins-ugly gstreamer0.10-plugins-python gstreamer0.10-plugins-tools libgstreamer-plugins-base0.10 libgstreamer-plugins-base0.10-dev libgstreamer0.10 libgstreamer0.10-devel libgconfmm2.6_1-devel


However, please add to the above list if I have missed any.

Build

The easiest way to build Sugar from sources is to use sugar-jhbuild.