X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <4E4F08D3.3060007@users.sourceforge.net>
References: <svliuq67y2.fsf@smsv2-L.wtc.algo>	<4E4D9487.4080103@users.sourceforge.net>	<sv39gy47h5.fsf@smsv2-L.wtc.algo>	<4E4E38B9.9010803@users.sourceforge.net>	<20110819120044.GA2506@calimero.vinschen.de>	<svr54h2ql5.fsf@smsv2-L.wtc.algo>	<4E4F08D3.3060007@users.sourceforge.net>
Date: Sat, 20 Aug 2011 09:31:47 +0200
Message-ID: <CAEwic4YRYiOPP+6AQH_UrnO0pTpc6xYTZrV4bC-esAACXxCOaQ@mail.gmail.com>
Subject: Re: [Mingw-w64-public] i686-w64-mingw32-gcc & ntifs.h
From: Kai Tietz <ktietz70@googlemail.com>
To: mingw-w64-public@lists.sourceforge.net
Cc: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
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

2011/8/20 JonY <jon_y@users.sourceforge.net>:
> On 8/20/2011 02:39, Sam Steingold wrote:
>>> * Corinna Vinschen <pbevaan-pltjva@pltjva.pbz> [2011-08-19 14:00:44 +0200]:
>>>
>>> On Aug 19 18:19, JonY wrote:
>>>> On 8/19/2011 07:37, Sam Steingold wrote:
>>>>>> * JonY <wba_l@hfref.fbheprsbetr.arg> [2011-08-19 06:39:03 +0800]:
>>>>>>
>>>>>> You are supposed to use -I to add the ddk path to gcc.
>>>>>
>>>>> how?
>>>>> I mean, -Iddk does not work because I do not have ddk directory in my
>>>>> build directory.
>>>>> how do I ask i686-w64-mingw32-gcc to print
>>>>> /usr/i686-w64-mingw32/sys-root/mingw/include/ ??
>>>>> thanks!
>>>>
>>>> Try i686-w64-mingw32-gcc -print-sysroot and append /mingw/include/ddk.
>>>
>>> Or just use -I=/mingw/include/ddk
>>
>> cool trick, thanks.
>> now I am still getting those zillions of errors like
>>
>> /usr/i686-w64-mingw32/sys-root/mingw/include/ddk/ntddk.h:2922:26: error: redeclaration of enumerator `WinRestrictedCodeSid'
>> /usr/i686-w64-mingw32/sys-root/mingw/include/winnt.h:2681:413: note: previous definition of `WinRestrictedCodeSid' was here
>>
>> what about those?
>>
>
> hi,
>
> afaik, you aren't supposed to use use winnt.h and ntddk code together,
> but I'm not sure this is accidental, I'll try to the devs and see if
> they have something.
>
> Kai, what do you think?

Yes,

winnt.h is platform header part.  For DDK you should use AFAIR ntdef.h
and/or wdm.h instead.

Regards,
Kai

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

