unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* How to install guile gtk?
@ 2004-06-15 21:31 orre
  2004-06-16 22:12 ` Kevin Ryde
  0 siblings, 1 reply; 2+ messages in thread
From: orre @ 2004-06-15 21:31 UTC (permalink / raw)


Hi,
I've tried to configure guile-gtk but it refuses to include files
from the guile distribution. To the guile-gtk configure I give

GUILEROOT=/usr/local/guile/guile-1.7
./configure \
  --prefix=${GUILEROOT} \
  --includedir=${GUILEROOT}/include \
  --exec-prefix=${GUILEROOT} \
  --bindir=${GUILEROOT}/bin \

and when I run make in the guile-gtk-1.2 directory, I get
bari[orre]/usr/local/guile/guile-gtk-1.2/>make
guile-snarf -o guile-gtk.x 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   -g -O2
guile-gtk.c:30:22: libguile.h: No such file or directory
guile-gtk.c:31:22: guile/gh.h: No such file or directory
guile-gtk.c:32:27: libguile/dynl.h: No such file or directory
guile-gtk.c:33:27: libguile/tags.h: No such file or directory
In file included from guile-gtk.c:34:
guile-gtk.h:21:22: libguile.h: No such file or directory
make: *** [guile-gtk.x] Error 1
-------------------------------------------------------

What option should I give to configure to read from my guile
include directory ?

          Best regards
          Roland Orre


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to install guile gtk?
  2004-06-15 21:31 How to install guile gtk? orre
@ 2004-06-16 22:12 ` Kevin Ryde
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2004-06-16 22:12 UTC (permalink / raw)
  Cc: guile-user

orre@nada.kth.se writes:
>
> What option should I give to configure to read from my guile
> include directory ?

Make sure you've got your PATH set so you hit the right guile-config
program.  That should add any necessary "-I" option to the CFLAGS.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-16 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-15 21:31 How to install guile gtk? orre
2004-06-16 22:12 ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).