Re: [Chicken-users] file-exists? is missing
Turns out I was linking against an object file compiled from sources that did : (declare (unit file)) All good now. Thanks! ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] file-exists? is missing
On Sat, Jun 08, 2019 at 07:48:54PM +, Mathieu wrote: > Hi Schemers, > > Just noticed that the following : > > (import (chicken file)) > (file-exists? "anything") > > Gives the following error at runtime : > > unbound variable: chicken.file#file-exists? > > Using csc5 under FreeBSD. Hi Mathieu, I can't reproduce this. Can you try rebuilding from scratch? Cheers, Peter signature.asc Description: PGP signature ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
[Chicken-users] file-exists? is missing
Hi Schemers, Just noticed that the following : (import (chicken file)) (file-exists? "anything") Gives the following error at runtime : unbound variable: chicken.file#file-exists? Using csc5 under FreeBSD. Thanks, Mathieu ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users