gnash-commit
[Top][All Lists]
Advanced

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

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


From: Dossy Shiobara
Subject: Re: AW: [Gnash-commit] buildbot failure in Gnash on gnash-win32-win2000
Date: Sun, 6 Apr 2008 16:05:54 -0400
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On 2008.04.06, Benjamin Wolsey <address@hidden> wrote:
> > The Buildbot has finished a build of gnash-win32-win2000 on Gnash.
...
> > BUILD FAILED: failed compile
> 
> This looks like it might be something I've done (timer changes), but
> the error comes from the include of iostream in the first file it
> tries to compiler. Someone who knows mingw?

The specific errors are:

c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:66: 
error: `::clock_t' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:68: 
error: `::tm' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:70: 
error: `::clock' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:71: 
error: `::difftime' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:72: 
error: `::mktime' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:73: 
error: `::time' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:74: 
error: `::asctime' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:75: 
error: `::ctime' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:76: 
error: `::gmtime' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:77: 
error: `::localtime' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ctime:78: 
error: `::strftime' has not been declared

On Win32, ::strftime() is defined in time.h.  Where are you including
time.h?  sys/time.h != time.h, FWIW.


-- 
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]