From owner-freebsd-eclipse@FreeBSD.ORG Wed Dec 13 23:24:43 2006 Return-Path: X-Original-To: eclipse@freebsd.org Delivered-To: freebsd-eclipse@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B85F16A403 for ; Wed, 13 Dec 2006 23:24:43 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 558D043CA6 for ; Wed, 13 Dec 2006 23:23:11 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 69B02F246D for ; Wed, 13 Dec 2006 15:24:42 -0800 (PST) X-Virus-Scanned: amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s11oIGFqiwas for ; Wed, 13 Dec 2006 15:24:35 -0800 (PST) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 7352AF1CB0 for ; Wed, 13 Dec 2006 15:24:35 -0800 (PST) From: Sean McNeil To: eclipse@freebsd.org Content-Type: text/plain Date: Wed, 13 Dec 2006 15:24:35 -0800 Message-Id: <1166052275.47294.6.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Managed makes with C/C++ X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2006 23:24:43 -0000 I seem to recall that this was discussed a while back and it was implied that the managed make capability of Eclipse 3.2 with the CDT plugin wasn't working. Actually, it seems to be working perfectly for me. You have to remember that Eclipse is designed for GNU and uses GNU make. In order to build properly with a managed make, you have to go to Project->Properties, C/C ++ Build and in the Build Settings tab change the Build command so that is uses "gmake -k" instead of Use default command. Perhaps a patch could be introduced that changes the default make commands to be gmake instead of make? Also, I would like to extend my appreciation to David Sledge for taking up maintenance and getting 3.2 ported to FreeBSD. Way to go David. Cheers, Sean