MSXML3: initial implementation based on libxml2

Dmitry Timoshkov dmitry at baikal.ru
Thu Aug 4 03:38:57 CDT 2005


"Mike McCormack" <mike at codeweavers.com> wrote:

> > | /usr/src/wine-cvs/wine/conftest.c:130: undefined reference to `xmlReadIO'
> 
> > $ rpm -qf $(locate libxml/parser.h)
> > libxml2-devel-2.5.11-0.fdr.1.rh80
> > 
> > Is it too old?
> 
> Well, it's older than the version of libxml2 I'm using here, which is 
> libxml2-2.6.19-i686-1dl for slackware.  If you don't use xmlReadIO, then 
> you could use xmlReadMemory I guess.  The whole file would need to be 
> read into memory first.

Or just mmap'ed. That could be a reasonable workaround.

-- 
Dmitry.




More information about the wine-devel mailing list