Aliens and IMGlib

The aliens example is back, you can find it on the demos page:
http://www.devolution.com/~slouken/SDL/demos.html

The IMGlib image loading library is back, on the libraries page:
http://www.devolution.com/~slouken/SDL/libraries.html

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec

Sam Lantinga wrote:

The aliens example is back, you can find it on the demos page:
http://www.devolution.com/~slouken/SDL/demos.html

The IMGlib image loading library is back, on the libraries page:
http://www.devolution.com/~slouken/SDL/libraries.html

    -Sam Lantinga                           (slouken at devolution.com)

Lead Programmer, Loki Entertainment Software

“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec

Aliens is not compiling on my machine:

gcc -DPACKAGE=“aliens” -DVERSION=“1.0.0” -I. -I. -g -O2
-I/usr/include/SDL -D_REENTRANT -DPLAY_MOD -c aliens.c
aliens.c: In function RunGame': aliens.c:491: too many arguments to functionMix_PlayMusic’
make: *** [aliens.o] Error 1

Just FYI… Didn’t have enough time to investigate further.–

Craig Maloney (@Craig_Maloney) http://ic.net/~craig
Fortune for today: You are wise, witty, and wonderful, but you
spend too much time reading this sort of trash.

Aliens is not compiling on my machine:

gcc -DPACKAGE=“aliens” -DVERSION=“1.0.0” -I. -I. -g -O2
-I/usr/include/SDL -D_REENTRANT -DPLAY_MOD -c aliens.c
aliens.c: In function RunGame': aliens.c:491: too many arguments to functionMix_PlayMusic’
make: *** [aliens.o] Error 1

You need to download mixer 1.0.0 from the libraries page.

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec

Sam Lantinga wrote:

You need to download mixer 1.0.0 from the libraries page.

My bad… I had an old copy of the mixer and library on the
machine. Sorry to clog up the list with this.
On the plus side, thanks for the library upgrade. I now
have my project using configure. Yay!–

Craig Maloney (@Craig_Maloney) http://ic.net/~craig
Fortune for today: You are wise, witty, and wonderful, but you
spend too much time reading this sort of trash.