X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-Trace: 86385678/mk-filter-3.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: ApsEABNu7UhPQl5M/2dsb2JhbACEYroPgWo X-IronPort-AV: E=Sophos;i="4.33,382,1220223600"; d="scan'208";a="86385678" Message-ID: <001901c929f3$030ee7b0$4001a8c0@mycomputer> From: "John Emmas" To: Subject: __CYGWIN_USE_BIG_TYPES__ Date: Thu, 9 Oct 2008 10:40:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; 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 I'm having a few problems with '_off64_t' not being recognised as a valid type. For example, in expressions such as:- typedef _off64_t off_t; which appears in /usr/include/cygwin/types.h Is __CYGWIN_USE_BIG_TYPES__ only appropriate for 64-bit platforms? In other words, should I #define it to 0 for a 32-bit platform? If not, what do I need to #include in order to get a valid type for _off64_t ? Hope that all makes sense. Thanks, 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/