This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[David Pirotte <david@altosw.be>] Re: guile problem


------- Start of forwarded message -------
Message-ID: <386A1205.19191457@altosw.be>
Date: Wed, 29 Dec 1999 14:52:05 +0100
From: David Pirotte <david@altosw.be>
Organization: Alto Software scrl
To: Jim Blandy <jimb@red-bean.com>
Subject: Re: guile problem
References: <3867A55A.22544CCD@altosw.be> <m3ogbbt3x3.fsf@savonarola.red-bean.com>

Jim Blandy wrote:
> 
> You need a newer Guile --- 1.3 is very old.  1.3.4 is quite stable,
> and has this problem fixed.
> 

Thanks Jim. In fact, I was using 1.3.4 but because of dates on the server,
I thought despite file size, that 1.3 whas "newer".

In fact I dowloaded 1.3 to try to solve a little problem, which I just now posted
to guile-gtk@sourceware.cygnus.com but got rejected.

So, here is my problem, could you forward it to guile-gtk for me? Many thanks if
yes.

David


;;;
;;; guile-gtk and ggl little problem
;;; 

Hello,

I am using

        guile 1.3.4
        guile-gtk 0.17

        david@faust:~ 1 $ env | grep guile
        GUILE_LOAD_PATH=/usr/local/share/guile:/usr/local/share/guile-gtk

I have the "strange" following behavior:

        david@faust:~/alto/projects/guile 6 $ ./ggl.scm
        ERROR: Unbound variable: string-match
        
so does:
        david@faust:~/alto/projects/guile 10 $ guile-gtk -s ./ggl.scm
        ERROR: Unbound variable: string-match
and:
        david@faust:~/alto/projects/guile 27 $ guile-gtk -e main -s ggl.scm
        ERROR: Unbound variable: string-match

Although:

        david@faust:~/alto/projects/guile 11 $ guile
        guile> (load "ggl.scm")
        guile> (ggl)

works perfectly fine!

What is it that I did not understand here?
Many thanks for your help
David
------- End of forwarded message -------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]