Kodi Community Forum

Full Version: compilation errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I had some problem compiling the visualization library around ylwrap:
That patch make it compiling on x86_64 & gentoo :
Code:
*** XBMC/xbmc/visualizations/Goom/goom2k4-0/configure_    2008-08-27 00:07:01.246166646 +0200
--- XBMC/xbmc/visualizations/Goom/goom2k4-0/configure    2008-08-27 00:10:26.712677006 +0200
***************
*** 2347,2353 ****
  AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  
  
! AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  
  
  AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
--- 2347,2353 ----
  AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  
  
! AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version} --add-missing"}
  
  
  AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}


Regards
i tried the patch on ubuntu 8.04 64bit and its working nicley.
but i dont have a 32bit system to test either.
You can't patch the configure script directly, it is generated automatically by autoconf from configure.in. That said, this shouldn't actually need to be done (I've never had to do it on the few distros I have compiled on anyway), which leads me to believe there is simply a package missing. Running "automake --add-missing" merely adds a symlink to the binary/script that automake provides for ylwrap. What version of automake do you have installed and does it provide ylwrap?