guile-devel
[Top][All Lists]
Advanced

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

Re: gnome-guile broken with guile 1.5 (gg used guile-snarf).


From: Rob Browning
Subject: Re: gnome-guile broken with guile 1.5 (gg used guile-snarf).
Date: Mon, 11 Mar 2002 11:21:47 -0600
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

Thien-Thi Nguyen <address@hidden> writes:

>    i'll write some documentation for guile-snarf and move it back from
>    noinst_SCRIPTS to bin_SCRIPTS.  for the rest, i'll add a blurb to
>    NEWS.
>
> done... time for lunch!  (all this talk of snarfing, you know.)

Hmm.  I'm not sure if it's related to your work, a problem in
gnome-guile, or some (expected) drift in 1.5 vs 1.4, but gnome-guile
doesn't seem to like the new guile-snarf.  Though I'm not very
familiar with the snarfing process, it looks like the final .x include
isn't being ignored at snarf time as it should be (since the snarf
command is being run to actually generate that file).

i.e. inside gnome guile's guile-gtk.c at the end of
sgtk_init_substrate we have:

  #ifndef SCM_MAGIC_SNARFER
  #ifndef MKDEP
  #include "guile-gtk.x"
  #endif /* MKDEP */
  #endif /* SCM_MAGIC_SNARFER */

and at build time we get:

  make[1]: Entering directory `/home/rlb/gnome-guile-0.20'
  Making install in guile-gtk
  make[2]: Entering directory `/home/rlb/gnome-guile-0.20/guile-gtk'
  guile-snarf -DHAVE_CONFIG_H -I. -I/home/rlb/gnome-guile-0.20/guile-gtk -I. 
-D_REENTRANT -I/usr/include/gtk-1.2 -I/usr/X11R6/include 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include  -I/home/rlb/opt/ldg/include 
-I/home/rlb/opt/ldg/include  -g -O2 guile-gtk.c >guile-gtk.c.tmp && mv 
guile-gtk.c.tmp guile-gtk.x
  guile-gtk.c:2784: guile-gtk.x: No such file or directory
  make[2]: *** [guile-gtk.x] Error 1
  make[2]: Leaving directory `/home/rlb/gnome-guile-0.20/guile-gtk'
  make[1]: *** [install-recursive] Error 1
  make[1]: Leaving directory `/home/rlb/gnome-guile-0.20'
  make: *** [s-gnome-guile-install] Error 2

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]