SVN r10503: ./autogen.sh (warning) ... ./wesnoth (error)

Get help with compiling or installing the game, and discuss announcements of new official releases.

Moderator: Forum Moderators

Post Reply
Kess
Posts: 52
Joined: February 10th, 2006, 6:27 pm
Location: Some hemisphere

SVN r10503: ./autogen.sh (warning) ... ./wesnoth (error)

Post by Kess »

I have trouble compiling and running wesnoth from the svn. Which I have not had before. And I do not remember having updated the system since I last ran wesnoth.

-- [OK] Getting the source from svn
-- Checking that my revision holds:
autogen.sh wrote:#! /bin/sh

rm -rf autom4te.cache
aclocal-1.9 -I m4
autoheader
automake-1.9 --add-missing --copy
autoconf
-- [warning] ./autogen.sh

Code: Select all

kess@ardhanari:~/prog/svn/wesnoth$ ./autogen.sh
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
-- [OK] ./configure --prefix=/home/kess/prog/bin/wesnoth-svn/ --enable-editor
-- [OK] make
-- [OK] make install
-- [fail] /home/kess/prog/bin/wesnoth-svn/bin/wesnoth

Code: Select all

Battle for Wesnoth v1.1.1+svn
Started on Tue Mar 14 09:31:04 2006

started game: 4158731447
*** glibc detected *** double free or corruption (out): 0x08498378 ***
Avbruten (SIGABRT)
-- [fail] /home/kess/prog/bin/wesnoth-svn/bin/wesnoth_editor

Code: Select all

*** glibc detected *** free(): invalid pointer: 0x083db320 ***
Avbruten (SIGABRT)
“Avbruten� is Swedish for “Aborted�.

Well, since I have not heard anything from others about the current svn not working I guess it's something on my side. (My change in autogen.sh? Which worked before.) If needed I will post a trace.

Thanks, for reading this!
User avatar
ivanovic
Lord of Translations
Posts: 1149
Joined: September 28th, 2004, 10:10 pm
Location: Germany

Post by ivanovic »

Some weeks ago (directly before 1.1.1 was released) the autogen.sh script was updated. You now need a really recent version of automake (1.9+). Have a look at http://www.wesnoth.org/wiki/CompilingWesnoth and http://www.wesnoth.org/wiki/UsingAutotools for more infos. I have no problems compiling with the most recent version of all of these libs.
Kess
Posts: 52
Joined: February 10th, 2006, 6:27 pm
Location: Some hemisphere

Post by Kess »

Updated to automake 1.9.6, still the same problems. ^^;

(Ah, well, I should be studying so this might be for the best...)
Kess
Posts: 52
Joined: February 10th, 2006, 6:27 pm
Location: Some hemisphere

Solution found!

Post by Kess »

Problem found!

I simply added --with-fribidi to configure and ran everything again. (I also had to install the dev-package of fribidi.)
Post Reply