<?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: Learning C++ 0x &#8211; Building Boost Library for Visual C++</title>
	<atom:link href="http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/</link>
	<description>On Windows Programming, Technical Tips etc...</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Antonio</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2035</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Thu, 19 Mar 2009 19:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2035</guid>
		<description>guys, thank you very much. You are the best</description>
		<content:encoded><![CDATA[<p>guys, thank you very much. You are the best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimal</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2033</link>
		<dc:creator>Vimal</dc:creator>
		<pubDate>Fri, 04 Apr 2008 11:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2033</guid>
		<description>Dear all,

The problem is resolved, I used the latest 1.35 and it complies without any problem :-)

Best regards
Vimal</description>
		<content:encoded><![CDATA[<p>Dear all,</p>
<p>The problem is resolved, I used the latest 1.35 and it complies without any problem <img src='http://codereflect.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Best regards<br />
Vimal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimal</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2034</link>
		<dc:creator>Vimal</dc:creator>
		<pubDate>Fri, 04 Apr 2008 09:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2034</guid>
		<description>Hi,

I am trying to compile Boost &quot;boost_1_33_1&quot; for visual studio 2005, vc8 using boost-jam-3.1.16-1-ntx86.

I followed the steps in the tutorial above. However cannot get to generate the libraries.

I made the following changes to build.bat
:Guess_Toolset
if NOT &quot;_%VS80COMNTOOLS%_&quot; == &quot;__&quot; (
    set BOOST_JAM_TOOLSET=vc8
    set BOOST_JAM_TOOLSET_ROOT=%VS90COMNTOOLS%\..\..\VC\
    goto :eof)
setlocal &amp; endlocal
if NOT &quot;_%VCINSTALLDIR%_&quot; == &quot;__&quot; (
    set BOOST_JAM_TOOLSET=vc8
    set BOOST_JAM_TOOLSET_ROOT=%VCINSTALLDIR%\VC\
    goto :eof)
setlocal &amp; endlocal
if EXIST &quot;%ProgramFiles%\Microsoft Visual Studio 8\VC\VCVARSALL.BAT&quot; (
    set BOOST_JAM_TOOLSET=vc8
    set BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio 8\VC\
    goto :eof)
setlocal &amp; endlocal
if EXIST &quot;C:\Program Files\Microsoft Visual Studio 8\VC\VCVARSALL.BAT&quot; (
    set BOOST_JAM_TOOLSET=vc8
    set BOOST_JAM_TOOLSET_ROOT=C:\Program Files\Microsoft Visual Studio 8\VC\
    goto :eof)
setlocal &amp; endlocal
if EXIST &quot;%ProgramFiles%\Microsoft Visual Studio 8\VC\VCVARSALL.BAT&quot; (
    set BOOST_JAM_TOOLSET=vc8
    set BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio 8\VC\
    goto :eof)
setlocal &amp; endlocal

and later on

:Setup_Toolset
if &quot;_%BOOST_JAM_TOOLSET%_&quot; == &quot;_msvc_&quot; (
    if NOT &quot;_%MSVCDir%_&quot; == &quot;__&quot; (
        set BOOST_JAM_TOOLSET_ROOT=%MSVCDir%\) )
if &quot;_%BOOST_JAM_TOOLSET%_&quot; == &quot;_msvc_&quot; (
    if EXIST &quot;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&quot; (
        call &quot;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&quot; ) )
if &quot;_%BOOST_JAM_TOOLSET%_&quot; == &quot;_msvc_&quot; (
    if not &quot;_%BOOST_JAM_TOOLSET_ROOT%_&quot; == &quot;__&quot; (
        set PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%)
    set BOOST_JAM_CC=cl /nologo /GZ /Zi /MLd -DNT -DYYDEBUG kernel32.lib advapi32.lib
    set BOOST_JAM_OPT_JAM=/Febootstrap\jam0
    set BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0
    set BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0
    set _known_=1
)
if &quot;_%BOOST_JAM_TOOLSET%_&quot; == &quot;_vc8_&quot; (
    if NOT &quot;_%MSVCDir%_&quot; == &quot;__&quot; (
        set BOOST_JAM_TOOLSET_ROOT=%MSVCDir%\) )
if &quot;_%BOOST_JAM_TOOLSET%_&quot; == &quot;_vc8_&quot; (
    if EXIST &quot;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&quot; (
        call &quot;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&quot; ) )
if &quot;_%BOOST_JAM_TOOLSET%_&quot; == &quot;_vc8_&quot; (
    if not &quot;_%BOOST_JAM_TOOLSET_ROOT%_&quot; == &quot;__&quot; (
        set PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%)
    set BOOST_JAM_CC=cl /nologo /GZ /Zi /MLd -DNT -DYYDEBUG kernel32.lib advapi32.lib
    set BOOST_JAM_OPT_JAM=/Febootstrap\jam0
    set BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0
    set BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0
    set _known_=1
)

Now, when I run &gt;bjam &quot;-sTOOLS=vc_80&quot; install

I get the following message:


C:\Boost\boost_1_33_1&gt;bjam &quot;-sTOOLS=vc_80&quot; install
vc_80-tools.jam: No such file or directory
******************************************************
Building Boost.Iostreams with bzip2 support disabled.
To enable bzip2, consult the Boost.Iostreams documentation
******************************************************
******************************************************
Building Boost.Iostreams with zlib and gzip support disabled.
To enable zlib and gzip, consult the Boost.Iostreams documentation
******************************************************
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don&#039;t know what ICU is then you probably don&#039;t need it).
vc_80-tools.jam: No such file or directory
C:\Boost\boost_1_33_1\tools/build/v1\allyourbase.jam:645: in C++
rule C++-action unknown in module
C:\Boost\boost_1_33_1\tools/build/v1\allyourbase.jam:1142: in Object
C:\Boost\boost_1_33_1\tools/build/v1\allyourbase.jam:1207: in Objects
C:\Boost\boost_1_33_1\tools/build/v1\boost-base.jam:150: in dll-files
C:\Boost\boost_1_33_1\tools/build/v1\boost-base.jam:1969: in subvariant-target
C:\Boost\boost_1_33_1\tools/build/v1\boost-base.jam:2406: in stage
Jamfile:224: in load-jamfiles
C:\Boost\boost_1_33_1\tools\build\v1\bootstrap.jam:21: in boost-build
C:\Boost\boost_1_33_1\boost-build.jam:16: in module scope

I am obviously doing something wrong, please help.

The similar steps worked fine and I was able  to compile the libs using Visual Studio .Net 2003, but could not replicate in 2005.

Thanks
Vimal</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to compile Boost &#8220;boost_1_33_1&#8243; for visual studio 2005, vc8 using boost-jam-3.1.16-1-ntx86.</p>
<p>I followed the steps in the tutorial above. However cannot get to generate the libraries.</p>
<p>I made the following changes to build.bat<br />
:Guess_Toolset<br />
if NOT &#8220;_%VS80COMNTOOLS%_&#8221; == &#8220;__&#8221; (<br />
    set BOOST_JAM_TOOLSET=vc8<br />
    set BOOST_JAM_TOOLSET_ROOT=%VS90COMNTOOLS%\..\..\VC\<br />
    goto :eof)<br />
setlocal &amp; endlocal<br />
if NOT &#8220;_%VCINSTALLDIR%_&#8221; == &#8220;__&#8221; (<br />
    set BOOST_JAM_TOOLSET=vc8<br />
    set BOOST_JAM_TOOLSET_ROOT=%VCINSTALLDIR%\VC\<br />
    goto :eof)<br />
setlocal &amp; endlocal<br />
if EXIST &#8220;%ProgramFiles%\Microsoft Visual Studio 8\VC\VCVARSALL.BAT&#8221; (<br />
    set BOOST_JAM_TOOLSET=vc8<br />
    set BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio 8\VC\<br />
    goto :eof)<br />
