|
From: Allann J. <all...@gm...> - 2011-05-05 15:57:14
|
I've compiled libxml2-2.7.8 successfully. I've the latest version of mingw-get and updated MinGW system. >From MinGW Shell on Windows XP: The followed steps: - mingw-get install libtool - Uncompress libxml2 - In a directory to build type: <path_to_libxml2_uncompressed>/configure --prefix=<directory_to_install> - make - make install >From installation directory: $ ls bin include lib share $ find bin bin bin/libxml2-2.dll bin/xml2-config bin/xmlcatalog.exe bin/xmllint.exe $ find lib lib lib/libxml2.a lib/libxml2.dll.a lib/libxml2.la lib/pkgconfig lib/pkgconfig/libxml-2.0.pc lib/xml2Conf.sh Try to install the basic packages for development on MSYS from http://sourceforge.net/projects/mingw/files/MSYS/ Try to update your zlib package, manually or using mingw-get: $ mingw-get update zlib or $ mingw-get install zlib Are you on a 64-bit system? Best. 2011/5/4 tal - טל hadad - חדד <ta...@ho...>: > Still doesn't work... Same error. Just for being sure, I have copy the files > both for C:\MinGW and C:\MinGW\msys\1.0 . > I download it from here(under "zlib" line) both Dev and Run-time: > http://www.gtk.org/download-windows.html > Anyone know how to deal it properly? -- -- Allann Jones "I received the fundamentals of my education in school, but that was not enough. My real education, the superstructure, the details, the true architecture, I got out of the public library. For an impoverished child whose family could not afford to buy books, the library was the open door to wonder and achievement, and I can never be sufficiently grateful that I had the wit to charge through that door and make the most of it." (from I. Asimov, 1994) |