Problem under Opensuse 11.1

Problem under Opensuse 11.1

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
Insomniak
Posts: 12
Joined: 17 Oct 2008, 20:59

Problem under Opensuse 11.1

Post by Insomniak »

Hello :)

I've a problem under Opensuse 11.1.
First, i've installed it from the Packman repository, and spring can't launch :

Code: Select all

gael@linux-whp6:~/> spring
spring: symbol lookup error: /usr/lib/liballeg.so.4.2: undefined symbol: _poly_scanline_ptex_lit32d
After, i've tried to compile spring. I've downloaded all dependencies needed, did cmake, make... and i got this :

Code: Select all

Linking CXX executable spring                                                                                                                              
/usr/lib/liballeg.so.4.2: undefined reference to `_poly_scanline_atex_lit24x'                                                                             
/usr/lib/liballeg.so.4.2: undefined reference to `_poly_scanline_ptex_mask_lit16d'        
.............. // lot of errors in liballeg.so.4.2
/usr/lib/liballeg.so.4.2: undefined reference to `_poly_scanline_grgb8x'
/usr/lib/liballeg.so.4.2: undefined reference to `_poly_scanline_ptex_lit15d'


Does anyone have an idea to fix this ?
I don't want to reboot under ubuntu to play Spring... :(

Thanks in advance.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Problem under Opensuse 11.1

Post by Tobi »

Huh this must be some packager's mistake, Spring does not depend on Allegro (liballeg.so) at all..
Insomniak
Posts: 12
Joined: 17 Oct 2008, 20:59

Re: Problem under Opensuse 11.1

Post by Insomniak »

That's strange, because i got the compiling errors when i download source code from spring.clan-sy.com...

I get this errors with the binaries too, found here :
http://spring.jobjol.nl/show_file.php?id=970

:(

EDIT :

I've found someone who is having the same problem here :
http://www.allegro.cc/forums/thread/589907
He fixed his problem, but i don't understand how he did it.
I'm sure someone can understand how i can fix it, no ? :mrgreen:

EDIT² :

Ok, the problem comes from Devil :
http://www.freeorion.org/forum/viewtopi ... =24&t=1838
But how can i fix this thing ? Compile devil myself ? =/
Thanks in advance....

EDIT³ :

I've downloaded a RPM with a devil version built without allegro, and when i built spring, no problems appeared :) Anyway, thanks :) Hope it will help someone :)
Post Reply

Return to “Linux”