Code:
Creating config.mak and config.h...
./configure: line 31239: ./configure: No such file or directory
configure: error: Submodule lib/libdvd/libdvdcss failed to configureFind the complete config.log here.
graysky
Senior Member Joined: Aug 2009 Reputation: 0 |
When compiling on Arch Linux using either the xbmc-beta PKGBUILD or the xbmc-git PKGBUILD, I received fatal compile errors relating to lib/libdvd/libdvdcss. Advice is appreciated.
Code: Creating config.mak and config.h...Find the complete config.log here.
(This post was last modified: 2013-01-06 01:06 by jmarshall.)
|
| find quote |
negge
Fan Posts: 417 Joined: Dec 2010 Reputation: 5 Location: Finland |
2013-01-05 02:52
Post: #2
I don't know how Archlinux works but when compiling "manually" you need to run ./bootstrap before configuring, otherwise you'll get issues like yours.
|
| find quote |
graysky
Senior Member Joined: Aug 2009 Reputation: 0 |
2013-01-05 03:42
Post: #3
Thanks for the info, negge. With Arch Linux, a PKGBUILD file is a bash script type of config file for the package manager. In this case, the bootstrap script is called prior to the configure step:
Code: ./bootstrap |
| find quote |
graysky
Senior Member Joined: Aug 2009 Reputation: 0 |
2013-01-05 04:30
Post: #4
Here is the output of the bootstrap step.
|
| find quote |
negge
Fan Posts: 417 Joined: Dec 2010 Reputation: 5 Location: Finland |
2013-01-05 09:27
Post: #5
I'm sorry I have no idea what the problem is. Have you tried cloning from git and compiling manually?
|
| find quote |
uNiversal
Out of Memory Joined: Oct 2012 Reputation: 75 Location: Binary pulsar |
2013-01-05 14:07
Post: #6
log file ★ Audio Setup ★ Compile GIT XBMC ★ Minimal install + XBMC Script ★ ION 330 HT internal IR+Remote 12.04LTS ★ 24p/23.976p playback - NV 30x.x Drivers
Thank me ⬇ click on + |
| find quote |
graysky
Senior Member Joined: Aug 2009 Reputation: 0 |
2013-01-05 14:21
Post: #7
@uNiversal - Yep. Arch Linux is a rolling release and since automake is on version 1.13, we use it. Seems as though xbmc expects an older version which is the source o f the error. Anyway, this problem is solved.
Code: (cd lib/libdvd/libdvdcss; sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' -i configure.ac)
(This post was last modified: 2013-01-05 14:24 by graysky.)
|
| find quote |
uNiversal
Out of Memory Joined: Oct 2012 Reputation: 75 Location: Binary pulsar |
2013-01-05 15:37
Post: #8
mark thread as solved then...
TIAuNi log file ★ Audio Setup ★ Compile GIT XBMC ★ Minimal install + XBMC Script ★ ION 330 HT internal IR+Remote 12.04LTS ★ 24p/23.976p playback - NV 30x.x Drivers
Thank me ⬇ click on +
(This post was last modified: 2013-01-05 15:38 by uNiversal.)
|
| find quote |