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
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
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
(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
> #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
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
> 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
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
>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