Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10597 invoked from network); 7 Oct 2009 16:00:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Oct 2009 16:00:15 -0000 Authentication-Results: pb1.pair.com header.from=samuel.roze@aliceadsl.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=samuel.roze@aliceadsl.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain aliceadsl.fr from 212.27.42.3 cause and error) X-PHP-List-Original-Sender: samuel.roze@aliceadsl.fr X-Host-Fingerprint: 212.27.42.3 smtp3-g21.free.fr Linux 2.6 Received: from [212.27.42.3] ([212.27.42.3:43712] helo=smtp3-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/74-13083-D0BBCCA4 for ; Wed, 07 Oct 2009 12:00:15 -0400 Received: from smtp3-g21.free.fr (localhost [127.0.0.1]) by smtp3-g21.free.fr (Postfix) with ESMTP id 64DF581809A for ; Wed, 7 Oct 2009 18:00:06 +0200 (CEST) Received: from [192.168.0.10] (lns-bzn-46-82-253-200-55.adsl.proxad.net [82.253.200.55]) by smtp3-g21.free.fr (Postfix) with ESMTP id 1DFCA8181B5 for ; Wed, 7 Oct 2009 18:00:04 +0200 (CEST) To: internals@lists.php.net Content-Type: text/plain Date: Wed, 07 Oct 2009 18:00:18 +0200 Message-ID: <1254931218.566.23.camel@samuel-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: php-src in Eclipse CDT From: samuel.roze@aliceadsl.fr (Samuel ROZE) Hi, Now, i'm using Eclipse CDT (C/C++ Development Tools) and Subclipse. I have a Project (no C Project) from the checkout of the PHP SVN. I modify files, I can create/apply path easly, i'm happy. But, to build, i'm using the console, "make && sudo make install". Is it possible that when I save into Eclipse it build automatically PHP ? Thanks. Samuel.