Bug in CVS guile

2000-06-01 Thread Ian Grant
have any external scm_ symbols at all. I've tried with both libtool 1.3.4 and 1.3.5 and got the same result. Ian -- Ian Grant, Computer Lab., New Museums Site, Pembroke Street, Cambridge Phone: +44 1223 334420 Personal e-mail: iang at pobox dot com

Re: Bug in CVS guile

2000-06-01 Thread Ian Grant
R readline.c in the guile-readline directory then I get just two lines: # 1 "readline.c" and # 525 "readline.c" separated by lots of blank lines. Ian -- Ian Grant, Computer Lab., New Museums Site, Pembroke Street, Cambridge Phone: +44 1223 334420 Personal e-mail: iang at pobox dot com

Re: Bug in CVS guile

2000-06-06 Thread Ian Grant
ne library hasn't been configured, but I don't know how hard this would be to do. Thanks for your help on this. Ian -- Ian Grant, Computer Lab., New Museums Site, Pembroke Street, Cambridge Phone: +44 1223 334420 Personal e-mail: iang at pobox dot com

Problem with 1.4pre3 on OSF1 native cc

2000-06-20 Thread Ian Grant
(SCM_CELLPTR) (SCM_UNPACK (x))) ! #define PTR2SCM(x) (SCM_PACK ((scm_bits_t) (x))) #endif /* def _UNICOS */ -- Ian Grant, Computer Lab., New Museums Site, Pembroke Street, Cambridge Phone: +44 1223 334420 Personal e-mail: iang at pobox dot com

Re: Problem with 1.4pre3 on OSF1 native cc

2000-06-20 Thread Ian Grant
> #ifdef SOMETHING > # define SOMETHING_ELSE Yes it does! Ian -- Ian Grant, Computer Lab., New Museums Site, Pembroke Street, Cambridge Phone: +44 1223 334420 Personal e-mail: iang at pobox dot com

Re: very obscure problem, help needed

2000-10-09 Thread Ian Grant
to scm_makfromstr (possibly via scm_makfrom0str). This copies the string pointed to by the return value from the postgres client library into a freshly allocated (from scm_makstr) guile string. Thereafter it should behave as any guile string does. Does anybody know of any bugs with shared sub

Re: guile-1.4/ice-9/and-let*.scm

2000-10-20 Thread Ian Grant
> Not really a very sensible file name is it? On a sensible operating system it's OK :-) It's a feature of the module system that the file must be so named. I believe this will be fixed when the new module system arrives. Ahem. Ian -- Ian Grant, Computer Lab., New Museums S

guile-1.5.4 srfi-14

2001-10-29 Thread Ian Grant
sizet k = 0; + size_t k = 0; SCM_VALIDATE_STRING (1, str); if (SCM_UNBNDP (base_cs)) @@ -589,7 +589,7 @@ { long * p; char * s; - scm_sizet k = 0; + size_t k = 0; SCM_VALIDATE_STRING (1, str); SCM_VALIDATE_SMOB (2, base_cs, charset); -- Ian Grant, Computer Lab., William

Re: guile-1.5.4 srfi-14

2001-10-31 Thread Ian Grant
>From: Ian Grant <[EMAIL PROTECTED]> >Date: Mon, 29 Oct 2001 10:34:00 + > >guile-1.5.4 looks good! I got a compile error when using >--disable-deprecated. Here's a patch: > > thanks for the patch. unfortunately, i believe it is counter to th