[MapServer-users] Mapserver and Libxml2 (2.12.6)

gorouter gorouter at protonmail.com
Mon Apr 22 06:06:11 PDT 2024


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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20240422/78c38099/attachment.htm>


More information about the MapServer-users mailing list