<?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: Develop TBB Using KDevelop and Code::Blocks</title>
	<atom:link href="http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 08:13:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sunu A J</title>
		<link>http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/comment-page-1/#comment-52292</link>
		<dc:creator>Sunu A J</dc:creator>
		<pubDate>Sat, 05 Jun 2010 12:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/#comment-52292</guid>
		<description>thanks will look into it..</description>
		<content:encoded><![CDATA[<p>thanks will look into it..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/comment-page-1/#comment-52023</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Wed, 02 Jun 2010 01:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/#comment-52023</guid>
		<description>I&#039;d double check the library path settings in your IDE (KDevelop, Eclipse or Code::Blocks), the program runs fine in terminal mode because either the script you ran explicitly sets LD_LIBRARY_PATH or you have it setup in your .bashrc.

I suspect that you are still missing the library path to libtbb_debug.so (check your installation to see the location of this lib and add the path explicitly to your IDE&#039;s library paths). Good luck!</description>
		<content:encoded><![CDATA[<p>I&#8217;d double check the library path settings in your IDE (KDevelop, Eclipse or Code::Blocks), the program runs fine in terminal mode because either the script you ran explicitly sets LD_LIBRARY_PATH or you have it setup in your .bashrc.</p>
<p>I suspect that you are still missing the library path to libtbb_debug.so (check your installation to see the location of this lib and add the path explicitly to your IDE&#8217;s library paths). Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunu A J</title>
		<link>http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/comment-page-1/#comment-51981</link>
		<dc:creator>Sunu A J</dc:creator>
		<pubDate>Tue, 01 Jun 2010 18:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/#comment-51981</guid>
		<description>thanks for the quick reply. The reason I was trying KDevelop is bcoz I was having problems using eclipse CDT and code::blocks. The problem was that I was getting an error: 
/home/sunuaj/eclipse/workspace/test/Debug/test: error while loading shared libraries: libtbb_debug.so.2: cannot open shared object file: No such file or directory . 
The error comes when I run the program. The program runs fine when I run it in terminal. May be I am missing something, I followed the same steps you have given for code::blocks but the problem persists.
By the way the program that I was trying to run was a simple program as follows, the error comes for any tbb program execution.
#include 

int main() {
tbb::task_scheduler_init init;
return 0;
}</description>
		<content:encoded><![CDATA[<p>thanks for the quick reply. The reason I was trying KDevelop is bcoz I was having problems using eclipse CDT and code::blocks. The problem was that I was getting an error:<br />
/home/sunuaj/eclipse/workspace/test/Debug/test: error while loading shared libraries: libtbb_debug.so.2: cannot open shared object file: No such file or directory .<br />
The error comes when I run the program. The program runs fine when I run it in terminal. May be I am missing something, I followed the same steps you have given for code::blocks but the problem persists.<br />
By the way the program that I was trying to run was a simple program as follows, the error comes for any tbb program execution.<br />
#include </p>
<p>int main() {<br />
tbb::task_scheduler_init init;<br />
return 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/comment-page-1/#comment-51904</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Mon, 31 May 2010 17:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/#comment-51904</guid>
		<description>I don&#039;t believe that TBB needs automake. As long as you set up theTBB correct library paths and include paths you should be able to use TBB in KDevelop, correct?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe that TBB needs automake. As long as you set up theTBB correct library paths and include paths you should be able to use TBB in KDevelop, correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunu A J</title>
		<link>http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/comment-page-1/#comment-51892</link>
		<dc:creator>Sunu A J</dc:creator>
		<pubDate>Mon, 31 May 2010 09:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/2008/06/01/develop-tbb-using-kdevelop-and-codeblocks/#comment-51892</guid>
		<description>I am using KDevelop 4 and would like to use it for my TBB development. I saw that KDevelop 4 does not support automake. Is there a work around on that?

Thanks in advance :)</description>
		<content:encoded><![CDATA[<p>I am using KDevelop 4 and would like to use it for my TBB development. I saw that KDevelop 4 does not support automake. Is there a work around on that?</p>
<p>Thanks in advance :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

