Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8242 invoked by uid 1010); 30 Dec 2003 15:03:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8207 invoked from network); 30 Dec 2003 15:03:45 -0000 Received: from unknown (HELO mta1-svc.business.ntl.com) (62.253.164.41) by pb1.pair.com with SMTP; 30 Dec 2003 15:03:45 -0000 Received: from steph2 ([81.98.80.157]) by mta1-svc.business.ntl.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with SMTP id <20031230150344.LRHC281.mta1-svc.business.ntl.com@steph2>; Tue, 30 Dec 2003 15:03:44 +0000 Reply-To: To: "Robert Janeczek" , Date: Tue, 30 Dec 2003 15:17:34 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <20031230092801.70948.qmail@pb1.pair.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: RE: [PHP-DEV] windows build for idiots anywhere? From: steph@php.net ("Steph") References: <20031230092801.70948.qmail@pb1.pair.com> > > You also need: > - bindlib_w32 [http://www.php.net/extra/bindlib_w32.zip] > > got it. > changed configuration to release. tried to build the solution: > > d:\dev\php_source\bindlib_w32\nsap_addr.c(37): error C2491: 'isxdigit' : > definition of dllimport function not allowed > > i`ve commented out the definition of isxdigit and build went fine. http://www.zend.com/lists/php-dev/200302/msg00588.html Try taking bindlib_w32 direct from CVS (tortoise cvs client is fine), this fix is in place there but not in the downloadable zip. Can someone with karma please either update the zip or alter the instructions to tell people to use CVS?