On Tue, Mar 9, 2010 at 7:17 PM, Thorsten Alteholz <[email protected]> wrote: > while trying to compile Rosegarden on Debian/Lenny, I got the following > error. Is it time to give up the Lenny compatibility now?
Hmm, not necessarily -- I suppose it depends on what version of Qt you have, but: > src/document/GzipFile.cpp:54: error: no matching function for call to > 'QByteArray::append(char [100000], int&)' this line (which I suppose was of the form ba.append(buffer, length)) can presumably be replaced by ba.append(QByteArray(buffer, length))... assuming that that constructor does exist in the version you have. Worth a try? Chris ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