setlocal &amp; endlocal<br />
if EXIST &#8220;C:\Program Files\Microsoft Visual Studio 8\VC\VCVARSALL.BAT&#8221; (<br />
    set BOOST_JAM_TOOLSET=vc8<br />
    set BOOST_JAM_TOOLSET_ROOT=C:\Program Files\Microsoft Visual Studio 8\VC\<br />
    goto :eof)<br />
setlocal &amp; endlocal<br />
if EXIST &#8220;%ProgramFiles%\Microsoft Visual Studio 8\VC\VCVARSALL.BAT&#8221; (<br />
    set BOOST_JAM_TOOLSET=vc8<br />
    set BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio 8\VC\<br />
    goto :eof)<br />
setlocal &amp; endlocal</p>
<p>and later on</p>
<p>:Setup_Toolset<br />
if &#8220;_%BOOST_JAM_TOOLSET%_&#8221; == &#8220;_msvc_&#8221; (<br />
    if NOT &#8220;_%MSVCDir%_&#8221; == &#8220;__&#8221; (<br />
        set BOOST_JAM_TOOLSET_ROOT=%MSVCDir%\) )<br />
if &#8220;_%BOOST_JAM_TOOLSET%_&#8221; == &#8220;_msvc_&#8221; (<br />
    if EXIST &#8220;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&#8221; (<br />
        call &#8220;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&#8221; ) )<br />
