Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <006901c5615a$85bec4b0$7d01a8c0@keloasc60pobkb> From: "Alireza Ghasemi" To: Subject: struct tm problem Date: Wed, 25 May 2005 23:14:38 +0430 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/