Hi,

this has been fixed in master and 8.0 branch, but has not hit yet a release

The patch for 8.0 branch is in https://github.com/MapServer/MapServer/pull/6975

Even

Le 22/04/2024 à 15:06, gorouter via MapServer-users a écrit :
Hi

I am building mapserver 8.0.1 and libxml2 (2.12.6).
I am getting error C2440 in mapwcs.cpp L365 and mapwcs20.cpp L1449.


I have modified those lines: `xmlErrorPtr error = xmlGetLastError();` to `xmlErrorPtr error = (xmlErrorPtr)xmlGetLastError();` to compile.

I don't know the deep implications of all this if there are any.

Error C2440 does not occur in my case if I use libxml2 (2.10.3).

_______________________________________________
MapServer-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/mapserver-users

--
http://www.spatialys.com
My software is free, but my time generally not.

_______________________________________________
MapServer-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to