<?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>Sun, 05 Feb 2012 15:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Name (required)</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-138533</link>
		<dc:creator>Name (required)</dc:creator>
		<pubDate>Sun, 24 Apr 2011 11:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-138533</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-138498&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Nestor:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I tried compile but i have this problem:
g++ -IH:\cpp\cppunit\include -O0 -g3 -Wall -c -fmessage-length=0 -oTestPath.o ..\TestPath.cpp
In file included from ..\TestPath.cpp:1:
H:/cpp/cppunit/include/cppunit/Portability.h:18:37: cppunit/config-auto.h: No such file or directory
Build error occurred, build is stopped
Time consumed: 437  ms.  
can you help me plz?
regards
&lt;/blockquote&gt;
It is help me with same error
http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=CppUnitWithEclipse</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-138498" rel="nofollow"><br />
<strong><em>Nestor:</em></strong><br />
</a><br />
 I tried compile but i have this problem:<br />
g++ -IH:\cpp\cppunit\include -O0 -g3 -Wall -c -fmessage-length=0 -oTestPath.o ..\TestPath.cpp<br />
In file included from ..\TestPath.cpp:1:<br />
H:/cpp/cppunit/include/cppunit/Portability.h:18:37: cppunit/config-auto.h: No such file or directory<br />
Build error occurred, build is stopped<br />
Time consumed: 437  ms.<br />
can you help me plz?<br />
regards
</p></blockquote>
<p>It is help me with same error<br />
<a href="http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=CppUnitWithEclipse" rel="nofollow">http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=CppUnitWithEclipse</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nestor</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-138498</link>
		<dc:creator>Nestor</dc:creator>
		<pubDate>Fri, 25 Mar 2011 22:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-138498</guid>
		<description>I tried compile but i have this problem:


g++ -IH:\cpp\cppunit\include -O0 -g3 -Wall -c -fmessage-length=0 -oTestPath.o ..\TestPath.cpp
In file included from ..\TestPath.cpp:1:
H:/cpp/cppunit/include/cppunit/Portability.h:18:37: cppunit/config-auto.h: No such file or directory
Build error occurred, build is stopped
Time consumed: 437  ms.  

can you help me plz?

regards</description>
		<content:encoded><![CDATA[<p>I tried compile but i have this problem:</p>
<p>g++ -IH:\cpp\cppunit\include -O0 -g3 -Wall -c -fmessage-length=0 -oTestPath.o ..\TestPath.cpp<br />
In file included from ..\TestPath.cpp:1:<br />
H:/cpp/cppunit/include/cppunit/Portability.h:18:37: cppunit/config-auto.h: No such file or directory<br />
Build error occurred, build is stopped<br />
Time consumed: 437  ms.  </p>
<p>can you help me plz?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekeko</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/comment-page-1/#comment-138354</link>
		<dc:creator>ekeko</dc:creator>
		<pubDate>Mon, 08 Nov 2010 16:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comment-138354</guid>
		<description>hey thanks for the info.. incredibly it seems the re is no other better source on the net to start doing cppunit with eclipse.

but 2 observations:
- link to the example zip file is broken
- is this is the only way to run cppunit in eclipse, then netbeans is clear winner.
in netbeans the test files can be generated automatically and you have just to deploy your testcases, 

more on that, there is a graphical output by running tests.

I feel really disappointed with eclipse now, as i don&#039;t really want to use netbeans just for cppunit but it looks there is no other way...</description>
		<content:encoded><![CDATA[<p>hey thanks for the info.. incredibly it seems the re is no other better source on the net to start doing cppunit with eclipse.</p>
<p>but 2 observations:<br />
- link to the example zip file is broken<br />
- is this is the only way to run cppunit in eclipse, then netbeans is clear winner.<br />
in netbeans the test files can be generated automatically and you have just to deploy your testcases, </p>
<p>more on that, there is a graphical output by running tests.</p>
<p>I feel really disappointed with eclipse now, as i don&#8217;t really want to use netbeans just for cppunit but it looks there is no other way&#8230;</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

