Re: [xml] Release candidate 1 of libxml2 2.8.0



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 to be adding the .libs path to PATH
before executing and the current release doesn't.  I've already
reported that bug to libtool.

Since I build in a build directory and not the source directory I
needed to copy the following to execute the python tests.

cp -a /src/libxml2-2.8.0/test/* /builddir/test/
cp -a /src/libxml2-2.8.0/python/tests/* /builddir/python/tests/

I will try to figure out how to enable threads properly but this isn't
a show stopper for me.

The missing test directory and also result directory was my issue with threads.

cp -a /src/libxml2-2.8.0/test /builddir/
cp -a /src/libxml2-2.8.0/result /builddir/

There were 10 tests that failed, all related to ebcdic and that is not
a regression.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd



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