|
From: Rui N. C. <rn...@rn...> - 2004-11-25 11:00:10
|
Hi Chris, everyone, (I'm re-posting this as I didn't got anything back from linuxsampler-devel list to date; just lag or has it gone the drain of some spam blackhole? sorry for th einconvenience) While integrating libgig support into QSampler I've detected a minor quirk in the "gig.h" header file, that has been solved by simply inserting a oneliner: a forward declaration of gig::Region class. Apparentely, a compiler error was just exposed if you include "gig.h" under a Qt C++ project (as is qsampler), and was all about "Region" being an already typedef'd symbol. This all comes to the attached patch, which also applies for correcting some other minor documentation install problems (man pages and doxygen docs). If nothing or no one goes against this, I'll be ready to commit into CVS soon. Oh, this patch also applies for bumping up the libgig package version to 0.7.2. Please check it out carefully, and tell me if you agree. Hope so. Cheers. -- rncbc aka Rui Nuno Capela rn...@rn... |