From: Filippo Zangheri <filippo.zangheri@yahoo.it>
To: Marco Costalba <mcostalba@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [ANNOUNCE] qgit-2.1 and qgit-1.5.8
Date: Mon, 31 Dec 2007 11:59:04 +0100 [thread overview]
Message-ID: <4778CB78.2010906@yahoo.it> (raw)
In-Reply-To: <e5bfff550712302335ie96e143g55c93e984fba6aaa@mail.gmail.com>
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:
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'
../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:
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?
Cheers.
--
Filippo Zangheri
GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu
next prev parent reply other threads:[~2007-12-31 11:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-31 7:35 [ANNOUNCE] qgit-2.1 and qgit-1.5.8 Marco Costalba
2007-12-31 7:35 ` Marco Costalba
2007-12-31 10:59 ` Filippo Zangheri [this message]
2007-12-31 11:58 ` Marco Costalba
2007-12-31 17:47 ` Boaz Harrosh
2007-12-31 18:07 ` Marco Costalba
2008-01-01 7:55 ` Boaz Harrosh
2008-01-01 8:26 ` Marco Costalba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4778CB78.2010906@yahoo.it \
--to=filippo.zangheri@yahoo.it \
--cc=linux-kernel@vger.kernel.org \
--cc=mcostalba@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.