Hi All! I. cscript configure.js prefix=c:\usr include=c:\usr\include lib=c:\usr\lib zlib=yes II. nmake Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. if not exist bin.msvc mkdir bin.msvc if not exist int.msvc mkdir int.msvc cl.exe /EP /nologo /I..\include /D "_REENTRANT" libxml2.def.src > int.msvc\libxml2.def libxml2.def.src c:\src\libxml2-2.6.3\win32\../include\libxml\xmlversion.h(133) : error C2018: unknown character '0x40'; unicode identifiers are not supported c:\src\libxml2-2.6.3\win32\../include\libxml\xmlversion.h(133) : error C2018: unknown character '0x40'; unicode identifiers are not supported NMAKE : fatal error U1077: 'cl.exe' : return code '0x2' Stop. ====================================== Solution: MSVC patch for preparing xmlPattern api attached. Best Regards, Soslan
Attachment:
Makefile.msvc.patch
Description: Binary data
Attachment:
configure.js.patch
Description: Binary data