Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-12 Thread David Mathog
On 2019-12-11 21:23, Vincent Torri wrote: Hello David here is what i am doing with my package installer : https://github.com/vtorri/ewpi/blob/master/packages/libxml2/install.sh version i compile : https://github.com/vtorri/ewpi/blob/master/packages/libxml2/libxml2.ewpi Interesting. Alexey

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread Vincent Torri
Hello David here is what i am doing with my package installer : https://github.com/vtorri/ewpi/blob/master/packages/libxml2/install.sh version i compile : https://github.com/vtorri/ewpi/blob/master/packages/libxml2/libxml2.ewpi hth Vincent Torri On Wed, Dec 11, 2019 at 10:50 PM David Mathog

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread ralph engels
crypt.h should be provided by gnulib since it does not normally exist on windows, sounds like something breaks the build chain. can you post the configure output ? might provide some clue as to what is going on. Den 12-12-2019 kl. 01:17 skrev David Mathog: On 2019-12-11 15:43, ralph engels

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread David Mathog
On 2019-12-11 15:43, ralph engels wrote: that sounds like a bug you need to report to the msys2 mingw-packages developers, libgcrypt should also provide libgcrypt-20.dll and libgcrypt.dll.a not just the header. I didn't phrase that right. It does provide those other files, just NOT

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread ralph engels
that sounds like a bug you need to report to the msys2 mingw-packages developers, libgcrypt should also provide libgcrypt-20.dll and libgcrypt.dll.a not just the header. Den 12-12-2019 kl. 00:39 skrev David Mathog: On 2019-12-11 14:46, Ruben Van Boxem wrote: Op wo 11 dec. 2019 23:31 schreef

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread David Mathog
On 2019-12-11 14:46, Ruben Van Boxem wrote: Op wo 11 dec. 2019 23:31 schreef David Mathog : or some switch used with "./configure". You'll need to pass "--host=i686-w64-mingw32". If you don't, it tries to identify the MSYS2 environment, which in the best case returns something

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread Ruben Van Boxem
Op wo 11 dec. 2019 23:31 schreef David Mathog : > > or some switch > used with "./configure". > You'll need to pass "--host=i686-w64-mingw32". If you don't, it tries to identify the MSYS2 environment, which in the best case returns something Unix-like, which is not what you want. If there are

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread David Mathog
On 2019-12-11 14:14, David Grayson wrote: Have you considered simply installing libxml2 by running this command? pacman -S mingw-w64-i686-libxml2 Yes, but I want to understand why it does not build for me. Also, make sure you are running MSYS2 via mingw32.exe, and that you have

Re: [Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread David Grayson
Have you considered simply installing libxml2 by running this command? pacman -S mingw-w64-i686-libxml2 Also, make sure you are running MSYS2 via mingw32.exe, and that you have installed the proper GCC toolchain: pacman -S mingw-w64-i686-toolchain --David On Wed, Dec 11, 2019 at 1:51

[Mingw-w64-public] libxml2 2.9.7 built a year ago, not now

2019-12-11 Thread David Mathog
Trying to build libxml2 in MSYS2 mingw32. About a year ago using the same commands 2.9.7 built without problems. Now neither 2.9.10 nor 2.9.7 will build, both failing in the "python" part of the build. After downloading and unpacking libxml2 2.9.10 (2.9.7 acts the same) did: #in an MSYS2