On Wednesday 15 October 2003 9:48 am, Daniel MacDonald wrote:
> AlsaDriver.cpp:1894: `_dataReady' undeclared (first
> use this function)
> AlsaDriver.cpp:1894: (Each undeclared identifier is
> reported only once for each
> function it appears in.)
> AlsaDriver.cpp:1895: `_diskThreadLock' undeclared
Ok, that one was just a missing guard - should be fixed in CVS now.
> Rosegarden::PlayableAudioFile::fillRingBuffer(int)':
> SoundDriver.cpp:158: `cerr' undeclared (first use this
> function)
This one was already fixed in developer CVS - I'm wondering if anon CVS
has caught up with latest developer CVS yet? Looking at the CVS browser
on SF I'm guessing not. And they're keeping quiet about it it seems..?
Anyone know?
If a CVS update doesn't introduce the fix for the first patch simply make
add two LIBJACK guards around "pthread" lines in AlsaDriver.cpp:1894:
#ifdef HAVE_LIBJACK
// get the disk thread to fill up the ringbuffer
//
pthread_cond_signal(&_dataReady);
pthread_mutex_unlock(&_diskThreadLock);
#endif
R
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Rosegarden-devel mailing list
[EMAIL PROTECTED] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel