From: Ken B. <sf...@bo...> - 2005-12-23 17:31:07
|
Hi experts, Thanks to Jason I found the ./multisync-0.90.18/gui directory, but I can't get it to compile. I've tried ./configure --prefix=/usr the same as what I had to do to get opensync multisync and the plugins to compile, and it appears to work. However, when I try the make it fails. I've even tried removing -Werror from the Makefile (as I saw suggested elsewhere, although I think that was for the openobex project), and it still doesn't compile :-( Please can anyone help? multisync-0.90.18/gui> ./configure --prefix=/usr checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking for strerror in -lcposix... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking build system type... i586-pc-linux-gnu checking host system type... i586-pc-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by gcc... /usr/i586-suse-linux/bin/ld checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i586-suse-linux/bin/ld checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for pkg-config... /usr/bin/pkg-config checking for glib-2.0 libgnomeui-2.0 opensync-1.0 osengine-1.0... yes checking PACKAGE_CFLAGS... -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libart-2.0 -I/usr/include/libxml2 -I/usr/include/opensync-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/usr/include/freetype2/config checking PACKAGE_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lopensync -losengine checking /usr/include/opensync-1.0/opensync/evo2_sync.h usability... no checking /usr/include/opensync-1.0/opensync/evo2_sync.h presence... no checking for /usr/include/opensync-1.0/opensync/evo2_sync.h... no checking /usr/include/opensync-1.0/opensync/evo_sync.h usability... no checking /usr/include/opensync-1.0/opensync/evo_sync.h presence... no checking for /usr/include/opensync-1.0/opensync/evo_sync.h... no configure: creating ./config.status config.status: creating Makefile config.status: creating file-sync/Makefile config.status: creating evolution2_sync/Makefile config.status: creating evolution_sync/Makefile config.status: creating synce_sync/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands =========================================== Building the gui for the following plugins: File-sync Plugin Kdepim Plugin SynCE Plugin =========================================== multisync-0.90.18/gui> grep Werror * aclocal.m4: # (even with -Werror). So we grep stderr for any message configure: # (even with -Werror). So we grep stderr for any message configure: # (even with -Werror). So we grep stderr for any message configure: # (even with -Werror). So we grep stderr for any message multisync-0.90.18/gui> make make all-recursive make[1]: Entering directory `/home/ken/Documents/downloads/Suse-9.3/mobile/multisync-0.90.18/multisync-0.90.18/gui' Making all in file-sync make[2]: Entering directory `/home/ken/Documents/downloads/Suse-9.3/mobile/multisync-0.90.18/multisync-0.90.18/gui/file-sync' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libart-2.0 -I/usr/include/libxml2 -I/usr/include/opensync-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/usr/include/freetype2/config -I.. -I/usr/include/libxml2 -Werror -Wall -g -O2 -MT file_sync.lo -MD -MP -MF ".deps/file_sync.Tpo" \ -c -o file_sync.lo `test -f 'file_sync.c' || echo './'`file_sync.c; \ then mv -f ".deps/file_sync.Tpo" ".deps/file_sync.Plo"; \ else rm -f ".deps/file_sync.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libart-2.0 -I/usr/include/libxml2 -I/usr/include/opensync-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/usr/include/freetype2/config -I.. -I/usr/include/libxml2 -Werror -Wall -g -O2 -MT file_sync.lo -MD -MP -MF .deps/file_sync.Tpo -c file_sync.c -fPIC -DPIC -o .libs/file_sync.o In file included from /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h:33, from /opt/gnome/include/gtk-2.0/gdk/gdkcursor.h:5, from /opt/gnome/include/gtk-2.0/gdk/gdk.h:31, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:31, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:163: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:163: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:163: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:184: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:184: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:184: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:201: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:201: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:201: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkbin.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkwindow.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:129: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:129: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:129: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:207: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:207: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:207: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:210: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:210: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:210: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkbin.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkwindow.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:438: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:438: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:438: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:447: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:447: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:447: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:719: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:719: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:719: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkbin.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkwindow.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:177: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:177: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:177: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:181: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:181: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:181: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:185: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:185: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:185: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:133: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:133: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:133: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:143: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:143: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:143: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:65: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:65: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:65: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:26, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:49, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:127: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:127: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:127: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:142: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:142: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:142: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:49, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:83: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:83: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:83: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkcombobox.h:25, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:65, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtktreeview.h:170: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktreeview.h:170: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktreeview.h:170: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:82, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:58: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:58: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:58: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:64: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:64: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:64: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:158, from ../multisync.h:10, from file_sync.c:1: /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:189: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:189: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:189: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:196: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:196: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:196: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:295: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:295: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:295: warning: data definition has no type or storage class make[2]: *** [file_sync.lo] Error 1 make[2]: Leaving directory `/home/ken/Documents/downloads/Suse-9.3/mobile/multisync-0.90.18/multisync-0.90.18/gui/file-sync' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ken/Documents/downloads/Suse-9.3/mobile/multisync-0.90.18/multisync-0.90.18/gui' make: *** [all] Error 2 Ken. |