X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-Trace: 89390354/mk-filter-2.mail.uk.tiscali.com/B2C/$b2c-THROTTLED-DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/79.66.94.76/None/johne53 AT tiscali DOT co DOT uk X-SBRS: None X-RemoteIP: 79.66.94.76 X-IP-MAIL-FROM: johne53 AT tiscali DOT co DOT uk X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAIuM7UhPQl5M/2dsb2JhbACEYroCgWo X-IronPort-AV: E=Sophos;i="4.33,382,1220223600"; d="scan'208";a="89390354" Message-ID: <011201c92a05$531a5ed0$4001a8c0@mycomputer> From: "John Emmas" To: References: <001901c929f3$030ee7b0$4001a8c0 AT mycomputer> <042101c929fb$1a61d8c0$9601a8c0 AT CAM DOT ARTIMI DOT COM> Subject: Re: __CYGWIN_USE_BIG_TYPES__ Date: Thu, 9 Oct 2008 12:51:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 ----- Original Message ----- From: "Dave Korn" Subject: RE: __CYGWIN_USE_BIG_TYPES__ > > Nope. Don't define it any way at all, it's private. > > [...] > > #include > Thanks Dave, That got rid of the _off64_t problem but by some route which I haven't yet worked out, '/usr/unclude/pthread.h' is now getting included - and this gives me a new error:- \usr\include\pthread.h: 77: error: `pthread_attr_t' was not declared in this scope By reading various comments in header files it looks like pthread_attr_t should point to a dummy struct and this gets done in cygwin/types.h - but if I #include that I get the original problem back. Presumably I need to #include somethine else, as well as sys/types.h ? Cheers, John -- 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/