On 22 Jan 2003 20:08:13 +0000
Bob Ham <no...@us...> wrote:
> Hi all,
>
> Some fixes attached for the cvs code. This is as far as I got before
> the build tried to compile code that mentioned non-existant functions:
>
> sound_driver_jack.cpp: In member function `virtual int
> Sound_Driver_JACK::init()':
> sound_driver_jack.cpp:172: no matching function for call to `Mixer_Base::
> set_mix_stereo(bool)'
>
> I'll just say one thing: use std:: !!!!!!!!!!!
>
> Bob
>
I guess you are right, i'm kind of lazy with that, I just do
#include <something>
using std::something; everywhere hehe
However I am unable to test with debian (Well i guess i am but it will break everything if i update)
because it used the old gcc..
Anyway, is the latest code on the CVS? I was unable to upload (sourceforge hates me),
and my proovider was inactive for a long time.
benno and steve are quite busy, I guess it's up to someone to start writing an engine using the existing code,
i wont have much time to work on it again for a month or two :(
cheers!
Juan Linietsky
|