RE: [xml] Release of libxml2-2.5.8



Hi,

I'm hitting 2 minor problems rebuilding the python bindings for windows.

1. nanohttp.c and nanoftp.c now include <config.h>, which is not
present (and not needed) on windows. I think it's better to
include libxml.h? Patch below.

2. python/tests/reader2.py now reports a minor difference
in the expected error messages (the position of ^ in the message
is not the same). I don't know which version is correct...

-sbi

Index: nanohttp.c
===================================================================
RCS file: /cvs/gnome/gnome-xml/nanohttp.c,v
retrieving revision 1.64
diff -c -r1.64 nanohttp.c
*** nanohttp.c  6 Jul 2003 21:13:49 -0000       1.64
--- nanohttp.c  7 Jul 2003 19:46:38 -0000
***************
*** 77,83 ****
  #include <libxml/nanohttp.h>
  #include <libxml/globals.h>
  #include <libxml/uri.h>
! #include <config.h>
  
  /**
   * A couple portability macros
--- 77,83 ----
  #include <libxml/nanohttp.h>
  #include <libxml/globals.h>
  #include <libxml/uri.h>
! #include <libxml.h>
  
  /**
   * A couple portability macros
Index: nanoftp.c
===================================================================
RCS file: /cvs/gnome/gnome-xml/nanoftp.c,v
retrieving revision 1.49
diff -c -r1.49 nanoftp.c
*** nanoftp.c   21 Jun 2003 14:20:04 -0000      1.49
--- nanoftp.c   7 Jul 2003 19:46:42 -0000
***************
*** 62,68 ****
  #include <libxml/uri.h>
  #include <libxml/nanoftp.h>
  #include <libxml/globals.h>
! #include <config.h>
  
  /* #define DEBUG_FTP 1  */
  #ifdef STANDALONE
--- 62,68 ----
  #include <libxml/uri.h>
  #include <libxml/nanoftp.h>
  #include <libxml/globals.h>
! #include <libxml.h>
  
  /* #define DEBUG_FTP 1  */
  #ifdef STANDALONE 




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