X-Spam-Check-By: sourceware.org Message-ID: <43C4E09F.728D2B6F@dessent.net> Date: Wed, 11 Jan 2006 02:40:31 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Conflicting Types for wchar_t References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Mike Smith wrote: > In file included from pltsum_lib.c:13: > C:/cygwin/usr/X11R6/include/X11/Xlib.h:83: error: conflicting types for 'wchar_t ^^^^^^^ This looks wrong. You should never see gcc reporting a path beginning with "c:/" in Cygwin because cygwin uses posix paths. It makes me think you're mixing mingw and cygwin elements which can lead to errors. As requested in we will need much more information to help you: the exact command you're using to compile, the nature of the thing you're trying to compile, your cygcheck output, and so on. Brian -- 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/