On Dec 31, 2007 11:59 AM, Filippo Zangheri <filippo.zangheri@xxxxxxxx> wrote: > > Hi, > > I git-cloned qgit-2.1 from your repository, then ran `qmake qgit.pro`, but `make` gave me errors. Yes, you need qmake of Qt4 not the Qt3 one. > 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: > > filippo@master:/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' This is because you need at least Qt 4.3 as written in the README. > > > > I'm running Debian Etch 4.0 with vanilla kernel version 2.6.23.1 and I have the following packages installed: > > filippo@master:/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? > Please upgrade to Qt 4.3 and everything will be OK ;-) Happy new year Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html