Hello I am trying to integrate & test a third party library available in source into the Visual Studio 2008 Pro environment. The problem seems to be that the third_party/libxml/win32/include/xmlversion.h file defines LIBXML_ICU_ENABLED.
This causes encoding.h to include unicode/ucnv.h which seems unavailable on Windows. So either I #ifdef around the third party library source but that would be a bad hack. So the question is should LIBXML_ICU_ENABLED be defined in third_party/ libxml/win32/include/xmlversion.h . My guess is that someone used cygwin to generate this xmlversion.h. Can someone please throw some light on this? Perhaps Daniel Veillard could comment. Thanks --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
