<?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: Unit Testing C++ Programs using CppUnit in Eclipse IDE on Windows</title>
	<atom:link href="http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:25:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kirhgoff</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137998</link>
		<dc:creator>kirhgoff</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137998</guid>
		<description>@SatarupaPal

Also had this problem. You need to set library search path &amp; library name as in the article.</description>
		<content:encoded><![CDATA[<p>@SatarupaPal</p>
<p>Also had this problem. You need to set library search path &amp; library name as in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137508</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 26 Jan 2009 01:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137508</guid>
		<description>JK  - I was having the same problem!!   I found that MSYS is part of the minGW suite, but is a separate install - www.mingw.org/wiki/MSYS  just run the MSYS-1.0.10.exe and you will have it on your system - then follow the instructions in step 2.   Very Good &quot;How To&quot;, much better than the one on the CPPUnit site!!!</description>
		<content:encoded><![CDATA[<p>JK  &#8211; I was having the same problem!!   I found that MSYS is part of the minGW suite, but is a separate install &#8211; <a href="http://www.mingw.org/wiki/MSYS" rel="nofollow">http://www.mingw.org/wiki/MSYS</a>  just run the MSYS-1.0.10.exe and you will have it on your system &#8211; then follow the instructions in step 2.   Very Good &#8220;How To&#8221;, much better than the one on the CPPUnit site!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satarupa Pal</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137469</link>
		<dc:creator>Satarupa Pal</dc:creator>
		<pubDate>Mon, 22 Dec 2008 09:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137469</guid>
		<description>I tried with the same. CppUnitBuild library is made successfully. But when I tried to link this library with one example itäs giving error.

Like I have taken one example present in CPPUnitTese source.Have kept in some other path. And done the same as mentioned, like set include and library path as described. When I tried to build, it gives error , like present in CPPUnitBuild source code as shown below.

C:/CPP/cppunit/include/cppunit/portability/Stream.h: undefined reference to `(anonymous namespace)::allocator::~allocator()&#039;	C:/CPP/cppunit/include/cppunit/portability/Stream.h: undefined reference to `(anonymous namespace)::allocator::allocator()&#039;	

C:/Documents and Settings/satapal/workspace/CppUnitBuild/Debug/../Asserter.cpp undefined reference to `(anonymous namespace)::allocator::~allocator()&#039;	
C:/Documents and Settings/satapal/workspace/CppUnitBuild/Debug/../Asserter.cpp undefined reference to `(anonymous namespace)::allocator::allocator()&#039;	



Pleaze help me regarding this.</description>
		<content:encoded><![CDATA[<p>I tried with the same. CppUnitBuild library is made successfully. But when I tried to link this library with one example itäs giving error.</p>
<p>Like I have taken one example present in CPPUnitTese source.Have kept in some other path. And done the same as mentioned, like set include and library path as described. When I tried to build, it gives error , like present in CPPUnitBuild source code as shown below.</p>
<p>C:/CPP/cppunit/include/cppunit/portability/Stream.h: undefined reference to `(anonymous namespace)::allocator::~allocator()&#8217;	C:/CPP/cppunit/include/cppunit/portability/Stream.h: undefined reference to `(anonymous namespace)::allocator::allocator()&#8217;	</p>
<p>C:/Documents and Settings/satapal/workspace/CppUnitBuild/Debug/../Asserter.cpp undefined reference to `(anonymous namespace)::allocator::~allocator()&#8217;<br />
C:/Documents and Settings/satapal/workspace/CppUnitBuild/Debug/../Asserter.cpp undefined reference to `(anonymous namespace)::allocator::allocator()&#8217;	</p>
<p>Pleaze help me regarding this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137460</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Tue, 16 Dec 2008 15:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137460</guid>
		<description>@joe I don&#039;t understand what you are saying but note that you need to complete instructions in &quot;Building CppUnit Package from the Source Code in Eclipse IDE&quot; section only once, not for every C++ project you create in Eclipse.

@Joshua http://www.mingw.org/wiki/msys :)</description>
		<content:encoded><![CDATA[<p>@joe I don&#8217;t understand what you are saying but note that you need to complete instructions in &#8220;Building CppUnit Package from the Source Code in Eclipse IDE&#8221; section only once, not for every C++ project you create in Eclipse.</p>
<p>@Joshua <a href="http://www.mingw.org/wiki/msys" rel="nofollow">http://www.mingw.org/wiki/msys</a> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Klein</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137450</link>
		<dc:creator>Joshua Klein</dc:creator>
		<pubDate>Thu, 04 Dec 2008 09:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137450</guid>
		<description>Thanks for the great article.
I don&#039;t have MSYS and I don&#039;t find it on the net (maybe there is a more advanced replacement?). I don&#039;t run Vista but Windows 2000 (my other system, at home, is ubuntu Hardy :-&gt; ). So I could not generate config-auto.h file and this probably is why the build step fails with 100 errors.
It must be another way of getting config-auto.h...?
Thanks so much.
JK</description>
		<content:encoded><![CDATA[<p>Thanks for the great article.<br />
I don&#8217;t have MSYS and I don&#8217;t find it on the net (maybe there is a more advanced replacement?). I don&#8217;t run Vista but Windows 2000 (my other system, at home, is ubuntu Hardy :-&gt; ). So I could not generate config-auto.h file and this probably is why the build step fails with 100 errors.<br />
It must be another way of getting config-auto.h&#8230;?<br />
Thanks so much.<br />
JK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137437</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Tue, 18 Nov 2008 22:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137437</guid>
		<description>this is a horribly useless article, and has little to nothing to do with eclipse in reality.  Creating a seperate project to do the unit testing in defeats the whole point of it..  This article only would have been worthwhile if it covered the usage / setup that integrated c/cpp unit into eclipse.  otherwise theres nothing special that wouldn&#039;t be better described generically for the command line...</description>
		<content:encoded><![CDATA[<p>this is a horribly useless article, and has little to nothing to do with eclipse in reality.  Creating a seperate project to do the unit testing in defeats the whole point of it..  This article only would have been worthwhile if it covered the usage / setup that integrated c/cpp unit into eclipse.  otherwise theres nothing special that wouldn&#8217;t be better described generically for the command line&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jespr</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137420</link>
		<dc:creator>Jespr</dc:creator>
		<pubDate>Wed, 29 Oct 2008 13:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137420</guid>
		<description>Great article but the sample zip file link is broken.</description>
		<content:encoded><![CDATA[<p>Great article but the sample zip file link is broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: divya</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-137303</link>
		<dc:creator>divya</dc:creator>
		<pubDate>Mon, 15 Sep 2008 11:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-137303</guid>
		<description>This is really beneficial artical who dont know more bout Cpp unit..Thanx a lot such a gud artical</description>
		<content:encoded><![CDATA[<p>This is really beneficial artical who dont know more bout Cpp unit..Thanx a lot such a gud artical</p>
]]></content:encoded>
	</item>
</channel>
</rss>
