Kodi Community Forum

Full Version: No configure file in XBMC source for linux-ports
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
i just download XBMC source packages from
svn co http://xbmc.svn.sourceforge.net/svnroot/...port/XBMC/

in my /root directory and i install all packages reqired for compiling xbmc

i am following steps given HOW-TO
HOW-TO compile XBMC for Linux from source code

in a step it is written
./configure
but there is no configure file in XBMC directory i seach on
http://xbmc.svn.sourceforge.net/svnroot/...port/XBMC/
there also it is not present please help how to do this
Eek
Try the README files. Pretty sure there are NEW instructions in there.
Also, please see here. If you do compile, don't expect things to work right at the moment.

TheUni
Thans its working
#./bootstrap
it generates configure file
after that going on
checking for mad.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking samplerate.h usability... no
checking samplerate.h presence... no
checking for samplerate.h... no
configure: error: Could not find a required library. Please see the README for your platform.

giving this message whwre i find samplerate.h
Please read the readme. It's all there. And as I said above, you should not expect things to work correctly even if you DO get it to compile.

TheUni
yes now its working i am missing libsamplerate-devel package
checking for main in -lpthread... yes
checking for main in -llzo2... yes
checking for main in -lcdio... no


i am not able to resolve this problem
no packages or help available
I'm really trying to be nice here. Really. For the last time, all required deps are listed in the readme.

TheUni
i didnt find libjasper anywhere for CentOS

checking for main in -lresolv... yes
checking for main in -lenca... yes
checking for main in -ljasper... no
configure: error: Could not find a required library. Please see the README for your platform.
I'm closing this thread before someone comes along and says something rude. You need to satisfy all dependencies first.

TheUni