<?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"
	>
<channel>
	<title>Comments on: Installing C++ Boost on Gentoo and Debian/Ubuntu</title>
	<atom:link href="http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<pubDate>Fri, 05 Dec 2008 04:18:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Every Flavour Beans &#187; C++ Boost Filesystem Library(Part II): Example Programs</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-51414</link>
		<dc:creator>Every Flavour Beans &#187; C++ Boost Filesystem Library(Part II): Example Programs</dc:creator>
		<pubDate>Sun, 13 May 2007 17:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-51414</guid>
		<description>[...] How to Test C++ Boost InstallationC++ Boost Filesystem Library(Part III): Example ProgramsInstalling C++ Boost on Slackware/ZenwalkBoost Filesystem Library: Writing Portable C++ Programs to Acess The FilesystemInstalling C++ Boost on Gentoo and Debian/Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Test C++ Boost InstallationC++ Boost Filesystem Library(Part III): Example ProgramsInstalling C++ Boost on Slackware/ZenwalkBoost Filesystem Library: Writing Portable C++ Programs to Acess The FilesystemInstalling C++ Boost on Gentoo and Debian/Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PLMoe</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-33064</link>
		<dc:creator>PLMoe</dc:creator>
		<pubDate>Sun, 04 Mar 2007 04:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-33064</guid>
		<description>Here is the error

plmoe@kubuntu:~$ g++ -o first first.cpp
first.cpp:8:2: warning: no newline at end of file
plmoe@kubuntu:~$ g++ -o second second.cpp -lboost_filesystem
second.cpp:2:42: error: boost/filesystem/operations.hpp: No such file or directory
second.cpp:9:2: warning: no newline at end of file
second.cpp:3: error: ‘boost’ has not been declared
second.cpp:3: error: ‘filesystem’ is not a namespace-name
second.cpp:3: error: expected namespace-name before ‘;’ token
second.cpp: In function ‘int main()’:
second.cpp:6: error: ‘bfs’ has not been declared
second.cpp:6: error: ‘path’ was not declared in this scope
second.cpp:6: error: expected `;' before ‘p’
second.cpp:7: error: ‘bfs’ has not been declared
second.cpp:7: error: ‘p’ was not declared in this scope
second.cpp:7: error: ‘exists’ was not declared in this scope</description>
		<content:encoded><![CDATA[<p>Here is the error</p>
<p>plmoe@kubuntu:~$ g++ -o first first.cpp<br />
first.cpp:8:2: warning: no newline at end of file<br />
plmoe@kubuntu:~$ g++ -o second second.cpp -lboost_filesystem<br />
second.cpp:2:42: error: boost/filesystem/operations.hpp: No such file or directory<br />
second.cpp:9:2: warning: no newline at end of file<br />
second.cpp:3: error: ‘boost’ has not been declared<br />
second.cpp:3: error: ‘filesystem’ is not a namespace-name<br />
second.cpp:3: error: expected namespace-name before ‘;’ token<br />
second.cpp: In function ‘int main()’:<br />
second.cpp:6: error: ‘bfs’ has not been declared<br />
second.cpp:6: error: ‘path’ was not declared in this scope<br />
second.cpp:6: error: expected `;&#8217; before ‘p’<br />
second.cpp:7: error: ‘bfs’ has not been declared<br />
second.cpp:7: error: ‘p’ was not declared in this scope<br />
second.cpp:7: error: ‘exists’ was not declared in this scope</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PLMoe</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-33063</link>
		<dc:creator>PLMoe</dc:creator>
		<pubDate>Sun, 04 Mar 2007 04:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-33063</guid>
		<description>I use kubuntu 6.06. I tried every options. I also enable every repostories. But won't work. Any ideas? Thanks.</description>
		<content:encoded><![CDATA[<p>I use kubuntu 6.06. I tried every options. I also enable every repostories. But won&#8217;t work. Any ideas? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOanzi</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-2477</link>
		<dc:creator>JOanzi</dc:creator>
		<pubDate>Fri, 01 Dec 2006 23:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-2477</guid>
		<description>Thanks a million!  I used your instructions on a Knoppix 5 HD install after failing to be able to use the 'long way' (Synaptics PM retrieved boost-build v2 and bjam, but they refused to install v1.3.1 off sourceforge).

Only the apt-get on the boost python lib gave me trouble.  I don't need it, so I omitted it.

Anyway - hats off to you.</description>
		<content:encoded><![CDATA[<p>Thanks a million!  I used your instructions on a Knoppix 5 HD install after failing to be able to use the &#8216;long way&#8217; (Synaptics PM retrieved boost-build v2 and bjam, but they refused to install v1.3.1 off sourceforge).</p>
<p>Only the apt-get on the boost python lib gave me trouble.  I don&#8217;t need it, so I omitted it.</p>
<p>Anyway - hats off to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-884</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Wed, 18 Oct 2006 11:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-884</guid>
		<description>The option to be passed to the g++ compiler depends on the name of the library that is installed on a particular platform. It's different on different GNU/Linux distributions, for example:

-lboost_filesystem for Gentoo/Fedora/SUSE
-lboost_filesystem-gcc for Slackware/Zenwalk

I use any one of them in the example code with the assumption that it will be replaced by whatever actual name is used on a particular distribution.</description>
		<content:encoded><![CDATA[<p>The option to be passed to the g++ compiler depends on the name of the library that is installed on a particular platform. It&#8217;s different on different GNU/Linux distributions, for example:</p>
<p>-lboost_filesystem for Gentoo/Fedora/SUSE<br />
-lboost_filesystem-gcc for Slackware/Zenwalk</p>
<p>I use any one of them in the example code with the assumption that it will be replaced by whatever actual name is used on a particular distribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auryn</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-880</link>
		<dc:creator>Auryn</dc:creator>
		<pubDate>Tue, 17 Oct 2006 14:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-880</guid>
		<description>When it says
   sh# g++ -o second second.cpp -lboost-filesystem
I had to use
   sh# g++ -o second second.cpp -lboost_filesystem
[using an underscore instead]</description>
		<content:encoded><![CDATA[<p>When it says<br />
   sh# g++ -o second second.cpp -lboost-filesystem<br />
I had to use<br />
   sh# g++ -o second second.cpp -lboost_filesystem<br />
[using an underscore instead]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-492</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Mon, 11 Sep 2006 12:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-492</guid>
		<description>Yes, you are right. Thanks for catching the goof-up and letting me know about it.
The post is now fixed to incorporate the necessary changes.

Cheers.</description>
		<content:encoded><![CDATA[<p>Yes, you are right. Thanks for catching the goof-up and letting me know about it.<br />
The post is now fixed to incorporate the necessary changes.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jun Zhang</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/#comment-356</link>
		<dc:creator>Jun Zhang</dc:creator>
		<pubDate>Mon, 21 Aug 2006 04:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-356</guid>
		<description>In Ubuntu, the above steps will not install any header files into the system. Then, the following test compiling will also be failed.

Please using the following command:
    apt-get install libboost.*dev</description>
		<content:encoded><![CDATA[<p>In Ubuntu, the above steps will not install any header files into the system. Then, the following test compiling will also be failed.</p>
<p>Please using the following command:<br />
    apt-get install libboost.*dev</p>
]]></content:encoded>
	</item>
</channel>
</rss>
