Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49827 invoked from network); 6 May 2010 11:21:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2010 11:21:06 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Thu, 06 May 2010 07:21:06 -0400 Received: from [217.114.211.68] ([217.114.211.68:17785] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/42-39159-126A2EB4 for ; Thu, 06 May 2010 07:21:06 -0400 To: internals@lists.php.net References: <4BE28E24.9010402@mageekbox.net> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: Compilation of trunk with --enable-dtrace From: dsp@php.net (David Soria Parra) FreeBSD Dtrace is known to be broken because of a syntax issue somewhere in their DTrace scripts that are included by default. FreeBSD dtrace is not supported at the moment. David On 2010-05-06, Frederic Hardy wrote: > 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