Hi Ric, (or is is strictly Richard/ Rich/ are you arsed?) > I'm > wondering if anon CVS > has caught up with latest developer CVS yet?
Didn't know about this devel/anon code difference. I always presumed anon users were accessing the same code, albeit without write or edit permissions. Obviously not! Anyway, I just did another checkout and nothing has changed since yesterday (or was it Monday night?) > 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 I did that and it gets past Alsadriver.cpp OK but it is still dying Sounddriver.cpp. Whether I do a straight configure or I disable JACK I get the: -------------------------------- source='SoundDriver.cpp' object='SoundDriver.lo' libtool=yes \ depfile='.deps/SoundDriver.Plo' tmpdepfile='.deps/SoundDriver.TPlo' \ depmode=gcc3 /bin/sh ../admin/depcomp \ /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -I../gui -I../base -DQT_THREAD_SUPPORT -D_REENTRANT -DRGKDE3 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fexceptions -c -o SoundDriver.lo `test -f SoundDriver.cpp || echo './'`SoundDriver.cpp SoundDriver.cpp: In member function `std::string Rosegarden::PlayableAudioFile::getSampleFrames(unsigned int)': SoundDriver.cpp:105: `cout' undeclared (first use this function) SoundDriver.cpp:105: (Each undeclared identifier is reported only once for each function it appears in.) SoundDriver.cpp:105: `endl' undeclared (first use this function) SoundDriver.cpp: In member function `void Rosegarden::PlayableAudioFile::fillRingBuffer(int)': SoundDriver.cpp:158: `cerr' undeclared (first use this function) make[2]: *** [SoundDriver.lo] Error 1 make[2]: Leaving directory `/home/src/rosegarden/sound' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/src/rosegarden' make: *** [all] Error 2 ------------------------------------- error message. How long is the delay (normally) for the anon CVS catching up with the developers tree? __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- 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
