-----Ursprüngliche Nachricht----- Von: "Helmut Kudrnovsky" <[email protected]> Gesendet: 12.02.2011 19:29:49 An: [email protected] Betreff: compiling in osgeo4w - configure: error: *** Unable to locate zlib library.
>On Sat, 12. Feb 2011 at 19:05:31 +0100, Helmut Kudrnovsky wrote: >> c:/OSGeo4W/include/io.h:41: error: redefinition of typedef 'intptr_t' > >Where is that io.h from? I don't have one - so it's probably not from >osgeo4w. if i comment out line 112-114 of cpl_config.h: /* VC6 doesn't known intptr_t */ #if (_MSC_VER <= 1200) typedef int intptr_t; #endif compiling is starting. for comparison the related in io.h: #ifndef _INTPTR_T_DEFINED #define _INTPTR_T_DEFINED #ifdef _WIN64 typedef __int64 intptr_t; #else typedef int intptr_t; #endif #endif best regards Helmut ___________________________________________________________ Empfehlen Sie WEB.DE DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.web.de _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
