Re: [Mingw-w64-public] #include fails without -I...include/ddk

2010-07-24 Thread Ozkan Sezer
On Sat, Jul 24, 2010 at 2:56 PM, Henry N. wrote: > On 20.06.2010 18:43, Doug Semler wrote: >> >> On Sun, Jun 20, 2010 at 12:03 PM, Henry N. >>  wrote: >>> >>>  Hello, >>> >>> in the 32 bit build environment a simple include like >>> >>>  >>>  cat check.c>>> >>>     #include >>> <<<  end check.c<<<

Re: [Mingw-w64-public] #include fails without -I...include/ddk

2010-07-24 Thread Henry N.
On 20.06.2010 18:43, Doug Semler wrote: > On Sun, Jun 20, 2010 at 12:03 PM, Henry N. wrote: >> Hello, >> >> in the 32 bit build environment a simple include like >> >> >>> cat check.c>>> >> #include >> <<< end check.c<<< >> >> works with that command line: >> >> i686-pc-mingw32-gcc

Re: [Mingw-w64-public] #include fails without -I...include/ddk

2010-06-20 Thread Doug Semler
On Sun, Jun 20, 2010 at 12:03 PM, Henry N. wrote: >  Hello, > > in the 32 bit build environment a simple include like > >  >>> cat check.c >>> >     #include > <<< end check.c <<< > > works with that command line: > >     i686-pc-mingw32-gcc -c check.c > > With the 64 bit toolchain (20100604_seze

[Mingw-w64-public] #include fails without -I...include/ddk

2010-06-20 Thread Henry N.
Hello, in the 32 bit build environment a simple include like >>> cat check.c >>> #include <<< end check.c <<< works with that command line: i686-pc-mingw32-gcc -c check.c With the 64 bit toolchain (20100604_sezero) and headers from mingw-w64/experimental/ddk_test SVN 2511: