Kodi Community Forum
make clean fails because ylwrap is missing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: make clean fails because ylwrap is missing (/showthread.php?tid=43291)



make clean fails because ylwrap is missing - amejia - 2009-01-07

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.


- althekiller - 2009-01-07

install bison then rerun configure.


- miribota - 2009-01-07

Installing bison hasn't worked for me on Ubuntu 8.10

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


- tslayer - 2009-01-07

Did you rerun configure after installing it? Or even do a fresh checkout?


- miribota - 2009-01-07

I have. I actually have installed bison (as well as all other dependencies) before I even cheched out XBMC from SVN.


- amejia - 2009-01-07

althekiller Wrote:install bison then rerun configure.

bison was already installed on my computer.