gnash-commit
[Top][All Lists]
Advanced

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

Re: AW: AW: AW: [Gnash-commit] buildbot failure in Gnash on gnash-win32-


From: Dossy Shiobara
Subject: Re: AW: AW: AW: [Gnash-commit] buildbot failure in Gnash on gnash-win32-win2000
Date: Mon, 7 Apr 2008 09:36:32 -0400
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On 2008.04.07, Dossy Shiobara <address@hidden> wrote:
> I just read through /mingw/include/c++/3.4.2/ctime, and I see:
> 
>     #include <time.h>

So, ctime includes time.h.

After much dorking around, I remembered something: Windows preserves
case, but isn't case-sensitive.  You introduced "Time.cpp" and "Time.h"
in this recent change ... oops.

I did this:

    $ cd libbase
    $ mv Time.h Time.h.orig
    $ echo "#error libbase/Time.h" > Time.h
    $ make

And, no surprise, I got:

    In file included from 
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:51,
                     from 
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/cwchar:51,
                     from 
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/postypes.h:46,
                     from 
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/iosfwd:50,
                     from 
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ios:44,
                     from 
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ostream:45,
                     from 
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/iostream:45,
                     from extension.cpp:38:
    ./time.h:1:2: #error libbase/Time.h

Can we please rename Time.h?  It's unfortunate that we have to do this,
but ... :-(


-- 
Dossy Shiobara              | address@hidden | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)




reply via email to

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