Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15398 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70585 invoked by uid 1010); 12 Mar 2005 13:49:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70567 invoked from network); 12 Mar 2005 13:49:36 -0000 Received: from unknown (HELO gmail.com) (127.0.0.1) by localhost with SMTP; 12 Mar 2005 13:49:36 -0000 X-Host-Fingerprint: 64.233.184.205 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.205:27714] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id C3/7B-31540-073F2324 for ; Sat, 12 Mar 2005 08:49:36 -0500 Received: by wproxy.gmail.com with SMTP id 37so881039wra for ; Sat, 12 Mar 2005 05:49:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MUq7YBMZZ4N5sYVZDebzizlc+/TOHK60YfNFZq2wx6naRbaA7wyyzr1V8fvVrGar4D/AyMtHK8B9NbUxd/qUT2APt16h2PEFzuPb2UoLNjYwYrnF2cEOA05nxWluQQK8GfseALkj5pFCOp3UlQnzQpgHjSn+JPDx3UEox53Bfjs= Received: by 10.54.25.53 with SMTP id 53mr495115wry; Sat, 12 Mar 2005 05:49:34 -0800 (PST) Received: by 10.54.44.57 with HTTP; Sat, 12 Mar 2005 05:49:34 -0800 (PST) Message-ID: <4e89b42605031205497ac6b6e0@mail.gmail.com> Date: Sat, 12 Mar 2005 08:49:34 -0500 Reply-To: Wez Furlong To: John Cant Cc: internals@lists.php.net In-Reply-To: <6.2.1.2.2.20050312075706.028a9380@mail.phdcc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6.2.1.2.2.20050312075706.028a9380@mail.phdcc.com> Subject: Re: [PHP-DEV] building php5 for win32 From: kingwez@gmail.com (Wez Furlong) Your libraries/headers/dlls don't match up. The usual trick to solve this is to recompile the projects using your own compiler and/or use the "right" versions of things. Since you didn't bother pasting the actual error messages (which include the names of the relevant projects), I can't be more specific than that. --Wez. On Sat, 12 Mar 2005 08:01:04 +0000, John Cant wrote: > Hello > > I have been trying to rebuild the php5 DLLs under VC++ V6 SP5 and find that > the following four variables are undefined. > I've bodged some values to make the DLLs compile but the values are clearly > not correct. > Can you tell me what values these should have and where they should be defined? > Everything has been compiled on a clean XP partition. > > // JC bodged definitions > unsigned short *_pctype; > int __mb_cur_max; > char* mysql_character_set_name = NULL; > char* mysql_real_escape_string = NULL; > > Thanks for your help. > > My build command is : > %windir%\system32\cscript /nologo configure.js --enable-snapshot-build > --without-libxml --enable-isapi --with-mysql > output.txt > > Best wishes > John Cant > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >