On Mon, 24 Feb 2003, David A. Desrosiers wrote:
> > The only solutions I see are
> >
> > 1. fix gcc so it is case sensitive w.r.t. locating include files.
>
> Impossible, given the underlying filesystem (Windows)
Not true. When reading the file information you do get the filename
in the 'natural' case.
Python uses this to fail importing modules specified with the wrong
case (e.g. you have a module Foo.py then "import foo" fails under
Windows just as it would under Unix).
I.e. it is not easy to do as it requires extra work for "that other OS"
but it is not impossible.
[...]
Holger
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev