Hi all,
After looking through the previous error output of runtest.exe, I realised that most of these errors were due to the installation process not copying two folders required for runtest.exe from C:\DEVEL\libxml2-2.7.6 (source code directory) to C:\opt (installation directory). These folders are: 1. test 2. result The folders above were manually copied as required. I executed runtest.exe from C:\opt (as runtest.exe used relative path starting from C:\opt) with the following command: bin\runtest.exe > libxml2_runtest_log.txt 2>&1 There were 10 remaining errors and they all had to do with ebcdic_566012.xml located in: C:\DEVEL\libxml2-2.7.6\test\ebcdic_566012.xml I’ve attached the output of runtest.exe. I would appreciate it if someone could enlighten me on these remaining errors and how corrections can be made. Much thanks. Regards, Xiangrong. On 15 July 2010 02:02, Xiangrong <[email protected]> wrote: > Hi all, > > I would really appreciate some help in building libxml2 for Windows 32. > > The summary is that I managed to configure, build and install libxml2, but > all its tests from runtest.exe failed. > > Following are the details. > > > > I downloaded the libxml2-2.7.6 source code from > ftp://xmlsoft.org/libxml2/libxml2-2.7.6.tar.gz. > > I extracted and placed the libxml2-2.7.6 folder in C:\DEVEL. > > > > Configuration > > Using the MSVC 10 command prompt, I navigated to the > C:\DEVEL\libxml2-2.7.6\win32 directory and used cscript to configure > libxml2. > > The command used was: > > cscript configure.js compiler=msvc prefix=c:\opt include=c:\opt\include > lib=c:\opt\lib debug=yes iconv=no cruntime=/MT > > > > Compilation > > In the same directory, I compiled libxml2 with the following command: > > nmake /f Makefile.msvc > > > > Installation > > In the same directory, I installed libxml2 with the following command: > > nmake /f Makefile.msvc install > > > > Testing > > After installation, I ran the runtest.exe from C:\opt\bin, and it seemed > all the tests failed. > > I’ve attached the output of runtest.exe. > > > > System > > The system I’m building libxml2 on is: > > Windows XP Professional > > Version 5.1 (Build 2600.xpsp_sp3_gdr.100216-1514 : Service Pack 3) > > > > Requirements for my libxml2 installation: > > I must be able to use it in MSVC++ 10 Express on my system. > > All tests in libxml2 runtest.exe must pass. > > > > I would appreciate if someone could enlighten me on what went wrong and how > corrections can be made. > > Much thanks. > > > > Regards, > > Xiangrong. >
## XML regression tests ## XML regression tests on memory ## XML entity subst regression tests ## XML Namespaces regression tests ## Error cases regression tests ## Error cases stream regression tests ## Reader regression tests ## Reader entities substitution regression tests ## Reader on memory regression tests ## Walker regression tests ## SAX1 callbacks regression tests ## SAX2 callbacks regression tests ## XML push regression tests ## HTML regression tests ## Push HTML regression tests ## HTML SAX regression tests ## Valid documents regression tests ## Validity checking regression tests ## General documents valid regression tests ## XInclude regression tests ## XInclude xmlReader regression tests ## XInclude regression tests stripping include nodes ## XInclude xmlReader regression tests stripping include nodes ## XPath expressions regression tests ## XPath document queries regression tests ## XPointer document queries regression tests ## xml:id regression tests ## URI parsing tests ## URI base composition tests ## Path URI conversion tests ## Schemas regression tests ## Relax-NG regression tests ## Relax-NG streaming regression tests ## Pattern regression tests ## C14N with comments regression tests ## C14N without comments regression tests ## C14N exclusive without comments regression tests ## C14N 1.1 without comments regression tests ## Catalog and Threads regression tests Total 2819 tests, 10 errors, 0 leaks File ./test/ebcdic_566012.xml generated an error File ./test/ebcdic_566012.xml generated an error File ./test/ebcdic_566012.xml generated an error Result for ./test/ebcdic_566012.xml failed File ./test/ebcdic_566012.xml generated an error Result for ./test/ebcdic_566012.xml failed File ./test/ebcdic_566012.xml generated an error Result for ./test/ebcdic_566012.xml failed File ./test/ebcdic_566012.xml generated an error Failed to parse ./test/ebcdic_566012.xml File ./test/ebcdic_566012.xml generated an error Failed to parse ./test/ebcdic_566012.xml File ./test/ebcdic_566012.xml generated an error Failed to parse ./test/ebcdic_566012.xml File ./test/ebcdic_566012.xml generated an error Failed to parse ./test/ebcdic_566012.xml File ./test/ebcdic_566012.xml generated an error
_______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
