|
Banshee plugin - for iTunes....error message...
Following the install notes (see below) and running the ./configure script I get the following error:
linux-2wrl:/home/linux_fan/banshee-itunes-plugin # ls
aclocal.m4 autom4te.cache config.guess config.sub configure.ac INSTALL Makefile.am missing .svn
autogen.sh ChangeLog config.log configure COPYING install-sh Makefile.in src TODO
linux-2wrl:/home/linux_fan/banshee-itunes-plugin # ./configure
configure: error: cannot find sources (README) in . or ..
linux-2wrl:/home/linux_fan/banshee-itunes-plugin #
...the directory 'src' is in the current directory so what is this message telling
me?
I even tried the autogen.sh script and this is what it returned:
linux-2wrl:/home/linux_fan/banshee-itunes-plugin # ./autogen.sh
You must run this script in the top-level banshee-itunes-plugin directory
linux-2wrl:/home/linux_fan/banshee-itunes-plugin #
...I thought I was at the 'top level' after I used the 'cd' command...???
...this is an unsupported plugin for Banshee so I wont be to upset if I cant
get it to run but do any of the above error's make sense to anyone?
Thanks for your reply! :0
Install notes:
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
|