Marco Costalba wrote: > Hi all, > > new versions of Qt4 based qgit-2.1 and stable Qt3 based qgit-1.5.8 > have been released. > > Download tarballs from > http://sourceforge.net/project/showfiles.php?group_id=139897 > > Or directly from git repositories > > git://git.kernel.org/pub/scm/qgit/qgit.git (qgit-1.5.8) > git://git.kernel.org/pub/scm/qgit/qgit4.git (qgit-2.1) > > > Stable qgit-1.5.8 has only maintenance fixes, not a lot indeed, it > happens to be already very stable. > > New stuff is in qgit-2.1, you can find a detailed changelog at > > http://git.kernel.org/?p=qgit/qgit.git;a=shortlog > > > After popular request, this time I have packaged qgit-2.1 in a nice > Windows installer (Inno Setup based) downloadable from the above > sourceforge link, so that our Window's friends can try qgit without > worrying about compilers, Qt libraries and other geeky things ;-) > > Window installer will ask you to locate the msysgit directory. Indeed > msysgit is the only supported git distribution under Windows, because > Cygwin has some issues and is also muuuch slower. > > So the only prerequisite is to have already installed msysgit > (http://code.google.com/p/msysgit/) > > > Happy new year 2008 ! > Marco
Hi, I git-cloned qgit-2.1 from your repository, then ran `qmake qgit.pro`, but `make` gave me errors. Afterwards I deleted src/Makefile, ran `qmake-qt4 qgit.pro` and `make` starts compiling some files but the process ends with other errors. This is the command line: [EMAIL PROTECTED]:/usr/src/git/qgit$ make cd src && make -f Makefile make[1]: Entering directory `/usr/src/git/qgit/src' make -f Makefile.Release make[2]: Entering directory `/usr/src/git/qgit/src' g++ -c -pipe -O2 -g3 -O2 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I../../../../share/qt4/mkspecs/linux-g++ -I. -I../../../../include/qt4/QtCore -I../../../../include/qt4/QtCore -I../../../../include/qt4/QtGui -I../../../../include/qt4/QtGui -I../../../../include/qt4 -I../src -I../build -I../build -o ../build/customactionimpl.o customactionimpl.cpp make[2]: Leaving directory `/usr/src/git/qgit/src' make[1]: Leaving directory `/usr/src/git/qgit/src' ../build/ui_customaction.h: In member function 'void Ui_CustomActionBase::setupUi(QWidget*)': ../build/ui_customaction.h:68: error: 'class QHBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:69: error: 'class QHBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:70: error: 'class QHBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:71: error: 'class QHBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:76: error: 'class QVBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:77: error: 'class QVBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:78: error: 'class QVBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:79: error: 'class QVBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:93: error: 'class QHBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:94: error: 'class QHBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:95: error: 'class QHBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:96: error: 'class QHBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:101: error: 'class QHBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:102: error: 'class QHBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:103: error: 'class QHBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:104: error: 'class QHBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:158: error: 'class QHBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:159: error: 'class QHBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:160: error: 'class QHBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:161: error: 'class QHBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:166: error: 'class QVBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:167: error: 'class QVBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:168: error: 'class QVBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:169: error: 'class QVBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:192: error: 'class QHBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:193: error: 'class QHBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:194: error: 'class QHBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:195: error: 'class QHBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:200: error: 'class QVBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:201: error: 'class QVBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:202: error: 'class QVBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:203: error: 'class QVBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:219: error: 'class QHBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:220: error: 'class QHBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:221: error: 'class QHBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:222: error: 'class QHBoxLayout' has no member named 'setBottomMargin' ../build/ui_customaction.h:247: error: 'class QHBoxLayout' has no member named 'setLeftMargin' ../build/ui_customaction.h:248: error: 'class QHBoxLayout' has no member named 'setTopMargin' ../build/ui_customaction.h:249: error: 'class QHBoxLayout' has no member named 'setRightMargin' ../build/ui_customaction.h:250: error: 'class QHBoxLayout' has no member named 'setBottomMargin' make[2]: *** [../build/customactionimpl.o] Error 1 make[1]: *** [release] Error 2 make: *** [sub-src-make_default] Error 2 I'm running Debian Etch 4.0 with vanilla kernel version 2.6.23.1 and I have the following packages installed: [EMAIL PROTECTED]:/usr/src/git/qgit$ dpkg -l | grep qt4 ii libqt4-core 4.2.1-2+etch1 Qt 4 core non-GUI functionality runtime library ii libqt4-dev 4.2.1-2+etch1 Qt 4 development files ii libqt4-gui 4.2.1-2+etch1 Qt 4 core GUI functionality runtime library ii libqt4-qt3support 4.2.1-2+etch1 Qt 3 compatibility library for Qt 4 ii libqt4-sql 4.2.1-2+etch1 Qt 4 SQL database module ii qt4-dev-tools 4.2.1-2+etch1 Qt 4 development tools what am I doing wrong? Cheers. -- Filippo Zangheri GPG key ID: 0xE1D879FA Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA Key server: pgp.mit.edu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/