[geos-devel] building geos 2.2.1 using Visual Studio 8

Bart van den Eijnden (OSGIS) bartvde at xs4all.nl
Mon Apr 3 12:39:10 EDT 2006


Hi list,

after applying this change the makefile from Mateusz does build a 
geos.lib successfully using the 2.2 branch.

If I use all the 2.2 stuff from CVS (so CVS makefile), it builds a 
geos.dll successfully as well.

Clean does not work though using the CVS makefile: too long. Stop.

Best regards,
Bart

Mateusz Łoskot wrote:

>Bart van den Eijnden (OSGIS) wrote:
>  
>
>>io\markup\MarkupSTL.cpp(916) : error C2440: '=' : cannot convert from
>>'const cha
>>r *' to 'char *'
>>       Conversion loses qualifiers
>>    
>>
>
>Home made fix is:
>
>go to io\markup\MarkupSTL.cpp file, move to line 913:
>
>char* pFound;
>
>and change it to read:
>
>const char* pFound;
>
>Now it should work.
>
>Cheers
>  
>


-- 
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl




More information about the geos-devel mailing list