chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] inconsistent (directory?)


From: felix winkelmann
Subject: Re: [Chicken-users] inconsistent (directory?)
Date: Mon, 14 Nov 2005 18:48:18 +0100

(Sorry, I'm a bit behind with bugfixes)

I'd say we should fix posixwin, but I have to check out
the exact problem first...


cheers,
felix

On 11/10/05, Daishi Kato <address@hidden> wrote:
> Hi,
>
> using 2.2 on linux and windows:
>
> Version 2, Build 2 - linux-unix-gnu-x86 - [ dload ]
> (c)2000-2005 Felix L. Winkelmann
> #;1> (use posix)
> ; loading library posix ...
> #;2> (directory? "./")
> #t
> #;3>
>
> Version 2, Build 2 - windows-msvc-x86 - [ dload ]
> (c)2000-2005 Felix L. Winkelmann
> #;1> (use posix)
> ; loading library posix ...
> #;2> (directory? "./")
> #f
> #;3>
>
>
> I guess this is why spiffy on windows
> returns 404 for http://localhost:8080/.
>
> Would you fix posixwin or spiffy?
>
> Daishi
>
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]