Kodi Community Forum

Full Version: make clean fails because ylwrap is missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Running 'make clean distclean' still fails because ylwrap is missing in "XBMC/xbmc/visualizations/Goom/goom2k4-0". I've submitted a ticket.
http://trac.xbmc.org/ticket/5598

Easy solution, just run 'automake-1.10 --foreign --add-missing --copy' in the corresponding directory.
install bison then rerun configure.
Installing bison hasn't worked for me on Ubuntu 8.10

http://forum.xbmc.org/showthread.php?tid=42242
Did you rerun configure after installing it? Or even do a fresh checkout?
I have. I actually have installed bison (as well as all other dependencies) before I even cheched out XBMC from SVN.
althekiller Wrote:install bison then rerun configure.

bison was already installed on my computer.