Re: [xml] Port of libxml for MPE/iX



On Fri, Jan 18, 2002 at 04:56:21PM +0100, Henke, Markus wrote:
[...] There is still 3 references in xmlIO.c,
globals.c and xmlcatalog.c . It seems at least the first one 
would need
to be fixed.
The one in globals.c had made trouble when build on MPE, maybe
you could fix it too?

  easy, simply replace it by
   gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
should work. I just removed all 3 occurence left of strdup from 
libxml2 code.

and several missing 'static' modifier, but that's rather
cosmetic.

  Where ? Might be already fixed in 2.4.13 ... or not.
These are the two i know for shure, maybe there are more...
http://mail.gnome.org/archives/xml/2001-December/msg00060.html

  Those should be fixed too, I remember doing it.

I'm shure that this is a ugly hack, maybe one could make
this more elegant (conditional)...

  what's the platform informations reported by configure ?
---------------------------------------------
shell/iX> ./configure
loading cache ./config.cache
checking host system type... hppa1.0-hp-mpeix
---------------------------------------------
That's what you mean?

  Yep that should be sufficient to force the use of Trio at least.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]