Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48235 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73735 invoked from network); 6 May 2010 13:08:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2010 13:08:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=dsoria@gmx.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dsoria@gmx.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: dsoria@gmx.net X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Received: from [213.165.64.20] ([213.165.64.20:60958] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/57-39159-53FB2EB4 for ; Thu, 06 May 2010 09:08:06 -0400 Received: (qmail invoked by alias); 06 May 2010 13:08:02 -0000 Received: from ip-80-226-1-7.vodafone-net.de (EHLO Shedir.local) [80.226.1.7] by mail.gmx.net (mp070) with SMTP; 06 May 2010 15:08:02 +0200 X-Authenticated: #235172 X-Provags-ID: V01U2FsdGVkX18oEoIHOQ4oLtAaUFuqybAAjD/PH/yt1M9Ds8vR8m 5CnrjTXEgW9K4+ Message-ID: <4BE2BF2E.4080001@gmx.net> Date: Thu, 06 May 2010 15:07:58 +0200 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Frederic Hardy CC: David Soria Parra , internals@lists.php.net References: <4BE28E24.9010402@mageekbox.net> <4BE2BC49.5010006@mageekbox.net> In-Reply-To: <4BE2BC49.5010006@mageekbox.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace From: dsoria@gmx.net (David Soria Parra) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 06.05.10 14:55, schrieb Frederic Hardy: > Hello ! > > I don't known why the dtrace version has a relation with the fact that > the file zend_dtrace_gen.h is not in the trunk... > Perhaps you can explain that to me ? zend_dtrace_gen.h is generated during configure using dtrace -h and then the object file is generated using dtrace -G on Solaris and FreeBSD (mac os doesn't need a compiled object files of the probe description). On FreeBSD dtrace -h fails because of a syntax error in a dtrace script that comes with the OS, therefore the dtrace headers cannot be generated. We need to generate the headers as every OS generates different DTrace headers. david -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJL4r8tAAoJEAT0aMuPE7Z1VqkQAJTchyHdMf8B5SaePTuAJKeS AnorTA+9La34r0zLdS6Da5TMoRuQB4a7hTTeM+8FuCwxdNKr6jBWyL92A2G4umxB D7o8IZ/HCMUX2G2UMIukTcTm/ZCmDYNHhExE1Grx9Gah7u+y1GpkynuMU6TuY5VK eDErRLi6E20S1W86Hq/RHGZP0ikqsWR6NixoLwJ4ySMWU095Tg8UIc/eAW+IfB3a GaDPbOWqZUgDzbJ2GXStZBJ9CIbZBzHLizCb5sR887fPaGrMT8/5L2nOC8uHm+4I W8EP+8g9cSaqjlc5E3RWZZphgGJsA+/D9pKqNy64BwLwn83qegMefMMEuZBnyaTn YDzuy2dHE+SeHElP1oRH68h/cABKFNZHeTsrwEeUnuIxDcMTaJevuEWpzFx1NB7k tRKmQOw2Cd+gYhdbazfUGkUHRyBc0EojNq3iwg/jsXDXfiBA/DgIhTOYcyh7cPeY Cx4kgXc3nEQJniBBerRkW7QSVA/XFHIfJQ6fHF20lqaYjc0mzfgthjW5Hf/ivhlx JJBcl9oIGxpwHX74e5Yo5KTgF+lnOEZYr1gjCDWusHy11Lvu4MQAlPdnSShXxyop vLii+EnpyKSrh29dEtiDkAiKKB6y9rUzs1h2HwtJiOsk8lGj9DeVualyTI1Got3Z TelI2vACc/vUSaMWiJL/ =kqvH -----END PGP SIGNATURE-----