Vladimir G. Ivanovic wrote:
I've poked around, and I don't see any effect of specifying
"--with-gnome" without also specifying "--with-gtk". The files which
have "GNOME" in them ("*-gtk.c") are not compiled unless
"--with-gtk"
is also specified.
Also, in "emacs.c" I see the following:
if (argmatch (argv, argc, "-gtk", "--use-gtk", 0, NULL,
&skip_args) ||
argmatch (argv, argc, "-gnome", "--use-gnome", 0, NULL,
&skip_args))
{
check_compatible_window_system ("gtk");
#ifndef HAVE_GTK
fatal ("Sorry, this XEmacs was not compiled with GTK support");
#endif
}
Am I missing something?
- ---- Vladimir
Hmmm... Maybe that explains why I get a build --with-gnome, but I get
an error --with-gtk?!? Excerpted from the following build-report:
http://calypso.tux.org/pipermail/xemacs-buildreports/2007-May/000106.html
...
atk 1.8.0
glib 2.0.7
gtk+ 2.0.9
pango 1.0.5
--with-gtk errors:
gcc -c -Os -I/usr/dt/include -Demacs -I. -DHAVE_CONFIG_H
-I/opt/local/include -I/usr/openwin/include menubar-gtk.c
menubar-gtk.c: In function 'gtk_xemacs_menubar_size_request':
menubar-gtk.c:142: warning: passing argument 1 of
'gtk_widget_size_request' makes pointer from integer without a cast
menubar-gtk.c: In function '__activate_menu':
menubar-gtk.c:429: warning: passing argument 2 of
'menu_descriptor_to_widget_1' makes pointer from integer without a cast
menubar-gtk.c: In function 'menu_create_menubar':
menubar-gtk.c:1079: warning: initialization makes pointer from integer
without a cast
menubar-gtk.c: In function 'create_menubar_widget':
menubar-gtk.c:1225: error: invalid lvalue in assignment
menubar-gtk.c: In function 'gtk_update_frame_menubar_internal':
menubar-gtk.c:1339: error: invalid type argument of '->'
menubar-gtk.c:1343: error: invalid type argument of '->'
menubar-gtk.c: In function 'gtk_update_frame_menubars':
menubar-gtk.c:1356: warning: assignment makes pointer from integer
without a cast
menubar-gtk.c: In function 'gtk_free_frame_menubars':
menubar-gtk.c:1375: warning: assignment makes pointer from integer
without a cast
menubar-gtk.c: In function 'console_type_create_menubar_gtk':
menubar-gtk.c:1461: error: 'gtk_console_methods' undeclared (first use
in this function)
menubar-gtk.c:1461: error: (Each undeclared identifier is reported only once
menubar-gtk.c:1461: error: for each function it appears in.)
Rodney
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta