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