Lines Matching refs:guile

5 Q. Configure spews error messages when guile and guile-gtk are installed
10 > checking for guile... /usr/bin/guile
12 (Here we see that your guile is installed in /usr/bin ...)
15 > checking for build-guile-gtk... /usr/local/bin/build-guile-gtk
17 (And here we find that guile-gtk's script "build-guile-gtk" is in
20 > checking for guile-gtk CFLAGS... Backtrace:
21 > In /usr/local/bin/build-guile-gtk:
22 > 105: 0* (define-module (build-guile-gtk) #{:use-module}# ...)
27 > ?: 3* [process-define-module ((build-guile-gtk) #:use-module (#) ...)]
50 And as soon as configure runs `build-guile-gtk cflags`, the guile script
51 blows up. (Likewise for `build-guile-gtk libs` later.)
53 build-guile-gtk cflags
58 This is real error, that build-guile-gtk is looking for a guile module
59 named (gtk-1.2 config) and can't find it. Its is probably because guile
60 doesn't know to look in /usr/local for to find the files of guile code
61 that guile-gtk installed there.
63 I think adding /usr/local/share/guile to your GUILE_LOAD_PATH environment
68 I generally try to install guile-gtk in the same prefix as guile to avoid
70 building a guile-gtk RPM.
73 shipped with guile-gtk itself work before trying to build gwave.
81 sgtk_wrap_gtkobj is certainly related to the guile-gtk package, which you
84 What versions of guile and of guile-gtk do you have? The Gwave readme
87 Most common thing that goes wrong with guile-gtk: installing it into a
90 guile-gtk was installed into /usr/local, is /usr/local/lib either in
92 Next common problem: installing guile-gtk into a different location from
93 guile itself, typical /usr/local vs. /usr. In this case, $GUILE_LOAD_PATH
96 Most trouble-free way to install guile-gtk is to do it the same way you
97 installed guile. Either configure/make/install both from source, or
100 Do the test programs supplied with guile-gtk work?
110 A tour through the guile-1.6.7 source yields what "scm_root" is all
115 guile's configure decided to build with threads or not.
119 into $prefix/include at guile build time. This ghen gets used by
120 the guile-gtk and gwave build process to do the right thing.
123 miscommunicated from the guile build process to the guile-gtk and/or gwave
126 1. Did the guile build+install process install its include files?
127 2. Did guile-gtk and gwave find the _right_ guile includes?
131 4. Are there any other versions of guile laying around?
132 If, for example, you have a guile in /usr but installed another