Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21986 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70563 invoked by uid 1010); 22 Feb 2006 10:18:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70548 invoked from network); 22 Feb 2006 10:18:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2006 10:18:17 -0000 X-Host-Fingerprint: 212.55.154.24 relay4.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.24:36818] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 56/0E-50685-76A3CF34 for ; Wed, 22 Feb 2006 05:18:15 -0500 Received: (qmail 14313 invoked by uid 0); 22 Feb 2006 10:18:10 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.206) by relay4 with SMTP; 22 Feb 2006 10:18:10 -0000 Received: (qmail 5520 invoked from network); 22 Feb 2006 10:18:10 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00683 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.152.196]) (envelope-sender ) by mta11 (qmail-ldap-1.03) with SMTP for ; 22 Feb 2006 10:18:10 -0000 Message-ID: <006c01c63799$4851c440$0100a8c0@pc07653> To: , "Sebastian Bergmann" References: Date: Wed, 22 Feb 2006 10:18:10 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: [PHP-DEV] Cannot build HEAD on Win32 From: nlopess@php.net ("Nuno Lopes") Yes, I'm also getting a looot of errors. Some statements don't work on MSVS: char *mychar; my_function( (zstr)mychar); VS will say: cannot convert from 'char*' to 'zstr'. This is specially problematic in EMPTY_STR, because it won't allow you to cast it to (zstr). And AFAIR there are no anonymous structs/unions in standard C, so you must define it as a global variable. Nuno ----- Original Message ----- > http://phpfi.com/103442 > > -- > Sebastian Bergmann http://www.sebastian-bergmann.de/ > GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php