libxml2 libs for win32?

php.internals

Wez Furlong

22 years ago
hey, I just tried to build php5 on my new machine using a fresh checkout and sync'ing from Edins magic box of libs, and the build fails: php5ts.dll.def : error LNK2001: unresolved external symbol _libiconv_version php5ts.dll.def : error LNK2001: unresolved external symbol libiconv_set_relocation_prefix Release_TS\php5ts.lib : fatal error LNK1120: 2 unresolved externals LINK : fatal error LNK1141: failure during build of exports file I tried upgrading my xml libs to Rob's latest stuff but found that the .def file is a bit ca-ca. (loads of unresolved libxml functions). I tried copying libs across from my known-good box, but get the same problems. I can get things to link by commenting the offending lines (and hacking the iconv extension), but found that doing it that way requires a separate iconv.dll. I thought the goal was to have a big static libxml2_a.lib that included all the iconv stuff (so no need for iconv.dll's), and have the .def file export all those things (which is what it appears to be trying to do). --Wez.

Wez Furlong

22 years ago
Ugh, looks like I had a combination of a junk folder and junked files (Edin; your rsync stuff is broken :-) Lets try again with sensible data... --Wez. ----- Original Message ----- From: "Wez Furlong" <wez@thebrainroom.com> To: <internals@lists.php.net> Sent: Thursday, March 11, 2004 1:05 AM Subject: [PHP-DEV] libxml2 libs for win32?
> hey, > > I just tried to build php5 on my new machine using a fresh checkout > and sync'ing from Edins magic box of libs, and the build fails: > > php5ts.dll.def : error LNK2001: unresolved external symbol
_libiconv_version

Edin Kadribasic

22 years ago
On Thursday 11 March 2004 02:23, Wez Furlong wrote:
> Ugh, looks like I had a combination of a junk folder and junked files > (Edin; your rsync stuff is broken :-)
Yes yes, I know. I had a file system corruption (reiserfs) due to the bad memory chip. Will sync from the master source from a trusted NTFS partition ;) Edin