We all know that Songbird has stopped support for linux.yet there are contributer in songbird community who has contributed the builds for songbird. ref: http://wiki.songbirdnest.com/Develop...ributed_Builds
Its been more than a year i have taken plunge into kubuntu.yet i dont know what to do with .tar.gz files. how do i install them. i read few posts on KFN and there was one good thread: http://kubuntuforums.net/forums/inde...opic=3113424.0
i dont want to screw up with my working system. so i have come to KFN for your guidance
Here is what i have done till now:
1. downloaded the Songbird source tarball file from the songbirdnest. i was confused which one to download, the source tarball or Generic Linux 64-bit. downloaded both files. but songbird.mk file is present only in source tarball
2. installed subversion subversion g++ g++-4.5 libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libgtk2.0-dev as prerequisite
3. extracted source tarball to ~/sbird/
4. cd sbird
5. make -f songbird.mk
following is the output
no idea how to proceed...
Its been more than a year i have taken plunge into kubuntu.yet i dont know what to do with .tar.gz files. how do i install them. i read few posts on KFN and there was one good thread: http://kubuntuforums.net/forums/inde...opic=3113424.0
i dont want to screw up with my working system. so i have come to KFN for your guidance
Here is what i have done till now:
1. downloaded the Songbird source tarball file from the songbirdnest. i was confused which one to download, the source tarball or Generic Linux 64-bit. downloaded both files. but songbird.mk file is present only in source tarball
2. installed subversion subversion g++ g++-4.5 libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libgtk2.0-dev as prerequisite
3. extracted source tarball to ~/sbird/
4. cd sbird
5. make -f songbird.mk
following is the output
Code:
svn: '/home/kapil/sbird' is not a working copy svn: '/home/kapil/sbird' is not a working copy Songbird Build System cd /home/kapil/sbird && \ autoconf && \ rm -f -r /home/kapil/sbird/autom4te.cache/ svn up /home/kapil/sbird/dependencies/vendor/mozbrowser Skipped '/home/kapil/sbird/dependencies/vendor/mozbrowser' checking whether we are using the GNU C compiler... no svn up /home/kapil/sbird/dependencies/vendor/mozjshttpd Skipped '/home/kapil/sbird/dependencies/vendor/mozjshttpd' mkdir -p /home/kapil/sbird/compiled /home/kapil/sbird/compiled/dist cd /home/kapil/sbird/compiled && \ /home/kapil/sbird/configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking whether we are using the GNU C compiler... no . . . checking for dbus-glib-1... Package dbus-glib-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `dbus-glib-1.pc' to the PKG_CONFIG_PATH environment variable No package 'dbus-glib-1' found configure: error: Library requirements (dbus-glib-1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. make: *** [/home/kapil/sbird/compiled/config.status] Error 1
Comment