SVN r10503: ./autogen.sh (warning) ... ./wesnoth (error)
Moderator: Forum Moderators
SVN r10503: ./autogen.sh (warning) ... ./wesnoth (error)
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:
-- [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
-- [fail] /home/kess/prog/bin/wesnoth-svn/bin/wesnoth_editor
“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!
-- [OK] Getting the source from svn
-- Checking that my revision holds:
-- [warning] ./autogen.shautogen.sh wrote:#! /bin/sh
rm -rf autom4te.cache
aclocal-1.9 -I m4
autoheader
automake-1.9 --add-missing --copy
autoconf
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] 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)
Code: Select all
*** glibc detected *** free(): invalid pointer: 0x083db320 ***
Avbruten (SIGABRT)
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!
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.
Solution found!
Problem found!
I simply added --with-fribidi to configure and ran everything again. (I also had to install the dev-package of fribidi.)
I simply added --with-fribidi to configure and ran everything again. (I also had to install the dev-package of fribidi.)