compilation errors
#1
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
Reply
#2
i tried the patch on ubuntu 8.04 64bit and its working nicley.
but i dont have a 32bit system to test either.
Reply
#3
Smile 
http://wiki.xbmc.org/?title=HOW-TO_submit_a_patch

Wink
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#4
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?
Reply

Logout Mark Read Team Forum Stats Members Help
compilation errors1