Re: [Anjuta-list] Make fails in plugins/glade for Anjuta 2.3.1



Hi Everyone again,

I installed from source the latest libglade and the problems went away.
I suspect the code in the glade plugin that checks for the version of
libglade with #if statements only works for new glade installs, or
perhaps only with libglade compiled from source.

Rob
On Sat, 2007-12-22 at 19:43 -0800, Rob Frohne wrote:
> Hi Everyone,
> 
> I'm using Ubuntu 7.10 (Gutsy), and building Anjuta 2.3.1 fails in
> plugins/glade with the following errors:
> 
> Making all in glade
> make[3]: Entering directory
> `/home/frohro/Desktop/anjuta-2.3.1/plugins/glade'
> /bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I../.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith
> -Wno-sign-compare   -I/usr/local/include/libgladeui-1.0
> -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/include/freetype2 -I/usr/include/libpng12   -DORBIT2=1 -pthread
> -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0
> -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1
> -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0
> -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
> -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
> -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0
> -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2
> -I/usr/include/pango-1.0 -I/usr/include/freetype2
> -I/usr/include/gail-1.0 -I/usr/include/atk-1.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12
> -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0
> -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
> -I/usr/include/libpng12   -I../.. -DPACKAGE_PIXMAPS_DIR=
> \""/usr/local/share/pixmaps/anjuta\"" -DPACKAGE_DATA_DIR=
> \""/usr/local/share/anjuta"\"   -Wall -Wmissing-prototypes
> -Wnested-externs -Wpointer-arith -Wno-sign-compare  -g -O2 -MT plugin.lo
> -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
>  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes
> -Wnested-externs -Wpointer-arith -Wno-sign-compare
> -I/usr/local/include/libgladeui-1.0 -I/usr/include/gtk-2.0
> -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
> -I/usr/include/libpng12 -DORBIT2=1 -pthread
> -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0
> -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1
> -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0
> -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
> -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
> -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0
> -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2
> -I/usr/include/pango-1.0 -I/usr/include/freetype2
> -I/usr/include/gail-1.0 -I/usr/include/atk-1.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12
> -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0
> -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
> -I/usr/include/libpng12 -I../.. -DPACKAGE_PIXMAPS_DIR=
> \"/usr/local/share/pixmaps/anjuta\" -DPACKAGE_DATA_DIR=
> \"/usr/local/share/anjuta\" -Wall -Wmissing-prototypes -Wnested-externs
> -Wpointer-arith -Wno-sign-compare -g -O2 -MT plugin.lo -MD -MP
> -MF .deps/plugin.Tpo -c plugin.c  -fPIC -DPIC -o .libs/plugin.o
> plugin.c: In function 'on_session_save':
> plugin.c:297: error: 'GladeProject' has no member named 'path'
> plugin.c:304: error: 'GladeProject' has no member named 'path'
> plugin.c: In function 'activate_plugin':
> plugin.c:405: warning: implicit declaration of function
> 'glade_project_view_new'
> plugin.c:405: warning: nested extern declaration of
> 'glade_project_view_new'
> plugin.c:405: warning: assignment makes pointer from integer without a
> cast
> plugin.c:412: warning: implicit declaration of function
> 'glade_app_add_project_view'
> plugin.c:412: warning: nested extern declaration of
> 'glade_app_add_project_view'
> plugin.c:412: warning: implicit declaration of function
> 'GLADE_PROJECT_VIEW'
> plugin.c:412: warning: nested extern declaration of 'GLADE_PROJECT_VIEW'
> plugin.c: In function 'glade_get_filename':
> plugin.c:571: error: 'GladeProject' has no member named 'name'
> plugin.c: In function 'ifile_open':
> plugin.c:628: warning: implicit declaration of function
> 'glade_project_open'
> plugin.c:628: warning: nested extern declaration of 'glade_project_open'
> plugin.c:628: warning: assignment makes pointer from integer without a
> cast
> plugin.c:643: error: 'GladeProject' has no member named 'name'
> plugin.c: In function 'ifile_get_uri':
> plugin.c:661: error: 'GladeProject' has no member named 'path'
> plugin.c:662: error: 'GladeProject' has no member named 'path'
> plugin.c: In function 'iwizard_activate':
> plugin.c:688: error: too many arguments to function 'glade_project_new'
> plugin.c:702: error: 'GladeProject' has no member named 'name'
> plugin.c: At top level:
> plugin.c:721: fatal error: opening dependency file .deps/plugin.Tpo:
> Permission denied
> compilation terminated.
> make[3]: *** [plugin.lo] Error 1
> make[3]: Leaving directory
> `/home/frohro/Desktop/anjuta-2.3.1/plugins/glade'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/frohro/Desktop/anjuta-2.3.1/plugins'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/frohro/Desktop/anjuta-2.3.1'
> make: *** [all] Error 2
> 
> Any ideas what is up here?
> 
> Thanks,
> 
> Rob
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list





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