"Dylan Nicholson" <[EMAIL PROTECTED]> writes:

> Thought I knew what the problem was here, but no such luck...
>
> The line
> scm_c_define_gsubr (s_list, 0, 0, 1, (SCM (*)()) scm_list_copy);
>
> from list.x didn't compile at first, so I tried commenting it out,
> then adding
> static char s_list[]="list";
>
> to list.c (it was only in read.c)
>
> Still, seems like at least some progress!

Please try the attached instead.  These ones are from my own Windows
(MSVC) build of Guile 1.6.4, so they will hopefully work.  (And in
particular, the entry for "list" is a bit different!)

Regards,
        Neil

Attachment: xfiles2.tar.gz
Description: x files 2

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

Reply via email to