This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

struct tm problem


Hello,
I have downloaded some c++ libraries and tried to download them.But All of
them give an error like :
"'struct tm' has no member called 'tm_gmtoff'"
(tm is defined as 'time_t t; time(&t);tm* ptm = localtime(&t);')
tm is defined in time.h..
What's the problem and what should I do?
Thanks
(sorry if this is posted twice,I had a problem in my MailBox and I couldn't
get this post and probable Replies)


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]