Re: [Banshee-List] iPod support with cvs HEAD (0.11.x)



Sure Aaron. This email's sorta a thread so I had already explained it once. Sorry about that. Here's the start of it:

I run on Ubuntu Dapper/Edgy and I'm unable to get iPod support going. The
version of libipoddevice installed on Dapper/Edgy is 0.4.5. Of course I've
read the various changelogs... that the version dependency in ipod-sharp was
bumped to force require the new version of libipoddevice and I can't get the
latest banshee to accept the slightly older version of ipod-sharp
(libipod-cil).

So, the trouble is that I cannot build libipoddevice from CVS (0.4.6). I've
tried all kinds of things that normally help me get around these kinds of
problems... I've found usually it involves switching back to automake
1.7instead of
1.9 but in this case that didn't help. Every time I try to ./autogen.sh I get:

$ ./autogen.sh --prefix=/usr
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
 testing autoconf2.50.. .
not found.
 testing autoconf...
found 2.60
checking for automake >= 1.7...
 testing automake-1.7...
not found.
 testing automake-1.8...
not found.
 testing automake-1.9...
found 1.9.6
checking for libtool >= 1.5...
 testing libtoolize...
found 1.5.22
checking for pkg-config >= 0.14.0...
 testing pkg-config...
found 0.20
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.ac
Running libtoolize...
Running aclocal-1.9...
configure.ac:22: /usr/bin/m4: Warning: Excess arguments to built-in
`m4_if' ignored
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal-1.9: autom4te failed with exit status: 1

Any ideas? Anyone know when 0.4.6 is planned for release? I really
want to try out the new banshee stuff with my iPod.

On 7/29/06, Aaron Bockover <abockover novell com> wrote:
Umm... care you explain why? What distro are you on?
--Aaron


On Fri, 2006-07-28 at 18:54 -0400, Matt Philmon wrote:
> So, I had to remove
> AC_ARG_WITH(eject-command, AC_HELP_STRING(--with-eject-command],
> [Command to invoke in order to eject a device]),
>               eject_command="$withval", eject_command="${EJECT_PATH} %
> d")
> AC_DEFINE_UNQUOTED([EJECT_COMMAND], ["${eject_command}"], [eject
> command])
>
> AC_ARG_WITH(unmount-command, AC_HELP_STRING(--with-unmount-command],
> [Command to invoke in order to unmount a device]),
>               unmount_command="$withval",
> unmount_command="${UNMOUNT_PATH} %d")
> AC_DEFINE_UNQUOTED([UNMOUNT_COMMAND], ["${unmount_command}"], [unmount
> command])
>
> to:
> AC_DEFINE_UNQUOTED([EJECT_COMMAND], ["${eject_command}"], [eject
> command])
> AC_DEFINE_UNQUOTED([UNMOUNT_COMMAND], ["${unmount_command}"], [unmount
> command])
>
>
> On 7/28/06, Øivind Hoel <oivind hoel gmail com > wrote:
>         I decided to simply comment out the offending configure.ac
>         lines
>         myself... Seems to work just fine(tm) :-)
>
>
> _______________________________________________
> Banshee-list mailing list
> Banshee-list gnome org
> http://mail.gnome.org/mailman/listinfo/banshee-list

_______________________________________________
Banshee-list mailing list
Banshee-list gnome org
http://mail.gnome.org/mailman/listinfo/banshee-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]