Hi,
When I try to install Bilbo from repository afte make file generated without any problem when I use make, i see an error message:
sadeq@sadeq-laptop:~/bilbo/build$ cmake -DCMAKE_INSTALL_PREFIX= ..
e
-- Found Qt-Version 4.4.3 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Found KDE 4.1 include dir: /usr/include
-- Found KDE 4.1 library dir: /usr/lib
-- Found KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found KDE PIM libraries
-- Found KDE PIM libraries
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sadeq/bilbo/build
sadeq@sadeq-laptop:~/bilbo/build$ make
[ 1%] Building CXX object bilbokblog/CMakeFiles/bilbokblog.dir/gdata.o
In file included from /usr/include/syndication/global.h:25,
from /usr/include/syndication/loader.h:14,
from /home/sadeq/bilbo/bilbokblog/gdata_p.h:28,
from /home/sadeq/bilbo/bilbokblog/gdata.cpp:23:
/usr/include/syndication/feed.h:26:32: error: boost/shared_ptr.hpp: No such file or directory
In file included from /usr/include/syndication/global.h:25,
from /usr/include/syndication/loader.h:14,
from /home/sadeq/bilbo/bilbokblog/gdata_p.h:28,
from /home/sadeq/bilbo/bilbokblog/gdata.cpp:23:
/usr/include/syndication/feed.h:40: error: ‘boost’ has not been declared
/usr/include/syndication/feed.h:40: error: expected initializer before ‘<’ token
/usr/include/syndication/feed.h:42: error: ‘boost’ has not been declared
/usr/include/syndication/feed.h:42: error: expected initializer before ‘<’ token
/usr/include/syndication/feed.h:44: error: ‘boost’ has not been declared
/usr/include/syndication/feed.h:44: error: expected initializer before ‘<’ token
/usr/include/syndication/feed.h:46: error: ‘boost’ has not been declared
/usr/include/syndication/feed.h:46: error: expected initializer before ‘<’ token
/usr/include/syndication/feed.h:48: error: ‘boost’ has not been declared
/usr/include/syndication/feed.h:48: error: expected initializer before ‘<’ token
/usr/include/syndication/feed.h:50: error: ‘boost’ has not been declared
/usr/include/syndication/feed.h:50: error: expected initializer before ‘<’ token
/usr/include/syndication/feed.h:81: error: ‘SpecificDocumentPtr’ does not name a type
/usr/include/syndication/feed.h:90: error: ‘ItemPtr’ was not declared in this scope
FYI, I'm using Ubuntu 8.10 64bit arch.
what can I do now? Where is the problem? do I need to install one of boost libraries? which one?