<?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: Simple Guide to Installing Boost on Mac OS X</title>
	<atom:link href="http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/</link>
	<description>Blogging for technology, software, programming and the Internet</description>
	<lastBuildDate>Mon, 21 Dec 2009 12:17:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Compiling Boost on Mac OS X for 64bit Builds &#124; Technoboria</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-77</link>
		<dc:creator>Compiling Boost on Mac OS X for 64bit Builds &#124; Technoboria</dc:creator>
		<pubDate>Mon, 21 Dec 2009 12:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-77</guid>
		<description>[...] on my hands at the moment, I thought I&#8217;d get back into playing around with Boost. Since my Simple Guide to Installing Boost on Mac OS X article was published we have had a few new releases of Boost, and more importantly a whole new [...]</description>
		<content:encoded><![CDATA[<p>[...] on my hands at the moment, I thought I&#8217;d get back into playing around with Boost. Since my Simple Guide to Installing Boost on Mac OS X article was published we have had a few new releases of Boost, and more importantly a whole new [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-76</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 14 Sep 2009 17:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-76</guid>
		<description>No, I&#039;ve not tried it yet. Reading around on the forums it does seem to be a problem. Not sure what it is yet. When I work it out I&#039;ll update the article. If anyone finds a solution, let me know in the comments.

Thanks for pointing this out.</description>
		<content:encoded><![CDATA[<p>No, I&#8217;ve not tried it yet. Reading around on the forums it does seem to be a problem. Not sure what it is yet. When I work it out I&#8217;ll update the article. If anyone finds a solution, let me know in the comments.</p>
<p>Thanks for pointing this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-75</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 09 Sep 2009 20:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-75</guid>
		<description>Has anyone tried this on Snow Leopard? The &quot;architecture=combined&quot; parameter causes everything to fail.</description>
		<content:encoded><![CDATA[<p>Has anyone tried this on Snow Leopard? The &#8220;architecture=combined&#8221; parameter causes everything to fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Game Programming with C++ and Gosu &#124; Technoboria</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-71</link>
		<dc:creator>Game Programming with C++ and Gosu &#124; Technoboria</dc:creator>
		<pubDate>Fri, 24 Jul 2009 20:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-71</guid>
		<description>[...] if you are brave enough to do some 3D. It is built on top of the Boost libraries (See my previous post on Installing Boost), so if you need advanced stuff like threads you can get those without too much [...]</description>
		<content:encoded><![CDATA[<p>[...] if you are brave enough to do some 3D. It is built on top of the Boost libraries (See my previous post on Installing Boost), so if you need advanced stuff like threads you can get those without too much [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moka</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-69</link>
		<dc:creator>moka</dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-69</guid>
		<description>ah okay that makes sense. thanks</description>
		<content:encoded><![CDATA[<p>ah okay that makes sense. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-68</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-68</guid>
		<description>Most of boost is compiled inline from the headers. You only need the library&#039;s to link against for threads, regex and a couple of other things. Any boost.framework would need to include everything in boost to be useful, that would be all the libraries and all the headers which would lead to quite large apps.

In the end, after you&#039;ve got the libraries compiled you just need to include the one&#039;s you need to get your app to link and make sure there&#039;s a build step to copy them over, it&#039;s almost the same as using a framework, except the copy isn&#039;t done automatically during the build.</description>
		<content:encoded><![CDATA[<p>Most of boost is compiled inline from the headers. You only need the library&#8217;s to link against for threads, regex and a couple of other things. Any boost.framework would need to include everything in boost to be useful, that would be all the libraries and all the headers which would lead to quite large apps.</p>
<p>In the end, after you&#8217;ve got the libraries compiled you just need to include the one&#8217;s you need to get your app to link and make sure there&#8217;s a build step to copy them over, it&#8217;s almost the same as using a framework, except the copy isn&#8217;t done automatically during the build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moka</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-67</link>
		<dc:creator>moka</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-67</guid>
		<description>hmm okay, I am genereally new to frameworks and all the c++ library types, so this might be a stupid question. it&#039;s not possible to compile it all into one framework, so I could simply include boost.framework in my xCode Project?</description>
		<content:encoded><![CDATA[<p>hmm okay, I am genereally new to frameworks and all the c++ library types, so this might be a stupid question. it&#8217;s not possible to compile it all into one framework, so I could simply include boost.framework in my xCode Project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-66</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-66</guid>
		<description>I think it might be. A few people have recommended just dumping the source into your own xcode project and compiling it in. I would advise against it though because boost is pretty bit! If you link against the dynamic dylibs you need to copy those into your executable bundle which is the same as you&#039;d need to do with a framework.</description>
		<content:encoded><![CDATA[<p>I think it might be. A few people have recommended just dumping the source into your own xcode project and compiling it in. I would advise against it though because boost is pretty bit! If you link against the dynamic dylibs you need to copy those into your executable bundle which is the same as you&#8217;d need to do with a framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moka</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-65</link>
		<dc:creator>moka</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-65</guid>
		<description>no i guess that was the problem. Another question, do you know if it is possible to compile the files into one boost.framework? thank you!</description>
		<content:encoded><![CDATA[<p>no i guess that was the problem. Another question, do you know if it is possible to compile the files into one boost.framework? thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.technoboria.com/2009/07/simple-guide-to-installing-boost-on-mac-os-x/comment-page-1/#comment-64</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.technoboria.com/?p=124#comment-64</guid>
		<description>Hmm strange, have you definitely setup a root account? Otherwise I don&#039;t think sudo will work. You also need to use the password you set for the root account, not your current login password. Like most Unix commands it doesn&#039;t give you an error when it fails, which is a pain. I might give the instructions another run through to see if I missed anything.</description>
		<content:encoded><![CDATA[<p>Hmm strange, have you definitely setup a root account? Otherwise I don&#8217;t think sudo will work. You also need to use the password you set for the root account, not your current login password. Like most Unix commands it doesn&#8217;t give you an error when it fails, which is a pain. I might give the instructions another run through to see if I missed anything.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
