Re: [xml] The order of arguments when compiling

2012-02-17 Thread Earnie Boyd
On Fri, Feb 17, 2012 at 7:12 AM, wrote: are you aware of the LIBS option? Something like make LIBS=`xml2-config --libs` -- Earnie -- https://sites.google.com/site/earnieboyd ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org

Re: [xml] Release candidate 1 of libxml2 2.8.0

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 8:34 AM, Jon jon.for...@gmail.com wrote:   I finally managed to go though all the patches which accumulated in Gnome bugzilla and do the various necessary cleanups to try to get a release. There is however *many* changes, especially on the portability side which I just

Re: [xml] Release candidate 1 of libxml2 2.8.0

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 12:14 PM, Michael Ludwig mil...@gmx.de wrote: Earnie Boyd schrieb am 18.05.2012 um 11:01 (-0400): On Fri, May 18, 2012 at 8:34 AM, Jon jon.for...@gmail.com wrote: Win7 32bit using a msys/mingw-w64 toolchain with gcc 4.7.1. Whose GCC build are you using? Looks like

Re: [xml] Release candidate 1 of libxml2 2.8.0

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 11:01 AM, Earnie Boyd wrote: I'll try to enable python to see where I get with it. I was able to confirm all python27 tests except for thread2.py but that is because of --without-threads. I had to play games though. I needed to add /builddir/.libs to PATH so

Re: [xml] Release candidate 1 of libxml2 2.8.0

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 12:53 PM, Jon wrote: On Fri, May 18, 2012 at 12:30 PM, Earnie Boyd wrote: On Fri, May 18, 2012 at 12:14 PM, Michael Ludwig mil...@gmx.de wrote: Earnie Boyd schrieb am 18.05.2012 um 11:01 (-0400): On Fri, May 18, 2012 at 8:34 AM, Jon jon.for...@gmail.com wrote: Win7

Re: [xml] Release candidate 1 of libxml2 2.8.0

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 1:23 PM, Earnie Boyd wrote: On Fri, May 18, 2012 at 11:01 AM, Earnie Boyd wrote: I needed to add /builddir/.libs to PATH so that the DLLs could be found on PATH. This is probably due to a bug in more recent libtools for the Windows environment. Libtools is supposed

Re: [xml] The issue around LoadLibrary on Windows

2012-05-25 Thread Earnie Boyd
On Thu, May 24, 2012 at 11:01 PM, Daniel Veillard wrote: On Wed, May 23, 2012 at 05:41:35PM +0800, Daniel Veillard wrote:   C.f. the bug Fix windows unicode build   https://bugzilla.gnome.org/show_bug.cgi?id=638650 and the previous discussions here:  

Re: [xml] libxml2 2.8.0 -- configure problem

2012-07-23 Thread Earnie Boyd
On Mon, Jun 4, 2012 at 9:14 AM, Fred Smith wrote: I’m attempting to run the configure script of libxml 2.8.0 on a Centos 5.8 system, and I keep getting this: /bin/rm: cannot remove `libtoolT': No such file or directory Advice would be appreciated. You can ignore the error since it was

Re: [xml] Release of libxml2-2.8.0

2012-07-23 Thread Earnie Boyd
On Thu, May 24, 2012 at 3:28 PM, Gregg Smith wrote: Hello, wsockcompat.h line 44 should be #ifdef _MSC_VER not #ifNdef _MSC_VER, msvc needs those defines. Note _MSC_VER is only defined when building with MSVC. If other Windows compilers should use the definitions filtered by it then _WIN32

Re: [xml] The issue around LoadLibrary on Windows

2012-07-23 Thread Earnie Boyd
On Mon, Jul 23, 2012 at 11:33 AM, Nikolay Sivov wrote: On 7/23/2012 17:23, Earnie Boyd wrote: How would that ignore the UNICODE work? Defining UNICODE will cause the API to do different things. This define only controls macros so if you want LoadLibraryW nothing stops you to use

Re: [xml] libxml2 cross-compilation Python

2012-08-19 Thread Earnie Boyd
On Sat, Aug 18, 2012 at 10:41 PM, Daniel Veillard wrote: Okay, so I assume there is no solution at this point (I think most users/distro didn't switch yet to python 3, so we can't even be proactive with a 3.3 future release). It is a shame really. Maybe a concerted effort similar to PHP

Re: [xml] xmlXPathNodeSetSort performance

2012-08-29 Thread Earnie Boyd
On Tue, Aug 28, 2012 at 8:10 PM, Rob Richards wrote: On Aug 28, 2012, at 4:10 PM, Roumen Petrov wrote: Rob Richards wrote: This broke the win build (VS 2008 and below) as it doesn't contain stdint.h Ok but this mean that VS 2010 and later contain this file, right ? Outside on windows I

Re: [xml] runtest mystery bug: name2.xml error case regression test

2012-09-07 Thread Earnie Boyd
On Fri, Sep 7, 2012 at 3:22 AM, Daniel Veillard wrote: On Fri, Sep 07, 2012 at 01:32:38AM -0400, Daniel Richard G. wrote: Could you try it in an out-of-source build? hum, you mean generating a tarball, and them ./configure make make check in the tree extracted from the tarball or doing

Re: [xml] [PATCH] Windows build fixes

2012-09-18 Thread Earnie Boyd
On Tue, Sep 18, 2012 at 5:04 PM, Roumen Petrov wrote: Daniel Richard G. wrote: An MSVC6 build fails with the following additional error: timsort.h(75) : error C2059: syntax error : 'bad suffix on number' timsort.h(75) : error C2146: syntax error : missing ')' before identifier 'L'

Re: [xml] [PATCH] Windows build fixes

2012-09-19 Thread Earnie Boyd
On Tue, Sep 18, 2012 at 5:56 PM, Daniel Richard G. wrote: On Tue, 18 Sep 2012, Earnie Boyd wrote: Ok It was not tested with so old compilers. IMO, it should not be. MSVC6 is near dead. I suppose it would depend on if you want to support Windows 95 and before. MSVC6 is still used

Re: [xml] Error on first page of http://www.xmlsoft.org/

2012-11-06 Thread Earnie Boyd
On Tue, Oct 30, 2012 at 10:20 AM, tony.r...@bull.net wrote: Hi, The link from OASIS XML Tests Suite. to page : http://www.oasis-open.org/committees/xml-conformance/ reaches a page-not-found message. It became https://www.oasis-open.org/committees/xmlconf -- Earnie --

Re: [xml] MSYS and MINGW: undefined reference to _imp__xmlFree

2012-11-23 Thread Earnie Boyd
On Thu, Nov 22, 2012 at 5:48 PM, Roumen Petrov wrote: Hi Earnie, Earnie Boyd wrote: [SNIP] At least it is not a regression from the previous version. For whatever reason those ebcdic tests have never worked on Windows. No issue is not related to platform. Those tests does not work