<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Parallel Make in Win32</title>
	<atom:link href="http://dannythorpe.com/2008/03/06/parallel-make-in-win32/feed/" rel="self" type="application/rss+xml" />
	<link>http://dannythorpe.com/2008/03/06/parallel-make-in-win32/</link>
	<description>Dream &#38; Deliver</description>
	<lastBuildDate>Wed, 05 Oct 2011 13:35:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Parallel Make: Using Build Stages to Prevent Pileups &#124; Danny Thorpe</title>
		<link>http://dannythorpe.com/2008/03/06/parallel-make-in-win32/comment-page-1/#comment-92</link>
		<dc:creator>Parallel Make: Using Build Stages to Prevent Pileups &#124; Danny Thorpe</dc:creator>
		<pubDate>Tue, 07 Oct 2008 04:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://dannythorpe.com/2008/03/06/parallel-make-in-win32/#comment-92</guid>
		<description>[...] reader responded to my March article on Parallel Make in Win32 with a question: I’m trying to get the *.idl files to compile while using the -j flag. I’m [...]</description>
		<content:encoded><![CDATA[<p>[...] reader responded to my March article on Parallel Make in Win32 with a question: I’m trying to get the *.idl files to compile while using the -j flag. I’m [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Thorpe</title>
		<link>http://dannythorpe.com/2008/03/06/parallel-make-in-win32/comment-page-1/#comment-91</link>
		<dc:creator>Danny Thorpe</dc:creator>
		<pubDate>Tue, 07 Oct 2008 03:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://dannythorpe.com/2008/03/06/parallel-make-in-win32/#comment-91</guid>
		<description>I&#039;m no longer at Cooliris, so I don&#039;t have the makefiles at hand to answer your specific question.

There are techniques you can use within make to ensure completion of one set of operations before the next set begins. I&#039;ve written up a blog post with a little more detail here: http://dannythorpe.com/2008/10/06/parallel-make-using-build-stages-to-prevent-pileups/</description>
		<content:encoded><![CDATA[<p>I&#8217;m no longer at Cooliris, so I don&#8217;t have the makefiles at hand to answer your specific question.</p>
<p>There are techniques you can use within make to ensure completion of one set of operations before the next set begins. I&#8217;ve written up a blog post with a little more detail here: <a href="http://dannythorpe.com/2008/10/06/parallel-make-using-build-stages-to-prevent-pileups/" rel="nofollow">http://dannythorpe.com/2008/10/06/parallel-make-using-build-stages-to-prevent-pileups/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoursurrogategod</title>
		<link>http://dannythorpe.com/2008/03/06/parallel-make-in-win32/comment-page-1/#comment-90</link>
		<dc:creator>yoursurrogategod</dc:creator>
		<pubDate>Mon, 06 Oct 2008 22:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://dannythorpe.com/2008/03/06/parallel-make-in-win32/#comment-90</guid>
		<description>That&#039;s pretty useful Danny.

I have one question though. The OS that&#039;s used in my work is Linux (Fedora Core 5 to be exact) and I&#039;m trying to get the *.idl files to compile while using the -j flag. I&#039;m having a problem when you run make -j and the idl compiler compiles the *.idl files (that works just fine), but right after that, it tries to run the g++ compiler and if certain files are not created before this command is run, then you get errors saying that there are missing files. I&#039;m using autotools in order to compute my dependencies when it comes to the *.cpp files and *.h files (so that part is fine), but make doesn&#039;t seem to recognize that it needs to compile first the *.idl files before it proceeds with the C++ files. And I&#039;m not sure how to make it realize this.

If you can, could you please post your Makefile.am or Makefile?</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty useful Danny.</p>
<p>I have one question though. The OS that&#8217;s used in my work is Linux (Fedora Core 5 to be exact) and I&#8217;m trying to get the *.idl files to compile while using the -j flag. I&#8217;m having a problem when you run make -j and the idl compiler compiles the *.idl files (that works just fine), but right after that, it tries to run the g++ compiler and if certain files are not created before this command is run, then you get errors saying that there are missing files. I&#8217;m using autotools in order to compute my dependencies when it comes to the *.cpp files and *.h files (so that part is fine), but make doesn&#8217;t seem to recognize that it needs to compile first the *.idl files before it proceeds with the C++ files. And I&#8217;m not sure how to make it realize this.</p>
<p>If you can, could you please post your Makefile.am or Makefile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Thorpe</title>
		<link>http://dannythorpe.com/2008/03/06/parallel-make-in-win32/comment-page-1/#comment-89</link>
		<dc:creator>Danny Thorpe</dc:creator>
		<pubDate>Fri, 07 Mar 2008 04:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://dannythorpe.com/2008/03/06/parallel-make-in-win32/#comment-89</guid>
		<description>Hi Corbin!

We&#039;ve already got more than our fair share of Macs running around here, thanks.  If we were any more hip and trendy we&#039;d be a fashion show.  :P</description>
		<content:encoded><![CDATA[<p>Hi Corbin!</p>
<p>We&#8217;ve already got more than our fair share of Macs running around here, thanks.  If we were any more hip and trendy we&#8217;d be a fashion show.  :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corbin</title>
		<link>http://dannythorpe.com/2008/03/06/parallel-make-in-win32/comment-page-1/#comment-88</link>
		<dc:creator>corbin</dc:creator>
		<pubDate>Thu, 06 Mar 2008 23:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://dannythorpe.com/2008/03/06/parallel-make-in-win32/#comment-88</guid>
		<description>I guess if everyone on your team moves over to Mac OS then there will be no need to fiddle around with DOS make. My 8 core MacPro screams at compiling -- especially since &quot;xcodebuild&quot; has it built in to use muli-core.

:)</description>
		<content:encoded><![CDATA[<p>I guess if everyone on your team moves over to Mac OS then there will be no need to fiddle around with DOS make. My 8 core MacPro screams at compiling &#8212; especially since &#8220;xcodebuild&#8221; has it built in to use muli-core.</p>
<p>:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  dannythorpe.com/2008/03/06/parallel-make-in-win32/feed/ ) in 0.41374 seconds, on May 18th, 2012 at 1:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 2:46 am UTC -->
