On Sat, Sep 10, 2005 at 10:16:33AM -0700, Marco Costalba wrote: > If you have problems with the sources (Debian users should set QTDIR before compile) > you can download a binary: http://digilander.libero.it/mcostalba/qgit I'd prefer compiling it myself, but I get this error: bash-3.00$ make scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -O2 -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include/qt3 -I/usr/lib/qt3/include -c -o src/annotate.o src/annotate.cpp src/annotate.cpp: In member function `void Annotate::run(const QString&, QStringList&, AnnotateHistory&)': src/annotate.cpp:60: error: `count' undeclared (first use this function) src/annotate.cpp:60: error: (Each undeclared identifier is reported only once for each function it appears in.) src/annotate.cpp: In member function `void Annotate::getReachability(ReachList&, const QString&, QStringList&)': src/annotate.cpp:161: error: `append' undeclared (first use this function) src/annotate.cpp:169: error: `last' undeclared (first use this function) src/annotate.cpp: In member function `QString Annotate::getRoot(const QString&, const ReachList&)': src/annotate.cpp:228: error: `count' undeclared (first use this function) src/annotate.cpp: In member function `void Annotate::printReachList(const ReachList&)': src/annotate.cpp:303: error: `count' undeclared (first use this function) src/annotate.cpp: In member function `QString Annotate::getAuthor(const QString&, QStringList&, int)': src/annotate.cpp:337: error: no matching function for call to `QString::remove( char)' /usr/lib/qt3/include/qstring.h:497: error: candidates are: QString& QString::remove(unsigned int, unsigned int) scons: *** [src/annotate.o] Error 1 scons: building terminated because of errors. make: *** [all] Error 2 ReachList doesn't seem to be defined anywhere. skimo - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sun Sep 11 04:34:03 2005
This archive was generated by hypermail 2.1.8 : 2005-09-11 04:34:05 EST