Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23037 invoked from network); 23 Mar 2003 16:08:41 -0000 Received: from unknown (HELO mail.digarc.com) (216.204.113.51) by pb1.pair.com with SMTP; 23 Mar 2003 16:08:41 -0000 Received: from ctd01 (dsta-aa203.pivot.net [66.186.171.203]) by mail.digarc.com (8.11.6/8.11.2) with SMTP id h2NHoLE01288 for ; Sun, 23 Mar 2003 12:50:21 -0500 Message-ID: <016701c2f156$f6d83080$06dea8c0@cyberware.local> To: "php-dev" References: <1048001497.1516.3.camel@localhost.localdomain> <001901c2ed6f$b3be6f70$0301a8c0@TRABAJOS2> Date: Sun, 23 Mar 2003 11:12:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Win 32 Build problem From: rrichards@digarc.com ("Rob Richards") I am trying to do a win 32 build from the latest cvs source. After 842 errors I am trying to go through them to figure out what the problems are that I am having. The largest source of errors seems to be a change made in February to the use of winsock2. winsock.h is getting pulled in first from /arpa/inet.h from the win32build tools (via the php.h include). This is causing many redefinition; different linkage errors. In order to get rid of the errors and allow the the problem files to be created I include the winsock2.h file prior to including the php.h file. Does any know wether this may o may not cause any unexpected problems? The files I found the problems in were: main/fopen_wrappers.c main/mergesort.c extc/ftp/ftp.c ext/standard/dns.c ext/standard/ftp_fopen_wrapper.c ext/standard/http_fopen_wrapper.c ext/mysql/php_mysql.c ext/odbc/php_odbc.c win32/sendmail.c Rob