gnash-commit
[Top][All Lists]
Advanced

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

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


From: Benjamin Wolsey
Subject: AW: [Gnash-commit] buildbot failure in Gnash on gnash-win32-win2000
Date: Mon, 7 Apr 2008 06:05:28 +0000 (GMT)

> I just read through /mingw/include/c++/3.4.2/ctime, and I see:
> 
>     #include 
> 
>     // Get rid of those macros defined in  in lieu of real functions.
>     #undef clock
>     #undef difftime
>     #undef mktime
>     #undef time
>     #undef asctime
>     #undef ctime
>     #undef gmtime
>     #undef localtime
>     #undef strftime
> 


That all looks quite normal to me. I wonder, though, if there is a problem with
case insensitivity. I called the new files Time.h and Time.cpp, and as they
come at the top of the include path, mingw may include Time.h instead of
time.h - with obvious results - if it can't distinguish between the names. I 
read
somewhere case problems can arise with FAT file systems.

The easy solution would then be to rename the files. Fortunately they
aren't included in that many places, so it wouldn't be a big job.

Benjamin



      __________________________________________________________
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang..
http://de.overview.mail.yahoo.com





reply via email to

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