On Saturday 11 Jan 2003 4:18 pm, Chris Clayton wrote: > Hi, > > I've grabbed the latest CVS of piave and kdenlive this afternoon - > although, I see Rolf committed changes to Piave since :). Piave built fine > but I have problems with kdenlive. Compiler is GCC 2.95.3, make is 3.80, QT > is 3.0.4, kde is 3.0.5a, automake is 1.4 and autoconf is 2.13. All running > on Peanut Linux v9.3r1 with kernel 2.4.20 > > I should say that I'm not a competent C++ programmer, although I did > experiment with C++ Builder on Windows a few years ago. I can fix the > QString related errors - qstring.h says that on qt 3.0 an compile error > will occur (because, I think, ::replace is private) and to cast the first > arg to > > ::replace to a QRegExp. This itself requires the inclusion of qregexp.h. > > I can't, however, fix the error relating the undeclared LogText. Advice > would be appreciated.
Ah, it appears that LogView is QT 3.1 or higher only. I didn't realise that. I will change the it to a read only text edit for the moment - that should fix things, though it may be a bit more resource hungry. Please await the commit. Cheers, Jason -- Jason Wood Homepage : www.uchian.pwp.blueyonder.co.uk
