I just tested the latest download and it works perfectly: Under LINUX!buhatkj wrote:I would like to try and have this code work everyplace irrlicht does (ie. LINUX) so one of the other things I may improve in the future (in addition to added features and stuff) is to add a kdevelop project or makefile for linux and whatever code changes (if any) are needed to make it work there also. OpenAL supports OSS and ALSA so it should be possible....
You just have to adjust the capital letters of the include files since Linux distinguishes SoundDriver and sounddriver
Remove the include files special to windows (or better #ifdef it) and change the devices to OpenGL and arts (for KDE) or alsa or native (OSS).
So after all a very nice piece of software, looking forward to use it in my project.