<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 184: cppunit on leopard</title><link>https://sourceforge.net/p/cppunit/bugs/184/</link><description>Recent changes to 184: cppunit on leopard</description><atom:link href="https://sourceforge.net/p/cppunit/bugs/184/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Jan 2008 11:36:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cppunit/bugs/184/feed.rss" rel="self" type="application/rss+xml"/><item><title>cppunit on leopard</title><link>https://sourceforge.net/p/cppunit/bugs/184/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ciao,&lt;br /&gt;
FYI, there seems to be some glitch in the building of cppunit under MacOSX leopard. configure complains about conftest.dSYM being a directory when trying to delete it because of various:&lt;/p&gt;
&lt;p&gt;rm conftest*&lt;/p&gt;
&lt;p&gt;statements. By googling around I found out that this is due to UNIX03 compatibility of leopard. I managed to get everything compiling by doing:&lt;/p&gt;
&lt;p&gt;perl -p -i -e 's|rm conftest\*|rm -r conftest*|g' configure \
aclocal.m4 \
libtool \
config/ltmain.sh&lt;/p&gt;
&lt;p&gt;Ciao,&lt;br /&gt;
Giulio&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giulio Eulisse</dc:creator><pubDate>Tue, 08 Jan 2008 11:36:38 -0000</pubDate><guid>https://sourceforge.netb499d65febb53ff22fa1a8ec1eba48701919aac4</guid></item></channel></rss>