can't compile from source
#1
Hi i followed this link.
http://wiki.xbmc.org/?title=HOW-TO_compi...SUSE_Linux
every thing go well until i have to do the make.
Make give
make: *** No targets specified and no makefile found. Stopped
Why ?
Reply
#2
glda Wrote:Hi i followed this link.
http://wiki.xbmc.org/?title=HOW-TO_compi...SUSE_Linux
every thing go well until i have to do the make.
Make give
make: *** No targets specified and no makefile found. Stopped
Why ?

can you give more informations what you do and on what point you have the problem.

it seems there is no Makefile in the current Dir (where you typed make). be sure you run make in the sourcedir from xbmc where also configure and Makefile.in is
greetings, Stephan

Image

Image
Reply
#3
after i did the following
./configure --enable-mid --disable-debug --disable-pulse --prefix=/usr
That i found in the readme file
i've got a error
checking for vorbis/vorbisfile.h... no
configure: error: Could not find a required library. Please see the README for your platform
And it stops
Reply
#4
glda Wrote:after i did the following
./configure --enable-mid --disable-debug --disable-pulse --prefix=/usr
That i found in the readme file
i've got a error
checking for vorbis/vorbisfile.h... no
configure: error: Could not find a required library. Please see the README for your platform
And it stops

you must install libvorbis-devel (or similiar - depends on your distro). because configure is not ended properly you have no Makefile and make not works
greetings, Stephan

Image

Image
Reply
#5
No error on more
but a new one llzo2 in what lib can i find it
Reply
#6
glda Wrote:No error on more
but a new one llzo2 in what lib can i find it

lzo2 lib you find in liblzo2, the devel headers are (i think) in lzo-devel
greetings, Stephan

Image

Image
Reply
#7
openelec.tv Wrote:lzo2 lib you find in liblzo2, the devel headers are (i think) in lzo-devel

do you have installed all packages from section "Install All Building Dependencies" in the wiki article?
greetings, Stephan

Image

Image
Reply
#8
that isn't helping still the same error
Reply
#9
glda Wrote:that isn't helping still the same error

then post the errormessage, so i can see where is the error
greetings, Stephan

Image

Image
Reply
#10
the error
checking for main in -lpthread... yes
checking for main in -llzo2... no
configure: error: Could not find a required library. Please see the README for your platform.
Reply
#11
glda Wrote:the error
checking for main in -lpthread... yes
checking for main in -llzo2... no
configure: error: Could not find a required library. Please see the README for your platform.

do you have an /usr/lib/liblzo2.so* on your system?
greetings, Stephan

Image

Image
Reply
#12
openelec.tv Wrote:then post the errormessage, so i can see where is the error

do you have an /usr/lib/liblzo2.so* on your system?
greetings, Stephan

Image

Image
Reply
#13
no i have not such file in that directory. i installed the file by yast and the install was success fuel
Reply
#14
configure: == DVDCSS support enabled. ==
configure: creating ./config.status
~/Downloads/xbmc-9.11/xbmc/lib/libPython/Python ~/Downloads/xbmc-9.11
./configure: line 22221: ./configure: No such file or directory
~/Downloads/xbmc-9.11
configure: error: Submodule xbmc/lib/libPython/Python failed to configure
Reply
#15
glda Wrote:configure: == DVDCSS support enabled. ==
configure: creating ./config.status
~/Downloads/xbmc-9.11/xbmc/lib/libPython/Python ~/Downloads/xbmc-9.11
./configure: line 22221: ./configure: No such file or directory
~/Downloads/xbmc-9.11
configure: error: Submodule xbmc/lib/libPython/Python failed to configure

do you have an configure in ~/Downloads/xbmc-9.11/xbmc/lib/libPython/Python dir ?
greetings, Stephan

Image

Image
Reply

Logout Mark Read Team Forum Stats Members Help
can't compile from source0