[Evolution-hackers] Re: evolution 1.4.0 compile issues



On Sun, 2003-08-03 at 18:44, AG wrote:
> Rodrigo:
> 
Hi AC

I'm forwarding your mail to evo-hackers, so that other people can
comment. Please send replies also to AC, since he's not subscribed to
the list.

> Please excuse the intrusion, as I have not subscribed to the
> 'evolution-hackers'mailing list.
> 
> Nonetheless, I'm experiencing a problem compiling evolution 1.4.0 from
> source.Could not seem to find any reference to my issue on the 'evo-hackers' or
> 'evo-users lists.
> 
> It appears to choke on the 'gal-view-menus' portion of the compile.
> Missing declarations and prototypes ??
> I've looked at both 'gal-view-menus.c' and its associated header file, but
> couldnot find anything discernible.  Actually, I'm not sure what I'm missing.
> 
> Any help would be greatly appreciated..
> Thx in advance..
> 
> I'm using the gcc 3.2.2 compiler.
> Below is the error that I receive -
> 
> <-snip->
> make[3]: Entering directory `/usr/local/evolution-1.4.0/widgets/menus'
> /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
> -I../..-I../../widgets/menus          -DG_LOG_DOMAIN=\"menus\"
> -DORBIT2=1 -pthread -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libxml2
> -I/usr/include/libbonobo-2.0 -I/usr/include/libgnomecanvas-2.0
> -I/usr/include/libgnome-2.0 -I/usr/include/linc-1.0
> -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0
> -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
> -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
> -I/usr/include/libglade-2.0 -I/usr/include/gal-2.0
> -I/usr/include/libgnomeprint-2.2-g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -c
> gal-view-menus.c
> mkdir .libs
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../widgets/menus
> -DG_LOG_DOMAIN=\"menus\" -DORBIT2=1 -pthread
> -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include-I/usr/include/orbit-2.0 -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
> -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
> -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0
> -I/usr/include/libart-2.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include
> -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
> -I/usr/include/atk-1.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
> -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
> -I/usr/include/libglade-2.0 -I/usr/include/gal-2.0
> -I/usr/include/libgnomeprint-2.2-g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c
> gal-view-menus.c  -fPIC -DPIC -o .libs/gal-view-menus.lo
> 
> In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-object.h:17,
>                  from
> /usr/include/libbonoboui-2.0/bonobo/bonobo-ui-component.h:14,
>                  from gal-view-menus.h:6,
>                  from gal-view-menus.c:12:
> /usr/include/libbonobo-2.0/bonobo/Bonobo.h:6782: internal error: Segmentation
> fault
>
ugh, that's weird, and looks like it is in Bonobo. Maybe some C
construct not understood by your compiler? what gcc version are you
using?

> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make[3]: *** [gal-view-menus.lo] Error 1
> make[3]: Leaving directory `/usr/local/evolution-1.4.0/widgets/menus'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/evolution-1.4.0/widgets'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/evolution-1.4.0'
> make: *** [all-recursive-am] Error 2
> 
> <-snip->
> 
> The offending code fragment is shown below.
> /* /usr/include/libbonobo-2.0/bonobo/Bonobo.h:6782 */
> 
> void _ORBIT_skel_small_Bonobo_Control_setState(POA_Bonobo_Control *
>                                                   _ORBIT_servant,
>                                                   gpointer _ORBIT_retval,
>                                                   gpointer * _ORBIT_args,
>                                                   CORBA_Context ctx,
>                                                   CORBA_Environment * ev,
>                                                   void (*_impl_setState)
>                                                   (PortableServer_Servant
>                                                    _servant,
>                                                    const Bonobo_Gtk_State
>                                                    state,
>                                                    CORBA_Environment * ev));
> 
> <-snip->
> 
cheers




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