Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44021 invoked by uid 1010); 20 Apr 2006 03:43:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44006 invoked from network); 20 Apr 2006 03:43:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2006 03:43:12 -0000 X-Host-Fingerprint: 64.186.239.125 c-064-186-239-125.oc1.redwire.net Linux 2.5 (sometimes 2.4) (4) Received: from ([64.186.239.125:44660] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3F/4B-19715-05307444 for ; Wed, 19 Apr 2006 23:43:12 -0400 Received: from warp (www.kromann.info [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id A9C634040A3; Wed, 19 Apr 2006 20:43:08 -0700 (PDT) To: Nuno Lopes Cc: , , PHPdev X-Mailer: Swwwing 2000 Message-ID: <11455046088920000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Wed, 19 Apr 2006 20:43:28 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] building HEAD on windows From: frank@kromann.info ("Frank M. Kromann") Hi Nuno, I'm working on a fix (actually I have been for a while but my time has been limited) and I just commited the fix to ext/unicode/config.w32. I'll continue working on the other fix tomorrow, unless someone get's there first. - Frank > Hi, > > I'm having some troubles building latest HEAD on windows. > One of the problems is fixed with the patch attatched. > > The other is more problematic. I think Visual Studio is having some problems > with macro expansions. Checkout the errors: > > ext\standard\file.c(1052) : error C2172: '_to_zstr' : actual parameter is > not a pointer : parameter 1 > ext\standard\file.c(1113) : error C2172: '_to_zstr' : actual parameter is > not a pointer : parameter 1 > ext\standard\file.c(1130) : error C2172: '_to_zstr' : actual parameter is > not a pointer : parameter 1 > ext\standard\file.c(1192) : error C2172: '_to_zstr' : actual parameter is > not a pointer : parameter 1 > ext\standard\file.c(2059) : error C2172: '_to_zstr' : actual parameter is > not a pointer : parameter 1 > ext\standard\file.c(2156) : error C2172: '_to_zstr' : actual parameter is > not a pointer : parameter 1 > > After Dmitry's patch to fix the ZSTR() macros, I was already able to build > it, but I don't have luck this time. > Anyone with same problems? > > Nuno >