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
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.