From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: c/c++ project management and debugging Date: Mon, 20 Dec 2010 07:52:52 -0800 Message-ID: <4D0F7BD4.6050607@gmail.com> References: <4D0F4058.6050101@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292860428 6187 80.91.229.12 (20 Dec 2010 15:53:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Dec 2010 15:53:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 20 16:53:44 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PUi3S-0005vr-Cu for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Dec 2010 16:53:42 +0100 Original-Received: from localhost ([127.0.0.1]:51117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUi3R-0007XV-MB for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Dec 2010 10:53:41 -0500 Original-Received: from [140.186.70.92] (port=59521 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUi2j-0007XK-TG for help-gnu-emacs@gnu.org; Mon, 20 Dec 2010 10:52:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUi2i-0006ju-Qe for help-gnu-emacs@gnu.org; Mon, 20 Dec 2010 10:52:57 -0500 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:51011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUi2i-0006jp-Is for help-gnu-emacs@gnu.org; Mon, 20 Dec 2010 10:52:56 -0500 Original-Received: by pvc30 with SMTP id 30so865888pvc.0 for ; Mon, 20 Dec 2010 07:52:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9/eo1tH2pDLKosYVYabo5XaXFoOZuLt2CxL6KR7PdFs=; b=HMlt4qRerP9cwngjGYzj1O+hE+MniIYyV5ZtNZtu59ZgZtZmCeyE2PA9jhb6E+taBE SAfTCJC/CevR+5qXqf8ymOJBEfghFRhP+vzrwYhp9bHSarJAB/uV9UkSXDftCjaT2qQx jGDlfh4CyXpDVm7VaMhdyTsUAFmNv19dYBAs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=waBoFs5cMoHD8oEPwJQdWUa+rwEJYqwObwpF67YgJpAYISRsadxi10kxIDOACj7CuY vzbdLkjd6Cvt+YvNMW6EhPLVDUM97KIwSN0M/FhuPIRWLdKEMFEXXelLDBqgndiZgGsC dfQ0LcmKKMYLANSCqxPY4d0k219J17KU22oZI= Original-Received: by 10.142.108.19 with SMTP id g19mr3460531wfc.201.1292860375428; Mon, 20 Dec 2010 07:52:55 -0800 (PST) Original-Received: from bhishma.homelinux.net (d207-6-162-107.bchsia.telus.net [207.6.162.107]) by mx.google.com with ESMTPS id v19sm6043085wfh.0.2010.12.20.07.52.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Dec 2010 07:52:54 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Lightning/1.0b3pre Thunderbird/3.1.7 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77705 Archived-At: On Monday 20 December 2010 05:47 AM, Andrea Crotti wrote: > Anyway with Cedet you can do a lot of stuff. > It doesn't however generats any makefile, but if you learn to write them > is not time wasted at all... I believe that is incorrect[fn:1]. However I have to say I haven't tried it out, so I can't testify how good/easy it is is to generate Makefiles. On the other hand I have been using CEDET to program within a few C/C++ frameworks, and it seems to work quite well. Footnotes: [fn:1] [[info:ede:Creating%20a%20project][info:ede:Creating a project]] -- Suvayu Open source is the future. It sets us free.