Re: [PHP-DEV] Building on Win32

2003-06-14 Thread Andi Gutmans
At 07:22 PM 6/13/2003 -0400, Rob Richards wrote: From: Andi Gutmans > So can someone tell me where the build stands, what the instructions are > and how we can get rid of the need of using a patched version of libxml2? On windows, you really dont need that giant patch. Currently it does need xmlI

Re: [PHP-DEV] Building on Win32

2003-06-13 Thread Sebastian Bergmann
Andi Gutmans wrote: > now the build complains about missing iconv.h iconv is a libxml2 dependency :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ http://www.professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP R

Re: [PHP-DEV] Building on Win32

2003-06-13 Thread Rob Richards
From: Andi Gutmans > So can someone tell me where the build stands, what the instructions are > and how we can get rid of the need of using a patched version of libxml2? On windows, you really dont need that giant patch. Currently it does need xmlInitThreads in the libxml2.def.src/libxml2.def (d

[PHP-DEV] Building on Win32

2003-06-13 Thread Andi Gutmans
Hey, I can't get Win32 to build anymore. Sebastian sent me some patched libxml2 include files and now the build complains about missing iconv.h and not about the missing libxml2 includes anymore. We need to get this whole build going again in a pretty straightforward manner. I understand that t