<?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: A C++ wrapper for standard &#8216;nix stuff</title>
	<atom:link href="http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/</link>
	<description>A technical tumblelog of links and articles on programming, design, and other geek interests</description>
	<lastBuildDate>Wed, 02 Jun 2010 20:28:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mx</title>
		<link>http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/comment-page-1/#comment-5356</link>
		<dc:creator>mx</dc:creator>
		<pubDate>Fri, 13 Oct 2006 04:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/#comment-5356</guid>
		<description>&lt;p&gt;I noticed that too, and I&#039;m wondering if he would be willing to take some patches to it?  I helped to patch the ACE and STLport build systems some years back (they were custom, autoconf made more sense), and the libraries are now easier to use.&lt;/p&gt;

&lt;p&gt;And thanks for the offer of the patched libs, I&#039;ll take a look at them on my next break, as Ux brushes against a few projects we&#039;re working on right now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I noticed that too, and I&#8217;m wondering if he would be willing to take some patches to it?  I helped to patch the ACE and STLport build systems some years back (they were custom, autoconf made more sense), and the libraries are now easier to use.</p>

<p>And thanks for the offer of the patched libs, I&#8217;ll take a look at them on my next break, as Ux brushes against a few projects we&#8217;re working on right now.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/comment-page-1/#comment-5354</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Thu, 12 Oct 2006 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/#comment-5354</guid>
		<description>&lt;p&gt;Hmmm, I posted this comment yesterday, but I think it must&#039;ve gotten marked as spam or otherwise lost. Luckily I found it in my Quicksilver clipboard history :-)&lt;/p&gt;

&lt;p&gt;Wow, that&#039;s really weird. I had needed something like this yesterday and I had remembered seeing Ux in that book (which I own) so I went and downloaded Ux.&lt;/p&gt;

&lt;p&gt;The bad news is that it&#039;s kind of an awful mess. Instead of using something standard like the GNU autotools, it attempts to achieve cross-platform builds via some funky homegrown awk scripts. Worse, they didn&#039;t work for me. I couldn&#039;t get stuff building on my Linux box.&lt;/p&gt;

&lt;p&gt;The good news is that I hacked around a corrected a half-dozen C++ errors and #include problems and got the thing to build.&lt;/p&gt;

&lt;p&gt;My plan is to produce a set of patches and send them to Mr. Rochkind.&lt;/p&gt;

&lt;p&gt;I haven&#039;t actually gotten a chance to play with the classes as I abandoned the idea of using them for yesterday&#039;s project when I realized what they weren&#039;t &quot;plug and play&quot;.&lt;/p&gt;

&lt;p&gt;If they&#039;re good, I&#039;m wondering if they should be converted to use autotools and put up on Sourceforge.&lt;/p&gt;

&lt;p&gt;Let me know if you want a copy of the hacked sources so that you can play around...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmmm, I posted this comment yesterday, but I think it must&#8217;ve gotten marked as spam or otherwise lost. Luckily I found it in my Quicksilver clipboard history :-)</p>

<p>Wow, that&#8217;s really weird. I had needed something like this yesterday and I had remembered seeing Ux in that book (which I own) so I went and downloaded Ux.</p>

<p>The bad news is that it&#8217;s kind of an awful mess. Instead of using something standard like the GNU autotools, it attempts to achieve cross-platform builds via some funky homegrown awk scripts. Worse, they didn&#8217;t work for me. I couldn&#8217;t get stuff building on my Linux box.</p>

<p>The good news is that I hacked around a corrected a half-dozen C++ errors and #include problems and got the thing to build.</p>

<p>My plan is to produce a set of patches and send them to Mr. Rochkind.</p>

<p>I haven&#8217;t actually gotten a chance to play with the classes as I abandoned the idea of using them for yesterday&#8217;s project when I realized what they weren&#8217;t &#8220;plug and play&#8221;.</p>

<p>If they&#8217;re good, I&#8217;m wondering if they should be converted to use autotools and put up on Sourceforge.</p>

<p>Let me know if you want a copy of the hacked sources so that you can play around&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/comment-page-1/#comment-5353</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Thu, 12 Oct 2006 17:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/10/11/a-c-wrapper-for-standard-nix-stuff/#comment-5353</guid>
		<description>&lt;p&gt;OK, I went ahead and created a patch for all of the issues that I had while trying to build Ux on Linux. I&#039;ve sent it to Marc Rochkind and I&#039;ve posted it here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://marc.abramowitz.info/archives/2006/10/12/patching-marc-rochkinds-ux-library/&quot;&gt;marc.abramowitz.info rochinds-ux patch&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK, I went ahead and created a patch for all of the issues that I had while trying to build Ux on Linux. I&#8217;ve sent it to Marc Rochkind and I&#8217;ve posted it here:</p>

<p><a href="http://marc.abramowitz.info/archives/2006/10/12/patching-marc-rochkinds-ux-library/">marc.abramowitz.info rochinds-ux patch</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
