Title: Compile problems in win32 Post by: Paul Mumby on January 25, 2003, 10:06:08 am Hello, I am trying to compile the latest cvs tree and I am getting errors in missing files...
I am compiling with vc6 and I have downloaded sdl1.2.5 sdl_image and sdl_mixer packages... but still missing files the files are: sfx.c sound.c trackplayer.c and some others any ideas? Title: Re: Compile problems in win32 Post by: Paul Mumby on January 26, 2003, 05:39:02 am Actually the errors are all in al.h file. and I did a search and that file does not exist... so that would explain the errors... where do I get al.h? I have downloaded everything that is says I need... all the latest versions (yes I doublechecked)
Title: Re: Compile problems in win32 Post by: PhracturedBlue on January 27, 2003, 07:57:48 pm You are missing ......OpenAL!
either reread the ISTALL file, or go google for it. If you have a real recent CVS update (like yesterday), you can also change (in the defines section) SOUNDMODULE_OPENAL to SOUNDMODULE_MIXSDL (I hope I got those right, anyhow, it is the last option on the defines line in VC6) This will use the new sound code which has no reliance on openAL. |