PDA

View Full Version : make clean fails because ylwrap is missing


ceros
2009-01-07, 01:04
Running 'make clean distclean' still fails because ylwrap is missing in "XBMC/xbmc/visualizations/Goom/goom2k4-0". I've submitted a ticket.
http://xbmc.org/trac/ticket/5598

Easy solution, just run 'automake-1.10 --foreign --add-missing --copy' in the corresponding directory.

althekiller
2009-01-07, 01:38
install bison then rerun configure.

miribota
2009-01-07, 02:21
Installing bison hasn't worked for me on Ubuntu 8.10

http://xbmc.org/forum/showthread.php?t=42242

tslayer
2009-01-07, 02:31
Did you rerun configure after installing it? Or even do a fresh checkout?

miribota
2009-01-07, 03:21
I have. I actually have installed bison (as well as all other dependencies) before I even cheched out XBMC from SVN.

ceros
2009-01-07, 05:14
install bison then rerun configure.

bison was already installed on my computer.