X-Spam-Check-By: sourceware.org
Message-ID: <43C4E09F.728D2B6F@dessent.net>
Date: Wed, 11 Jan 2006 02:40:31 -0800
From: Brian Dessent <brian@dessent.net>
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Conflicting Types for wchar_t
References: <loom.20060111T005019-670@post.gmane.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <http://cygwin.com/problems.html> 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/

