Compiling Online Desktop



Hello,

I'm trying to compile Online Desktop on an Ubuntu Gutsy Gibbon (32 bits)
following the instructions from
http://live.gnome.org/OnlineDesktop/Jhbuild

I have some problems when I'm copiling Online Desktop with command:
jhbuild build -a meta-online-desktop

I have fixed these errors:
    *  Module pyorbit:
          o Error:
            configure: error: could not find Python headers
          o Solution: Add the next line at the end of ~/.jhbuildrc:
            # Flags needed to 'pyorbit'
            os.environ['CFLAGS'] = '-lz'
    * Module nautilus:
          o Error:
            nautilus-icon-info.h:82: error: expected ')' before 'size'
            This line has the next content:
            gint  nautilus_get_icon_size_for_stock_size         
(GtkIconSize        size);
            The problem is that GtkIconSize isn't defined here.
          o Solution: Add the next line at the beginning of
checkout/nautilus/libnautilus-private/nautilus-icon-info.h,
close to other includes:
            #include <gtk/gtkenums.h>
            Library GtkEnums defines GtkIconSize.

However I have a new problem now compiling module gst-plugins-good:
 gcc -DHAVE_CONFIG_H -I. -I../.. -pthread
-I/home/mrego/od/install/include/gstreamer-0.10
-I/home/mrego/od/install/include/glib-2.0
-I/home/mrego/od/install/lib/glib-2.0/include
-I/home/mrego/od/install/include/libxml2 -pthread
-I/home/mrego/od/install/include/gstreamer-0.10
-I/home/mrego/od/install/include/glib-2.0
-I/home/mrego/od/install/lib/glib-2.0/include
-I/home/mrego/od/install/include/libxml2 -I../../gst-libs
-I../../gst-libs -pthread -I/home/mrego/od/install/include/gstreamer-0.10
-I/home/mrego/od/install/include/glib-2.0
-I/home/mrego/od/install/lib/glib-2.0/include
-I/home/mrego/od/install/include/libxml2 -Wall -Werror -g
-DGST_DISABLE_DEPRECATED -I/home/mrego/od/install/include/liboil-0.3
-DBUILD_MMX -lz -MT libgstgoom_la-xmmx.lo -MD -MP -MF
.deps/libgstgoom_la-xmmx.Tpo -c xmmx.c  -fPIC -DPIC -o
.libs/libgstgoom_la-xmmx.o
/tmp/ccQsmach.s: Assembler messages:
/tmp/ccQsmach.s:277: Error: suffix or operands invalid for `movq'
/tmp/ccQsmach.s:278: Error: suffix or operands invalid for `movq'
make[3]: *** [libgstgoom_la-xmmx.lo] Error 1
make[3]: se sale del directorio
`/home/mrego/od/checkout/gst-plugins-good/gst/goom'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio
`/home/mrego/od/checkout/gst-plugins-good/gst'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/mrego/od/checkout/gst-plugins-good'
make: *** [all] Error 2
*** error during stage build of gst-plugins-good: ########## Error running
make   *** [1/18]


I don't know if someone could help me to finish my Online Desktop
compilation.

Thank you very much and best regards,
   Rego

-- 
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mrego igalia com
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]