Jump to content

SDL doom!


neozeed
 Share

5 posts in this topic

Recommended Posts

Ok first buld & install SDL ( I have a pervious topic on that)

 

now download sdl doom http://www.libsdl.org/projects/doom/ has a copy of sdldoom-1.10

 

I had to configure with the following flags, as OSX failes the SDL test (dont know why, and I didnt feel like researching)

 

./configure --disable-sdltest

 

 

Ok now we are off! there are 2 files that will need a

 

#define linux

 

Attached to them...

 

They are:

 

w_wad.c for struper

i_net.c for basic internet includes...

 

I put them just before the #ifdef(linux...

part...

 

 

Anyways It runs, and it has sound! its a super cheezy port (ie no effort whatsoever on my part) but hey I just aced level 1!

Link to comment
Share on other sites

w_wad.c for struper

i_net.c for basic internet includes...

 

I put them just before the #ifdef(linux...

part...

Anyways It runs, and it has sound! its a super cheezy port (ie no effort whatsoever on my part) but hey I just aced level 1!

 

I compiled it successfully, but when I try to launch it I get a Bus error after the first lines of startup text..

Link to comment
Share on other sites

 Share

×
×
  • Create New...