<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Eclipse for C programming</title>
	<atom:link href="http://micke.hallendal.net/blog/eclipse-for-c-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/</link>
	<description>Personal blog of Mikael Hallendal</description>
	<pubDate>Wed, 07 Jan 2009 00:45:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mikael Hallendal</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-913</link>
		<dc:creator>Mikael Hallendal</dc:creator>
		<pubDate>Sat, 04 Aug 2007 10:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-913</guid>
		<description>Thanks a lot for the update Jeff, looking forward to try it out.
</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the update Jeff, looking forward to try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Johnston</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-912</link>
		<dc:creator>Jeff Johnston</dc:creator>
		<pubDate>Fri, 03 Aug 2007 15:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-912</guid>
		<description>Regarding Andrew's comment above, I just wanted to verify that the Autotools for CDT 4.0.0 is now available on the Sourceware Eclipse update site:

&lt;a href="http://sourceware.org/eclipse/update" rel="nofollow"&gt;http://sourceware.org/eclipse/update&lt;/a&gt;

You can find details on how to install it from Eclipse at: &lt;a href="http://sourceware.org/eclipse/autotools" rel="nofollow"&gt;http://sourceware.org/eclipse/autotools&lt;/a&gt;

I should note that there is a bug in the CDT code such that the resultant binaries of your Makefile do not appear in the Binaries folder.  This minor annoyance is being worked on for 4.0.1.  The binaries do exist, but the CDT doesn't look in the folder you supply in your configure.  You can manually configure the Run dialog to run these binaries, but if they were in the Binaries folder, all you would have to do is to right click and choose "Run as a C/C++ executable".</description>
		<content:encoded><![CDATA[<p>Regarding Andrew&#8217;s comment above, I just wanted to verify that the Autotools for CDT 4.0.0 is now available on the Sourceware Eclipse update site:</p>
<p><a href="http://sourceware.org/eclipse/update" rel="nofollow">http://sourceware.org/eclipse/update</a></p>
<p>You can find details on how to install it from Eclipse at: <a href="http://sourceware.org/eclipse/autotools" rel="nofollow">http://sourceware.org/eclipse/autotools</a></p>
<p>I should note that there is a bug in the CDT code such that the resultant binaries of your Makefile do not appear in the Binaries folder.  This minor annoyance is being worked on for 4.0.1.  The binaries do exist, but the CDT doesn&#8217;t look in the folder you supply in your configure.  You can manually configure the Run dialog to run these binaries, but if they were in the Binaries folder, all you would have to do is to right click and choose &#8220;Run as a C/C++ executable&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hynek</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-911</link>
		<dc:creator>hynek</dc:creator>
		<pubDate>Thu, 26 Jul 2007 20:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-911</guid>
		<description>I still strongly prefer SlickEdit. It's not for free but it blows away anything I've seen/used before.</description>
		<content:encoded><![CDATA[<p>I still strongly prefer SlickEdit. It&#8217;s not for free but it blows away anything I&#8217;ve seen/used before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Overholt</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-910</link>
		<dc:creator>Andrew Overholt</dc:creator>
		<pubDate>Thu, 26 Jul 2007 18:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-910</guid>
		<description>Colin:  I was discussing the whole project thing with Tom Tromey the other day.  He was noting how it's odd that emacs hasn't grown the notion of projects yet.  It really makes it handy for things like version control and bug tracking since you can just tack that onto the project metadata.  Unfortunately, it makes it so that everything has to be in a project.  I like to think of this enforcing things being in version control, but I can see how it's a pain to hack on a random file.  The JDT supports pasting a random .java file into the workspace and creating a project for it on the fly.  See about half-way down here:

&lt;a href="http://archive.eclipse.org/eclipse/downloads/drops/S-3.3M1-200608101230/eclipse-news-M1.html" rel="nofollow"&gt;http://archive.eclipse.org/eclipse/downloads/drops/S-3.3M1-200608101230/eclipse-news-M1.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Colin:  I was discussing the whole project thing with Tom Tromey the other day.  He was noting how it&#8217;s odd that emacs hasn&#8217;t grown the notion of projects yet.  It really makes it handy for things like version control and bug tracking since you can just tack that onto the project metadata.  Unfortunately, it makes it so that everything has to be in a project.  I like to think of this enforcing things being in version control, but I can see how it&#8217;s a pain to hack on a random file.  The JDT supports pasting a random .java file into the workspace and creating a project for it on the fly.  See about half-way down here:</p>
<p><a href="http://archive.eclipse.org/eclipse/downloads/drops/S-3.3M1-200608101230/eclipse-news-M1.html" rel="nofollow">http://archive.eclipse.org/eclipse/downloads/drops/S-3.3M1-200608101230/eclipse-news-M1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Walters</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-909</link>
		<dc:creator>Colin Walters</dc:creator>
		<pubDate>Thu, 26 Jul 2007 16:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-909</guid>
		<description>Eclipse is pretty good now.  I've found I like PyDev for doing Python work.

By far the biggest issue I've found is that it's really hard to just open random projects and work on them.  Say I want to work on jhbuild all of a sudden; I have to go through the whole Create Project thing...ick.</description>
		<content:encoded><![CDATA[<p>Eclipse is pretty good now.  I&#8217;ve found I like PyDev for doing Python work.</p>
<p>By far the biggest issue I&#8217;ve found is that it&#8217;s really hard to just open random projects and work on them.  Say I want to work on jhbuild all of a sudden; I have to go through the whole Create Project thing&#8230;ick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Overholt</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-908</link>
		<dc:creator>Andrew Overholt</dc:creator>
		<pubDate>Thu, 26 Jul 2007 16:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-908</guid>
		<description>Sweet.  Ben Konrath has always talked about GObject integration but we've barely kept our heads about water over the past few years.  I *think* the upstream CDT guys want to take in the autotools work for their next release.  Either way, it's pretty nice stuff and it's improving all the time:

&lt;a href="http://overholt.ca/wp/?p=82" rel="nofollow"&gt;http://overholt.ca/wp/?p=82&lt;/a&gt;

Jeff's always looking for ways to test it.  He's pretty much got everything working for projects like gdb (he used to work on it) but things like GNOME or Gtk projects he doesn't really know how to test them.  If you could provide him with some guidance on how he can ensure things work, that would totally rock.  He's jjohnstn@redhat.com but he's off until Monday so if he doesn't reply it's not 'cause he's not interested :)</description>
		<content:encoded><![CDATA[<p>Sweet.  Ben Konrath has always talked about GObject integration but we&#8217;ve barely kept our heads about water over the past few years.  I *think* the upstream CDT guys want to take in the autotools work for their next release.  Either way, it&#8217;s pretty nice stuff and it&#8217;s improving all the time:</p>
<p><a href="http://overholt.ca/wp/?p=82" rel="nofollow">http://overholt.ca/wp/?p=82</a></p>
<p>Jeff&#8217;s always looking for ways to test it.  He&#8217;s pretty much got everything working for projects like gdb (he used to work on it) but things like GNOME or Gtk projects he doesn&#8217;t really know how to test them.  If you could provide him with some guidance on how he can ensure things work, that would totally rock.  He&#8217;s <a href="mailto:jjohnstn@redhat.com">jjohnstn@redhat.com</a> but he&#8217;s off until Monday so if he doesn&#8217;t reply it&#8217;s not &#8217;cause he&#8217;s not interested <img src='http://micke.hallendal.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Hallendal</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-907</link>
		<dc:creator>Mikael Hallendal</dc:creator>
		<pubDate>Thu, 26 Jul 2007 15:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-907</guid>
		<description>Andrew, ah thanks for the clarification. Very nice to see that there is work going on to improve the experience when working with autotools projects.

I'm hoping to spend some time to look into some GObject-integration of sorts. If nothing else a GObject-generator.</description>
		<content:encoded><![CDATA[<p>Andrew, ah thanks for the clarification. Very nice to see that there is work going on to improve the experience when working with autotools projects.</p>
<p>I&#8217;m hoping to spend some time to look into some GObject-integration of sorts. If nothing else a GObject-generator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Overholt</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-906</link>
		<dc:creator>Andrew Overholt</dc:creator>
		<pubDate>Thu, 26 Jul 2007 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-906</guid>
		<description>Technically you weren't using gcj, but were just using gij, the interpreter.  That is, unless Ubuntu has SDK 3.3 and CDT 4.0 .debs already but I don't think they do.  Using just the interpreter is not feasible as you discovered :).  gcj is the ahead-of-time compiler (gcc frontend) that creates the .sos that are used instead of just in vanilla bytecode interpreter.

I'm glad you found things useful.  You should try out Jeff Johnston's work on autotools integration:  &lt;a href="http://sourceware.org/eclipse/autotools" rel="nofollow"&gt;http://sourceware.org/eclipse/autotools&lt;/a&gt;
I think it should work against 4.0 clean but I don't think he has an update site yet that you can use with the upstream download.  I'll get him to do that.</description>
		<content:encoded><![CDATA[<p>Technically you weren&#8217;t using gcj, but were just using gij, the interpreter.  That is, unless Ubuntu has SDK 3.3 and CDT 4.0 .debs already but I don&#8217;t think they do.  Using just the interpreter is not feasible as you discovered :).  gcj is the ahead-of-time compiler (gcc frontend) that creates the .sos that are used instead of just in vanilla bytecode interpreter.</p>
<p>I&#8217;m glad you found things useful.  You should try out Jeff Johnston&#8217;s work on autotools integration:  <a href="http://sourceware.org/eclipse/autotools" rel="nofollow">http://sourceware.org/eclipse/autotools</a><br />
I think it should work against 4.0 clean but I don&#8217;t think he has an update site yet that you can use with the upstream download.  I&#8217;ll get him to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Germán Poó-Caamaño</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-905</link>
		<dc:creator>Germán Poó-Caamaño</dc:creator>
		<pubDate>Thu, 26 Jul 2007 13:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-905</guid>
		<description>For powerful indexing and old school programmers, you still have cscope (http://cscope.sourceforge.net/) and a nice interface, from our neighbors, kscope (http://kscope.sourceforge.net/).

If you are interested in future work that can be done for a maintainer of code, could be useful give a read to the paper "An Exploratory Study of How Developers Seek, Relate, and Collect Relevant Information during Software Maintenance Tasks " (http://www.cs.cmu.edu/~ajko/papers/Ko2006SeekRelateCollect.pdf).

The authors used Eclipse as a case of study and they gave recommendations about future improvements.</description>
		<content:encoded><![CDATA[<p>For powerful indexing and old school programmers, you still have cscope (http://cscope.sourceforge.net/) and a nice interface, from our neighbors, kscope (http://kscope.sourceforge.net/).</p>
<p>If you are interested in future work that can be done for a maintainer of code, could be useful give a read to the paper &#8220;An Exploratory Study of How Developers Seek, Relate, and Collect Relevant Information during Software Maintenance Tasks &#8221; (http://www.cs.cmu.edu/~ajko/papers/Ko2006SeekRelateCollect.pdf).</p>
<p>The authors used Eclipse as a case of study and they gave recommendations about future improvements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Hallendal</title>
		<link>http://micke.hallendal.net/blog/eclipse-for-c-programming/#comment-904</link>
		<dc:creator>Mikael Hallendal</dc:creator>
		<pubDate>Thu, 26 Jul 2007 13:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/?p=249#comment-904</guid>
		<description>Well observed iain and thanks for taking the time to view the film.</description>
		<content:encoded><![CDATA[<p>Well observed iain and thanks for taking the time to view the film.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
