configure.in error
#1
after running ./bootstrap I keep getting a configure.in error.

Quote:autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
Putting files in AC_CONFIG_AUX_DIR, `build-aux'.
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.in:1402: required file `${OUTPUT_FILES}.in' not found
autoreconf: automake failed with exit status: 1

my system is updated and it doesn't seem that i'm missing a dependency. does anybody have an idea what's causing this?
Reply
#2
Hi.

Try
Code:
sudo apt-get install autoconf automake
If you already have them installed, try:

Code:
git reset --hard HEAD
git clean -xfd


BTW, How to compile XBMC

h.udo
f**k..... started editing without sudo | M.K.

Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
hudo Wrote:Hi.

Try
Code:
sudo apt-get install autoconf automake
If you already have them installed, try:

Code:
git reset --hard HEAD
git clean -xfd


BTW, How to compile XBMC

h.udo

Hello,

I tried the above git commands and still end with the same error. I was able to compile last week and now all of the sudden I can't.
Reply
#4
If you already successfully compiled XBMC on that machine, there aren't many questions you can ask to find a solution.

Did the dependencies changed? Look at the git log...
Did you changed the system?
Installed/removed something?
Changed the ./configure flags?

Something changed, you just have to figure out what.

Ultimately, try to check out the git source again.

h.udo
f**k..... started editing without sudo | M.K.

Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#5
hudo Wrote:If you already successfully compiled XBMC on that machine, there aren't many questions you can ask to find a solution.

Did the dependencies changed? Look at the git log...
Did you changed the system?
Installed/removed something?
Changed the ./configure flags?

Something changed, you just have to figure out what.

Ultimately, try to check out the git source again.

h.udo

I updated everything and checked to see if I had any missing dependencies.. none

I didn't change anything in the system and didn't install or remove anything except updating the dependencies.

I don't get past ./bootstrap so I haven't changed the ./configure flags.

It's the same error when I check out the git source. I have no idea if it's a problem with my Libtool or involving python2.6. Anyway, I'm building on Hardy.

Thanks for you help.
Reply

Logout Mark Read Team Forum Stats Members Help
configure.in error0