[Ecls-list] Problem compiling latest CVS with mingw/MSYS under Windows.

John Connors johnc at yagc.ndo.co.uk
Thu Jan 20 02:58:24 UTC 2005


There are similar problems with ecls/src/tcp.d - the #if  _MSC_VER 
seemingly needs to be #if defined(_MSC_VER) || defined(mingw)..


Cyborg Animation Programmer
http://yagc.blogspot.com
http://badbyteblues.blogspot.com



Goffioul Michael wrote:
>>ecls/src/error.d #inlcudes the windows header when compiled with MSVC 
>>but appears to need it for mingw as well as FEwin32_error 
>>uses win32 API 
>>functions and is #ifdefe'd in for mingw and MSVC.
>>
>>I'm not sure if it's correct to inlcude windows.h for mingw here, but 
>>that's my temporary fix.
> 
> 
> An error of mine. Fixed.
> 
> Michael.
> N�×­zf��+,��좷�o ^j�az�,ï¿




More information about the ecl-devel mailing list