New SDL won't MAKE

I dled the new version of SDL 0.11.2 and it configured fine but when I try to
make it I get this error at the end of the make. Is there a problem with nasm
or something? Whats new in this version of SDL?

make[2]: Entering directory /home/mongoose/SDL-0.11.2/src/hermes' /bin/sh ../../libtool --mode=compile sh ../../strip_fPIC.sh /usr/local/bin/nasm -f elf mmx_main.asm rm -f .libs/mmx_main.lo sh ../../strip_fPIC.sh /usr/local/bin/nasm -f elf -fPIC -DPIC mmx_main.asm -o .libs/mmx_main.lo /usr/local/bin/nasm -f elf -DPIC mmx_main.asm -o .libs/mmx_main.lo nasm: unrecognised option-D’
type nasm -h' for help make[2]: *** [mmx_main.lo] Error 1 make[2]: Leaving directory/home/mongoose/SDL-0.11.2/src/hermes’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mongoose/SDL-0.11.2/src’
make: *** [all-recursive] Error 1

-Garrett, WPI.edu student majoring in Computer Science.

“He who joyfully marches in rank and file has already earned
my contempt. He has been given a large brain by mistake, since
for him the spinal cord would suffice.” -Albert Einstein

I dled the new version of SDL 0.11.2 and it configured fine but when I try to
make it I get this error at the end of the make. Is there a problem with nasm
or something? Whats new in this version of SDL?

Grab the CVS snapshot of SDL. SDL is about to go to 1.0, and the latest
code is in CVS. 0.11.2 is obsolete, and will be removed in a couple of days.

-Sam Lantinga				(slouken at devolution.com)

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

Garrett wrote:

I dled the new version of SDL 0.11.2 and it configured fine but when I try to
make it I get this error at the end of the make. Is there a problem with nasm
or something? Whats new in this version of SDL?

It’s been a while since we’ve heard from you! I think you ought to get
the SDL-1.0.0 prerelease. There have been a lot of problems with the
configure scripts in 0.11.2, especially regarding the NASM compiler…–

| Rafael R. Sevilla @Rafael_R_Sevilla |
| Instrumentation, Robotics, and Control Laboratory |

College of Engineering, University of the Philippines, Diliman

Well the 0.11.2 version just needed nasm .98 I think it is. Theres a new
command line option it seems that SDL needs to pass nasm.
Ya Ive been busy with school, but now I think ill look into adding the
ability to load RLE compressed bitmaps into SDL if no one else is doing it, or
unless theres a more interesting option available. =)

-Garrett, WPI.edu student majoring in Computer Science.

“He who joyfully marches in rank and file has already earned
my contempt. He has been given a large brain by mistake, since
for him the spinal cord would suffice.” -Albert EinsteinOn Mon, 29 Nov 1999, you wrote:

Garrett wrote:

I dled the new version of SDL 0.11.2 and it configured fine but when I try to
make it I get this error at the end of the make. Is there a problem with nasm
or something? Whats new in this version of SDL?

It’s been a while since we’ve heard from you! I think you ought to get
the SDL-1.0.0 prerelease. There have been a lot of problems with the
configure scripts in 0.11.2, especially regarding the NASM compiler…