<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Persistent notes &#187; boost</title>
	<atom:link href="http://alexkr.com/tag/boost/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Sat, 07 Apr 2012 20:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Buffer overrun while building Boost 1.34.0</title>
		<link>http://alexkr.com/posts/121/buffer-overrun-while-building-boost-1340/</link>
		<comments>http://alexkr.com/posts/121/buffer-overrun-while-building-boost-1340/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 13:09:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[cpp]]></category>

		<guid isPermaLink="false">http://alexkr.com/posts/121/buffer-overrun-while-building-boost-1340/</guid>
		<description><![CDATA[I was building Boost on VS 7.1 today when I got cl.exe error for buffer overrun.
After looking around I realized that correct command line for the bjam utility should be:


bjam --build-dir=%TEMP_DIR% --toolset=msvc-7.1 stage


instead of &#8220;msvc&#8221; which is shown in the Getting Started guide.
]]></description>
		<wfw:commentRss>http://alexkr.com/posts/121/buffer-overrun-while-building-boost-1340/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