if &#8220;_%BOOST_JAM_TOOLSET%_&#8221; == &#8220;_msvc_&#8221; (<br />
    if not &#8220;_%BOOST_JAM_TOOLSET_ROOT%_&#8221; == &#8220;__&#8221; (<br />
        set PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%)<br />
    set BOOST_JAM_CC=cl /nologo /GZ /Zi /MLd -DNT -DYYDEBUG kernel32.lib advapi32.lib<br />
    set BOOST_JAM_OPT_JAM=/Febootstrap\jam0<br />
    set BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0<br />
    set BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0<br />
    set _known_=1<br />
)<br />
if &#8220;_%BOOST_JAM_TOOLSET%_&#8221; == &#8220;_vc8_&#8221; (<br />
    if NOT &#8220;_%MSVCDir%_&#8221; == &#8220;__&#8221; (<br />
        set BOOST_JAM_TOOLSET_ROOT=%MSVCDir%\) )<br />
if &#8220;_%BOOST_JAM_TOOLSET%_&#8221; == &#8220;_vc8_&#8221; (<br />
    if EXIST &#8220;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&#8221; (<br />
        call &#8220;%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT&#8221; ) )<br />
if &#8220;_%BOOST_JAM_TOOLSET%_&#8221; == &#8220;_vc8_&#8221; (<br />
    if not &#8220;_%BOOST_JAM_TOOLSET_ROOT%_&#8221; == &#8220;__&#8221; (<br />
        set PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%)<br />
    set BOOST_JAM_CC=cl /nologo /GZ /Zi /MLd -DNT -DYYDEBUG kernel32.lib advapi32.lib<br />
    set BOOST_JAM_OPT_JAM=/Febootstrap\jam0<br />
    set BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0<br />
    set BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0<br />
    set _known_=1<br />
)</p>
<p>Now, when I run &gt;bjam &#8220;-sTOOLS=vc_80&#8243; install</p>
<p>I get the following message:</p>
<p>C:\Boost\boost_1_33_1&gt;bjam &#8220;-sTOOLS=vc_80&#8243; install<br />
vc_80-tools.jam: No such file or directory<br />
******************************************************<br />
Building Boost.Iostreams with bzip2 support disabled.<br />
To enable bzip2, consult the Boost.Iostreams documentation<br />
******************************************************<br />
******************************************************<br />
Building Boost.Iostreams with zlib and gzip support disabled.<br />
To enable zlib and gzip, consult the Boost.Iostreams documentation<br />
******************************************************<br />
Building Boost.Regex with the optional Unicode/ICU support disabled.<br />
Please refer to the Boost.Regex documentation for more information<br />
(and if you don&#8217;t know what ICU is then you probably don&#8217;t need it).<br />
vc_80-tools.jam: No such file or directory<br />
C:\Boost\boost_1_33_1\tools/build/v1\allyourbase.jam:645: in C++<br />
rule C++-action unknown in module<br />
C:\Boost\boost_1_33_1\tools/build/v1\allyourbase.jam:1142: in Object<br />
C:\Boost\boost_1_33_1\tools/build/v1\allyourbase.jam:1207: in Objects<br />
C:\Boost\boost_1_33_1\tools/build/v1\boost-base.jam:150: in dll-files<br />
C:\Boost\boost_1_33_1\tools/build/v1\boost-base.jam:1969: in subvariant-target<br />
C:\Boost\boost_1_33_1\tools/build/v1\boost-base.jam:2406: in stage<br />
Jamfile:224: in load-jamfiles<br />
C:\Boost\boost_1_33_1\tools\build\v1\bootstrap.jam:21: in boost-build<br />
C:\Boost\boost_1_33_1\boost-build.jam:16: in module scope</p>
<p>I am obviously doing something wrong, please help.</p>
<p>The similar steps worked fine and I was able  to compile the libs using Visual Studio .Net 2003, but could not replicate in 2005.</p>
<p>Thanks<br />
Vimal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lavanya</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2027</link>
		<dc:creator>Lavanya</dc:creator>
		<pubDate>Sat, 24 Mar 2007 07:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2027</guid>
		<description>hi

Thank for ur wonderful clear ideas regarding the installation of BOOST.
Well, right now im trying on the installation of BOOST (as in step 8)... All the previous steps have been successfully executed.
 While compiling, in the debug built ...it has skipped about 159 targets and failed to update 13 target. Im not sure wat it means... and whether the compilation is successful

Can u throw some light in this regard
Thanks in advance</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>Thank for ur wonderful clear ideas regarding the installation of BOOST.<br />
Well, right now im trying on the installation of BOOST (as in step 8)&#8230; All the previous steps have been successfully executed.<br />
 While compiling, in the debug built &#8230;it has skipped about 159 targets and failed to update 13 target. Im not sure wat it means&#8230; and whether the compilation is successful</p>
<p>Can u throw some light in this regard<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S a r a t h</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2028</link>
		<dc:creator>S a r a t h</dc:creator>
		<pubDate>Thu, 08 Mar 2007 06:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2028</guid>
		<description>Check the include order and make sure that the boost root folder is there in the include path, then only it will get  include files.</description>
		<content:encoded><![CDATA[<p>Check the include order and make sure that the boost root folder is there in the include path, then only it will get  include files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spyros</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2032</link>
		<dc:creator>Spyros</dc:creator>
		<pubDate>Wed, 07 Mar 2007 20:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2032</guid>
		<description>I am not a programmer and I needed to install Boost for another library (Quantlib) to function. I have Visual C++ 2005 Express edition installed on my computer, and after some try I managed to build the library (I used the simplest command, namely /*bjam &quot;-sTOOLS=vc-8_0&quot; install*/, not knowing what the other options would do). An include and a lib folder were created, and I happily added their paths to the relevant Tools-&gt;Options-&gt;Projects and Solutions-&gt;VC++ Directories using the IDE. Of course, when I attempted to compile Quantlib, the boost/config header could not be found etc..
Perhaps I was too vain to believe that it could work with the first try, but I cannot find what is wrong and I don&#039;t want to build again without a reason (it took something like an hour!). Any ideas?</description>
		<content:encoded><![CDATA[<p>I am not a programmer and I needed to install Boost for another library (Quantlib) to function. I have Visual C++ 2005 Express edition installed on my computer, and after some try I managed to build the library (I used the simplest command, namely /*bjam &#8220;-sTOOLS=vc-8_0&#8243; install*/, not knowing what the other options would do). An include and a lib folder were created, and I happily added their paths to the relevant Tools-&gt;Options-&gt;Projects and Solutions-&gt;VC++ Directories using the IDE. Of course, when I attempted to compile Quantlib, the boost/config header could not be found etc..<br />
Perhaps I was too vain to believe that it could work with the first try, but I cannot find what is wrong and I don&#8217;t want to build again without a reason (it took something like an hour!). Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S a r a t h</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2029</link>
		<dc:creator>S a r a t h</dc:creator>
		<pubDate>Tue, 06 Mar 2007 00:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2029</guid>
		<description>If you simply understand the logic behind the this building, it will be more easier. Initially it was painful for me. It is something linux style distribution of libraries.
You can download the file compiled library provided by boost consulting.
Please see my post on the same.

http://sarathc.wordpress.com/2007/02/21/boost-library-installer-for-windows-visual-c-7180-for-linuxunix-flavors-too/

Actually distriubting source and building it is a cool procedure. The total build will take aproximately 700 MB without building python libraries. For those who having slow net connection will not go for downloading the large large binaries as we have an option to build the same with source files. On the other hand people are not ready to crash their brain on building and learing tool for building the library. But still we can learn something from it. Also if we build the libraries, we can have our own modicifation (if any) build and use it. :)</description>
		<content:encoded><![CDATA[<p>If you simply understand the logic behind the this building, it will be more easier. Initially it was painful for me. It is something linux style distribution of libraries.<br />
You can download the file compiled library provided by boost consulting.<br />
Please see my post on the same.</p>
<p><a href="http://sarathc.wordpress.com/2007/02/21/boost-library-installer-for-windows-visual-c-7180-for-linuxunix-flavors-too/" rel="nofollow">http://sarathc.wordpress.com/2007/02/21/boost-library-installer-for-windows-visual-c-7180-for-linuxunix-flavors-too/</a></p>
<p>Actually distriubting source and building it is a cool procedure. The total build will take aproximately 700 MB without building python libraries. For those who having slow net connection will not go for downloading the large large binaries as we have an option to build the same with source files. On the other hand people are not ready to crash their brain on building and learing tool for building the library. But still we can learn something from it. Also if we build the libraries, we can have our own modicifation (if any) build and use it. <img src='http://codereflect.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lambert</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2031</link>
		<dc:creator>lambert</dc:creator>
		<pubDate>Mon, 05 Mar 2007 21:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2031</guid>
		<description>PS: obviously this rant was aimed at the people behind Boost, not at the writer of the above article.</description>
		<content:encoded><![CDATA[<p>PS: obviously this rant was aimed at the people behind Boost, not at the writer of the above article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lambert</title>
		<link>http://codereflect.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/comment-page-1/#comment-2030</link>
		<dc:creator>lambert</dc:creator>
		<pubDate>Mon, 05 Mar 2007 21:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2007/02/09/learning-c-0x-building-boost-library-for-visual-c/#comment-2030</guid>
		<description>Aaargh... Why do these &quot;boost&quot; people make life so complicated? It scares me that these people are on the C++ committee :(

For crying out loud, I just need the damn libraries *compiled* on my machine, I don&#039;t want to go through this &quot;boost building&quot; hell.... PLEASE don&#039;t pollute my brain with obscure tools that I&#039;ll probably never use again (I hope...)

Life&#039;s too short...</description>
		<content:encoded><![CDATA[<p>Aaargh&#8230; Why do these &#8220;boost&#8221; people make life so complicated? It scares me that these people are on the C++ committee <img src='http://codereflect.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>For crying out loud, I just need the damn libraries *compiled* on my machine, I don&#8217;t want to go through this &#8220;boost building&#8221; hell&#8230;. PLEASE don&#8217;t pollute my brain with obscure tools that I&#8217;ll probably never use again (I hope&#8230;)</p>
<p>Life&#8217;s too short&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
