Linux: SDL 1.2.x with gcc 2.95.x?

Hello,

will there be a SDL version 1.2.9 which I can compile
with gcc 2.95.x again? 1.2.7 compiles fine. But 1.2.8
does not :frowning:

cu
rasca–


| Triad Berlin Projektgesellschaft mbH | http://www.triad.de/ |

Rasca wrote:

Hello,

will there be a SDL version 1.2.9 which I can compile
with gcc 2.95.x again? 1.2.7 compiles fine. But 1.2.8
does not :frowning:

My experimental tarball has this more or less fixed, but I’m not sure
the fix should really be commited :
http://icps.u-strasbg.fr/~marchesin/sdl/SDL12-experimental.tgz

Stephane

Hello, Stephane!

??>> will there be a SDL version 1.2.9 which I can compile
??>> with gcc 2.95.x again? 1.2.7 compiles fine. But 1.2.8
??>> does not :frowning:

SM> My experimental tarball has this more or less fixed, but I’m not sure
SM> the fix should really be commited :
SM> http://icps.u-strasbg.fr/~marchesin/sdl/SDL12-experimental.tgz

These fixes concerning MMX code ? If yes, I can test it too …

With best regards, Mike Gorchak. E-mail: @Mike_Gorchak

Hello, Stephane!

SM> My experimental tarball has this more or less fixed, but I’m not sure
SM> the fix should really be commited :
SM> http://icps.u-strasbg.fr/~marchesin/sdl/SDL12-experimental.tgz

Btw as for MMX fixes, Andrew Golovnia, have patches for the hermes library,
which parts are included with the SDL distro. All fixes concerning the MMX
PIC assembly code, to allow it run under QNX6 with the 2.95.3 compiler.

I will try merge his patches with your experimental version and let you know
how it going …

With best regards, Mike Gorchak. E-mail: @Mike_Gorchak

Mike Gorchak wrote:

Hello, Stephane!

SM> My experimental tarball has this more or less fixed, but I’m not sure
SM> the fix should really be commited :
SM> http://icps.u-strasbg.fr/~marchesin/sdl/SDL12-experimental.tgz

Btw as for MMX fixes, Andrew Golovnia, have patches for the hermes library,
which parts are included with the SDL distro. All fixes concerning the MMX
PIC assembly code, to allow it run under QNX6 with the 2.95.3 compiler.

I will try merge his patches with your experimental version and let you know
how it going …

What PIC fixes ? The SDL_yuv_mmx.C file is PIC clean as-is already…

Stephane

Hello, Stephane!

??>> Btw as for MMX fixes, Andrew Golovnia, have patches for the hermes
??>> library, which parts are included with the SDL distro. All fixes
??>> concerning the MMX PIC assembly code, to allow it run under QNX6 with
??>> the 2.95.3 compiler. I will try merge his patches with your
??>> experimental version and let you know how it going …
SM> What PIC fixes ? The SDL_yuv_mmx.C file is PIC clean as-is already…

not .c files with MMX assembly insertions, I am talking about hermes
library, which is located ./src/hermes/ and compiled with nasm.

With best regards, Mike Gorchak. E-mail: @Mike_Gorchak