[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fwd: problem compiling guile-gtk-1.2-0.31]
From: |
Marius Vollmer |
Subject: |
Re: [Fwd: problem compiling guile-gtk-1.2-0.31] |
Date: |
02 Oct 2002 00:27:01 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Stanislas Pinte <address@hidden> writes:
> I am trying to compile guile-gtk-1.2-0.31 with guile-1.6, and it fails
> miserably...
> [...]
> In file included from /usr/include/stdio.h:33,
> from guile-gtk.c:18,
> from guile-gtk.c:2621:
> /usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h: In function
> `sgtk_init_substrate':
> /usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h:170: parse
> error before `typedef'
What is in the file "guile-gtk.x"? I suppose it is broken. That file
is automatically generated during the build, and maybe it is generated
wrongly.
A good guile-gtk.x would look like this:
/* cpp arguments: guile-gtk.c -DHAVE_CONFIG_H -I. -I.
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-D_REENTRANT -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -g
-O2 */
sym_gnome_file = scm_permanent_object (scm_str2symbol ( "gnome-file"
)) ;
sym_top_repl = scm_permanent_object (scm_str2symbol ( "top-repl" )) ;
sym_quit = scm_permanent_object (scm_str2symbol ( "quit" )) ;
sym_use_modules = scm_permanent_object (scm_str2symbol ( "use-modules"
)) ;
sym_gtk = scm_permanent_object (scm_str2symbol ( "gtk" )) ;
sym_repl = scm_permanent_object (scm_str2symbol ( "repl" )) ;
sym_gtk_repl = scm_permanent_object (scm_str2symbol ( "gtk-repl" )) ;
sym_gtk_version = scm_permanent_object (scm_str2symbol ( "gtk-1.2" ))
;
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
- Re: [Fwd: problem compiling guile-gtk-1.2-0.31],
Marius Vollmer <=
Re: [Fwd: problem compiling guile-gtk-1.2-0.31], Stanislas Pinte, 2002/10/02