<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Blogilo Forum &#187; Topic: Build problem</title>
		<link>http://blogilo.gnufolks.org/forum/topic/build-problem</link>
		<description>Blogilo Forum &raquo; Topic: Build problem</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 21:52:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://blogilo.gnufolks.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://blogilo.gnufolks.org/forum/rss/topic/build-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>mtux on "Build problem"</title>
			<link>http://blogilo.gnufolks.org/forum/topic/build-problem#post-12</link>
			<pubDate>Fri, 10 Apr 2009 11:47:07 +0000</pubDate>
			<dc:creator>mtux</dc:creator>
			<guid isPermaLink="false">12@http://blogilo.gnufolks.org/forum/</guid>
			<description>&#60;p&#62;The Boost library is one of KDEPimLibs dependencies! and it should installed on your system right now :-/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sadeqn on "Build problem"</title>
			<link>http://blogilo.gnufolks.org/forum/topic/build-problem#post-11</link>
			<pubDate>Fri, 10 Apr 2009 11:01:53 +0000</pubDate>
			<dc:creator>sadeqn</dc:creator>
			<guid isPermaLink="false">11@http://blogilo.gnufolks.org/forum/</guid>
			<description>&#60;p&#62;I installed libboost-dev (37mb download) it compiled fine! (I saw just several warnings) :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sadeqn on "Build problem"</title>
			<link>http://blogilo.gnufolks.org/forum/topic/build-problem#post-10</link>
			<pubDate>Fri, 10 Apr 2009 10:01:28 +0000</pubDate>
			<dc:creator>sadeqn</dc:creator>
			<guid isPermaLink="false">10@http://blogilo.gnufolks.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
When I try to install Bilbo from repository afte make file generated without any problem when I use make, i see an error message:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
sadeq@sadeq-laptop:~/bilbo/build$ cmake -DCMAKE_INSTALL_PREFIX=&#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;e&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62; ..&#60;br /&#62;
-- Found Qt-Version 4.4.3 (using /usr/bin/qmake)&#60;br /&#62;
-- Found X11: /usr/lib/libX11.so&#60;br /&#62;
-- Found Automoc4: /usr/bin/automoc4&#60;br /&#62;
-- Found Perl: /usr/bin/perl&#60;br /&#62;
-- Found KDE 4.1 include dir: /usr/include&#60;br /&#62;
-- Found KDE 4.1 library dir: /usr/lib&#60;br /&#62;
-- Found KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler&#60;br /&#62;
-- Found automoc4: /usr/bin/automoc4&#60;br /&#62;
-- Found KDE PIM libraries&#60;br /&#62;
-- Found KDE PIM libraries&#60;br /&#62;
-- Configuring done&#60;br /&#62;
-- Generating done&#60;br /&#62;
-- Build files have been written to: /home/sadeq/bilbo/build&#60;br /&#62;
sadeq@sadeq-laptop:~/bilbo/build$ make&#60;br /&#62;
[  1%] Building CXX object bilbokblog/CMakeFiles/bilbokblog.dir/gdata.o&#60;br /&#62;
In file included from /usr/include/syndication/global.h:25,&#60;br /&#62;
                 from /usr/include/syndication/loader.h:14,&#60;br /&#62;
                 from /home/sadeq/bilbo/bilbokblog/gdata_p.h:28,&#60;br /&#62;
                 from /home/sadeq/bilbo/bilbokblog/gdata.cpp:23:&#60;br /&#62;
/usr/include/syndication/feed.h:26:32: error: boost/shared_ptr.hpp: No such file or directory&#60;br /&#62;
In file included from /usr/include/syndication/global.h:25,&#60;br /&#62;
                 from /usr/include/syndication/loader.h:14,&#60;br /&#62;
                 from /home/sadeq/bilbo/bilbokblog/gdata_p.h:28,&#60;br /&#62;
                 from /home/sadeq/bilbo/bilbokblog/gdata.cpp:23:&#60;br /&#62;
/usr/include/syndication/feed.h:40: error: ‘boost’ has not been declared&#60;br /&#62;
/usr/include/syndication/feed.h:40: error: expected initializer before ‘&#38;lt;’ token&#60;br /&#62;
/usr/include/syndication/feed.h:42: error: ‘boost’ has not been declared&#60;br /&#62;
/usr/include/syndication/feed.h:42: error: expected initializer before ‘&#38;lt;’ token&#60;br /&#62;
/usr/include/syndication/feed.h:44: error: ‘boost’ has not been declared&#60;br /&#62;
/usr/include/syndication/feed.h:44: error: expected initializer before ‘&#38;lt;’ token&#60;br /&#62;
/usr/include/syndication/feed.h:46: error: ‘boost’ has not been declared&#60;br /&#62;
/usr/include/syndication/feed.h:46: error: expected initializer before ‘&#38;lt;’ token&#60;br /&#62;
/usr/include/syndication/feed.h:48: error: ‘boost’ has not been declared&#60;br /&#62;
/usr/include/syndication/feed.h:48: error: expected initializer before ‘&#38;lt;’ token&#60;br /&#62;
/usr/include/syndication/feed.h:50: error: ‘boost’ has not been declared&#60;br /&#62;
/usr/include/syndication/feed.h:50: error: expected initializer before ‘&#38;lt;’ token&#60;br /&#62;
/usr/include/syndication/feed.h:81: error: ‘SpecificDocumentPtr’ does not name a type&#60;br /&#62;
/usr/include/syndication/feed.h:90: error: ‘ItemPtr’ was not declared in this scope&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;FYI, I'm using Ubuntu 8.10 64bit arch.&#60;/p&#62;
&#60;p&#62;what can I do now? Where is the problem? do I need to install one of boost libraries? which one?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

