Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Message-ID: From: Jon Steinar Jonsson To: "'cygwin@sourceware.cygnus.com'" Subject: wchar.h problem Date: Mon, 7 Aug 2000 17:37:23 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.10) Content-Type: text/plain I get compilation errors in wchar.h when compiling a package that builds cleanly on GNU/Linux (also compiles ok on Cygwin b20.1 I've been told) The problem seems to be that size_t is not defined. Shouldn't wchar.h make sure size_t is defined before using it, the way it does with wchar_t? Adding "#define __need_size_t" to wchar.h seems to solve the problem. Steinar Jonsson Steinar.Jonsson@nordpool.com sjonsson@online.no -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com