Hi, I thought I'd pass this on, 10.10 fails in the same way, the gcc46 build of svn 12152 fails thus : g++ -c -fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fno-strict-aliasing -ggdb -DDEBUG -DBUILD_DEBUG -DWANT_TIMING -DHAVE_LIBJACK -DHAVE_ALSA -DHAVE_LIBSNDFILE -DHAVE_LIRC -I/usr//include/Qt3Support -I/usr//include/QtGui -I/usr//include/QtXml -I/usr//include/QtNetwork -I/usr//include/QtCore -I/usr//include -DQT3_SUPPORT -I/usr/include/alsa -DLITTLE_ENDIAN=1 -D'VERSION="11.02"' -D'CODENAME="Claire de Lune"' -DUNSTABLE=1 -Isrc -D'BUILDKEY="dfc24aa05e"' src/sound/AudioCache.cpp -o src/sound/AudioCache.o In file included from src/sound/AudioCache.cpp:16:0: src/sound/AudioCache.h:52:34: error: 'size_t' has not been declared src/sound/AudioCache.h:52:52: error: 'size_t' has not been declared src/sound/AudioCache.h:59:31: error: 'size_t' has not been declared src/sound/AudioCache.h:59:48: error: 'size_t' has not been declared src/sound/AudioCache.h:78:29: error: 'size_t' has not been declared src/sound/AudioCache.h:78:39: error: 'size_t' has not been declared src/sound/AudioCache.h:82:9: error: 'size_t' does not name a type src/sound/AudioCache.h:83:9: error: 'size_t' does not name a type src/sound/AudioCache.h: In constructor 'Rosegarden::AudioCache::CacheRec::CacheRec()': src/sound/AudioCache.h:77:31: error: class 'Rosegarden::AudioCache::CacheRec' does not have any field named 'channels' src/sound/AudioCache.h:77:44: error: class 'Rosegarden::AudioCache::CacheRec' does not have any field named 'nframes' src/sound/AudioCache.h: In constructor 'Rosegarden::AudioCache::CacheRec::CacheRec(float**, int, int)': src/sound/AudioCache.h:79:22: error: class 'Rosegarden::AudioCache::CacheRec' does not have any field named 'channels' src/sound/AudioCache.h:79:35: error: class 'Rosegarden::AudioCache::CacheRec' does not have any field named 'nframes' src/sound/AudioCache.cpp: At global scope: src/sound/AudioCache.cpp:36:1: error: prototype for 'float** Rosegarden::AudioCache::getData(void*, size_t&, size_t&)' does not match any in class 'Rosegarden::AudioCache' src/sound/AudioCache.h:52:13: error: candidate is: float** Rosegarden::AudioCache::getData(void*, int&, int&) src/sound/AudioCache.cpp:47:1: error: prototype for 'void Rosegarden::AudioCache::addData(void*, size_t, size_t, float**)' does not match any in class 'Rosegarden::AudioCache' src/sound/AudioCache.h:59:10: error: candidate is: void Rosegarden::AudioCache::addData(void*, int, int, float**) src/sound/AudioCache.cpp: In destructor 'Rosegarden::AudioCache::CacheRec::~CacheRec()': src/sound/AudioCache.cpp:125:28: error: 'channels' was not declared in this scope make: *** [src/sound/AudioCache.o] Error 1
It's just a test repo for now and not in the main openSUSE builds, not sure when gcc46 will be released. Regards Dave P ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
