On Thu, Jul 13, 2006 at 08:47:20PM +0100, Darren Salt wrote:
elif [ "$opt" = "compile" ]; then sudo rm -fr /usr/include/xine.h /usr/include/xine && \
Not needed until you're ready to reinstall.
Oh NO : with change of xine, one really have to remove those BEFORE compiling, I have experienced errors due to this :-) So it's better to just remove it...
Why as root?
Because with some of the xine cvs it sometimes fails without root privileges (as some files in make install are created there with root passwd) but xine is the only program I have to use root to compil...
Duplication: automake is run by autogen.sh.
Then my first script was indeed correct :-)
Works fine here. I'm guessing that you have a broken libasound installation.
Or you are still on previous libasound ?
That means that the VDR patch needs to be updated to work with CVS HEAD. You should either do that (it may be enough to remove @XINE_PLUGIN_MIN_SYMS@) or use 1.1.2.
Yes, it took me some time to discover the patch wasn't made for the CVS :-)