<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 57: Building with GCC 4.5 MinGW</title><link href="https://sourceforge.net/p/cppunit/support-requests/57/" rel="alternate"/><link href="https://sourceforge.net/p/cppunit/support-requests/57/feed.atom" rel="self"/><id>https://sourceforge.net/p/cppunit/support-requests/57/</id><updated>2010-09-03T20:16:14Z</updated><subtitle>Recent changes to 57: Building with GCC 4.5 MinGW</subtitle><entry><title>Building with GCC 4.5 MinGW</title><link href="https://sourceforge.net/p/cppunit/support-requests/57/" rel="alternate"/><published>2010-09-03T20:16:14Z</published><updated>2010-09-03T20:16:14Z</updated><author><name>Morgan McLeod</name><uri>https://sourceforge.net/u/mtmtm0/</uri></author><id>https://sourceforge.net2e147ab26a91c02a51347a434d19998c8c201d94</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Using latest version of CppUnit and latest MinGW as of 9/1/2010&lt;br /&gt;
GCC 4.5.0&lt;/p&gt;
&lt;p&gt;g++ -IL:\cpp\3rdparty\include\cppunit -O0 -g3 -Wall -c -fmessage-length=0 -oTypeInfoHelper.o ..\TypeInfoHelper.cpp&lt;br /&gt;
..\TypeInfoHelper.cpp: In static member function 'static std::string CppUnit::TypeInfoHelper::getClassName(const std::type_info&amp;amp;)':&lt;br /&gt;
..\TypeInfoHelper.cpp:27:16: error: 'free' was not declared in this scope&lt;/p&gt;
&lt;p&gt;Seems to be fixed by including cstdlib in that file.  I haven't tested working code yet, however.&lt;br /&gt;
Is this a known issue.   Is there a proper place for this include to go?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>