Re: [PHP-DEV] Re: [INTERNALS-WIN] Re: [PHP-CVS] cvs: php-src /win32/build confutils.js
[email protected] ("Steph Fox")
| Newsgroups | php.internals,php.internals.win |
|---|---|
| Message-ID | <036601c8ec07$91a36570$a7bd614d@foxbox> |
>> Does anyone know the conditions that broke the script in HEAD, e.g. which >> extension/what was missing? Even throwing away the libxml libraries >> doesn't >> cause an error here. > > Easiest way to reproduce the runtime error in confutil is to empty the > lib/ dir and leave only resolv's files. Heh... Checking for arpa\nameser.h ... ..\bindlib_w32 Checking for library resolv_a.lib ... <not found> Checking for library resolv.lib ... <not found> ERROR: We really need that arpa\nameser.h file - it is part of the bindlib package Actually with that fixed, the thing *still* works for me in HEAD. Sounds like a good idea but... doesn't help here. I'm going to drop this for now and investigate when I've time. But it really wasn't a nasty merging accident (unlike the other one), it's just a weird and - for me at least - unreproducible error. - Steph