Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Type: text/plain;
  charset="iso-8859-1"
From: Tim Prince <tprince@computer.org>
Reply-To: tprince@computer.org
To: Manne Baum <not.really@gmx.de>, cygwin@cygwin.com
Subject: Re: MSVC++ compiling against cygwin headers to link cygwin1.dll
Date: Tue, 10 Dec 2002 05:38:52 -0800
References: <3DF5AD8F.D95F9E80@gmx.de>
In-Reply-To: <3DF5AD8F.D95F9E80@gmx.de>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-Id: <20021210133854.293662CB11@mailout.ywave.com>

On Tuesday 10 December 2002 01:02, Manne Baum wrote:
> Hi,
> Is there a way to use cygwin1.dll by MSVC++ compiler/linker?
>
> I (read FAQ, searched lists and) tried with defines and includes but
> couldn't make MSVC++ compile against cygwin headers like
> 	#include <pthread.h>
> and end up with errors like
> 	...\cygwin\usr\include\sys\_types.h(13) : error C2632: 'long' followed by
> 'long' not allowed
>
>
Lack of support for long long is the least of your problems, but you could 
fix that by hitting the include files with the editor of your choice.

-- 
Tim Prince

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

