Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48229 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24915 invoked from network); 6 May 2010 09:38:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2010 09:38:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=frederic.hardy@mageekbox.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=frederic.hardy@mageekbox.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mageekbox.net from 212.27.42.6 cause and error) X-PHP-List-Original-Sender: frederic.hardy@mageekbox.net X-Host-Fingerprint: 212.27.42.6 smtp6-g21.free.fr Linux 2.6 Received: from [212.27.42.6] ([212.27.42.6:39777] helo=smtp6-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/35-31052-B2E82EB4 for ; Thu, 06 May 2010 05:38:53 -0400 Received: from smtp6-g21.free.fr (localhost [127.0.0.1]) by smtp6-g21.free.fr (Postfix) with ESMTP id C1814E080F5 for ; Thu, 6 May 2010 11:38:47 +0200 (CEST) Received: from [192.168.0.13] (tou59-1-82-225-133-227.fbx.proxad.net [82.225.133.227]) by smtp6-g21.free.fr (Postfix) with ESMTP for ; Thu, 6 May 2010 11:38:46 +0200 (CEST) Message-ID: <4BE28E24.9010402@mageekbox.net> Date: Thu, 06 May 2010 11:38:44 +0200 User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100503 Thunderbird/3.0.4 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Compilation of trunk with --enable-dtrace From: frederic.hardy@mageekbox.net (Frederic Hardy) Hello ! I'm currently trying to compile the trunk with dtrace under FreeBSD 8 with revision 298979 and i have the following problem : # ./buildconf # ./configure --enable-dtrace #make ... local/include -g -O2 -fvisibility=hidden -c /usr/home/fch/php/TSRM/tsrm_strtok_r.c -o TSRM/tsrm_strtok_r.lo /bin/sh /usr/home/fch/php/libtool --silent --preserve-dup-deps --mode=compile cc -ITSRM/ -I/usr/home/fch/php/TSRM/ -DPHP_ATOM_INC -I/usr/home/fch/php/include -I/usr/home/fch/php/main -I/usr/home/fch/php -I/usr/home/fch/php/ext/date/lib -I/usr/home/fch/php/ext/ereg/regex -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/home/fch/php/ext/sqlite3/libsqlite -I/usr/home/fch/php/TSRM -I/usr/home/fch/php/Zend -I/usr/local/include -g -O2 -fvisibility=hidden -c /usr/home/fch/php/TSRM/tsrm_virtual_cwd.c -o TSRM/tsrm_virtual_cwd.lo /bin/sh /usr/home/fch/php/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/usr/home/fch/php/main/ -DPHP_ATOM_INC -I/usr/home/fch/php/include -I/usr/home/fch/php/main -I/usr/home/fch/php -I/usr/home/fch/php/ext/date/lib -I/usr/home/fch/php/ext/ereg/regex -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/home/fch/php/ext/sqlite3/libsqlite -I/usr/home/fch/php/TSRM -I/usr/home/fch/php/Zend -I/usr/local/include -g -O2 -fvisibility=hidden -c /usr/home/fch/php/main/main.c -o main/main.lo In file included from /usr/home/fch/php/main/main.c:84: /path/to/php/Zend/zend_dtrace.h:40:29: error: zend_dtrace_gen.h: No such file or directory Any suggestion ? All my apologize if it's not the good place to report this. Best regards, Fred