You are not logged in.

#1 2004-05-15 23:20:47

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

supertux, sdl crashed

I installed supertux (I made pkg build)

# $Id: PKGBUILD,v 1.0 2004/05/16 00:43:31 abaddon Exp $
# Maintainer: Abaddon <kukububu@go2.pl>
pkgname=supertux
pkgver=0.1.1
pkgrel=1
pkgdesc="Game similar to Super Mario Bros."
url="http://super-tux.sourceforge.net/"
depends=('sdl' 'sdl_image' 'sdl_mixer')
source=(http://heanet.dl.sourceforge.net/sourceforge/super-tux/$pkgname-$pkgver.tar.bz2)
md5sums=('5a6fdf8e0aa4e5b4adbd573a11576f9c')

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --disable-debug
 make || return 1
make prefix=$startdir/pkg/usr install
}

And when I'm running it I get error:

[abaddon@194-4 abaddon]$ supertux
Datadir: /usr/bin/../share/supertux
Warning: Unable to open the file "/home/abaddon/.supertux/config" for read!!!
Warning: No joysticks are available.
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
[abaddon@194-4 abaddon]$

I think that can be caused by compiling sdl and supertux with diffrent version of gcc.

But... Maybe someone has another idea?


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#2 2004-05-25 21:45:01

cbozic
Member
From: Morgantown, WV, USA
Registered: 2004-01-31
Posts: 77

Re: supertux, sdl crashed

I just used your pkgbuild to get supertux ant it is working fine for me.  Sorry I can't suggest anything to help your problem but thank you very much for the pkgbuild!

~cbozic

Offline

Board footer

Powered by FluxBB