Le 5/6/2005, "Lionel Thiry" <lthiryidontwantspam / skynetnospam.be> a
ñÄrit:
>Daniel Berger a ñÄrit :
>> Lionel Thiry wrote:
>>>I launch it, I then launch make (the mingw version of make, I don't have
>>>M$ make. Someone know where I can freely get it?)
>>
>>
>> http://www.rubygarden.org/ruby?WindowsCompiler
>>
>> If you follow these instructions, you should have nmake.
>>
>
>I have it now, and it still don't work. There is something about a
>missing windows.h that I can't find anywhere. I can't find excepted in
>my MinGw include dir, but if I add it to the INCLUDE var, I get another
>bunch of errors (probably some kind of incompatibilities between cl
>compiler and mingw headers)

You should not be mixing cl and MinGW... use whichever tool your
version of Ruby was compiled with. You can get the MS tools as a
free (your soul does not count) download if you need them.

>Lionel Thiry

E

--
template<typename duck>
void quack(duck& d) { d.quack(); }