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
_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel