On Thu, Feb 26, 2009 at 7:59 PM, eager_learner
<vijay.sankar.ra...@gmail.com> wrote:
>
> 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.

We use ICU. It's in third_party/icu38. You can use the
build/using_icu.vsprops to set VS to search in these directories for
includes.

Brett

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to