Hi Jürgen,

>On Sat, 12. Feb 2011 at 21:04:31 +0100, Helmut Kudrnovsky wrote:
>> if i comment out line 112-114 of cpl_config.h:
>> 
>> /* VC6 doesn't known intptr_t */
>> #if (_MSC_VER <= 1200)
>
>I suppose that should read 
>
>#if defined(_MSC_VER) && (_MSC_VER <= 1200)
>
>to work with MinGW.  Does the following patch work for you?
>I'm unsure about the second hunk.

with this changes in cpl_config.h, the issues with io.h and cpl_config.h are 
gone
and compiling is starting normally.

Helmut


___________________________________________________________
WEB.DE DSL Doppel-Flat ab 19,99 &euro;/mtl.! Jetzt mit 
gratis Handy-Flat! http://produkte.web.de/go/DSL_Doppel_Flatrate/2
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to