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);') I guess that tm should be defined in ctime header. What's the problem and what should I do? Thanks
-- 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/