ERROR: Could not find a required library with SVN
#1
Ubuntu 8.04 mini install

Last upgraded SVN was about two weeks ago.

I go to upgrade today to the latest SVN (20280) by doing

# cd $HOME/XBMC
# sudo make uninstall
# make clean
# make distclean
# svn up
# ./configure --prefix=/usr --disable-pulse
# make -j2
# sudo make install

At the

# ./configure --prefix=/usr --disable-pulse

I get configure: error: ERROR: Could not find a required library. Please see README.linux

I try to update the libs using README.linux and the how-to FAQ. Same error.

Anyone know what I need to install?

I thought the XBMC was at a feature freeze for 9.04 RC, how do I not have the required libs already installed?

Thank you for any help.
Reply
#2
9.04 has been released so the feature freeze is over. The smoothvideo branch was merged so you require libsamplerate-dev installed now. It's in the README.linux.
Reply

Logout Mark Read Team Forum Stats Members Help
ERROR: Could not find a required library with SVN0