Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14044 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43958 invoked by uid 1010); 11 Dec 2004 11:00:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42905 invoked from network); 11 Dec 2004 11:00:13 -0000 Received: from unknown (HELO orion.naeberg.org) (195.137.249.185) by pb1.pair.com with SMTP; 11 Dec 2004 11:00:13 -0000 Received: from ip-228.net-81-220-166.nice.rev.numericable.fr ([81.220.166.228] helo=[192.168.230.101]) by orion.naeberg.org with esmtpa (Exim 4.43 (FreeBSD)) id 1Cd4yz-0007kb-1Y for internals@lists.php.net; Sat, 11 Dec 2004 12:00:13 +0100 Message-ID: <41BAD33B.1000908@naedev.org> Date: Sat, 11 Dec 2004 12:00:11 +0100 User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orion.naeberg.org X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - naedev.org X-Source: X-Source-Args: X-Source-Dir: Subject: HEAD Branch, iconv and freebsd From: fulax@naedev.org (Cyprien Nicolas) Hi folks I get the error when I try to compile last cvs files from the HEAD onto FreeBSD 5.1 gcc -I"/usr/include" -Iext/iconv/ -I/usr/src/php/php-head-cgi/ext/iconv/ -DPHP_ATOM_INC -I/usr/src/php/php-head-cgi/include -I/usr/src/php/php-head-cgi/main -I/usr/src/php/php-head-cgi -I/usr/src/php/php-head-cgi/Zend -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/src/php/php-head-cgi/ext/mbstring/oniguruma -I/usr/src/php/php-head-cgi/ext/mbstring/libmbfl -I/usr/src/php/php-head-cgi/ext/mbstring/libmbfl/mbfl -I/usr/local/include/ming -I/usr/local/include/mysql -I/usr/local/include/tidy -I/usr/include/libxml2 -I/usr/src/php/php-head-cgi/TSRM -g -O2 -c /usr/src/php/php-head-cgi/ext/iconv/iconv.c -o ext/iconv/iconv.o && echo > ext/iconv/iconv.lo In file included from /usr/src/php/php-head-cgi/ext/iconv/iconv.c:40: /usr/src/php/php-head-cgi/ext/iconv/php_iconv.h:42:44: ext/iconv/php_php_iconv_h_path.h: No such file or directory I've tried ./cvsclean, I've removed and created again the directory, and it's still the same. However, with the same configure parameters, It worked fine onto my gentoo Does anyone know a way to solve this ? Thanks Cyprien Nicolas fulax@naedev.org