From: Martin Langhoff <martin.langhoff@gmail.com>
To: Ryan Anderson <ryan@michonline.com>
Cc: Marco Costalba <mcostalba@yahoo.it>, git@vger.kernel.org
Subject: Re: [ANNOUNCE] qgit-0.9
Date: Mon, 15 Aug 2005 21:41:19 +1200 [thread overview]
Message-ID: <46a038f9050815024135d351d0@mail.gmail.com> (raw)
In-Reply-To: <20050814115834.GD6844@mythryan2.michonline.com>
> You just need to add -I/usr/include/qt3/ in the appropriate place in the
> scons control file, IIRC.
I figured out that it wanted qt3-mt, installed it, and fiddled with
the SConfiguration file. Still no dice, perhaps because I have a qt4
build environment?
$ QTDIR=/usr/ make
scons -Q
Retrieved `src/annotate.o' from cache
/usr//bin/uic -o src/commitbase.h src/commitbase.ui
/usr//bin/uic -impl commitbase.h -o src/uic_commitbase.cc src/commitbase.ui
/usr//bin/moc -o src/moc_commitbase.cc src/commitbase.h
uic: File generated with too old version of Qt Designer
File 'src/commitbase.ui' is not valid
scons: *** [src/commitbase.h] Error 1
make: *** [all] Error 2
this is with qgit 0.91. Hmmm. Removed all traces of qt4. Hmmm, and hmm
some more and it's built. Nice!
I actually like it quite a bit. So, notes for the build instructions:
under debian, you want to
apt-get install qt3-dev-tools libqt3-mt-dev
Make sure there's_no_ qt4 build environment, edit SConstruct and have
the env.Append line look like:
env.Append( CPPFLAGS = ['-DQT_THREAD_SUPPORT', '-D_REENTRANT',
'-I/usr/include/qt3'] )
And then make it, saying:
QTDIR=/usr make
cheers,
martin
next prev parent reply other threads:[~2005-08-15 9:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-13 12:12 [ANNOUNCE] qgit-0.9 Marco Costalba
2005-08-14 9:04 ` Martin Langhoff
2005-08-14 11:58 ` Ryan Anderson
2005-08-15 9:41 ` Martin Langhoff [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-08-15 10:22 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=46a038f9050815024135d351d0@mail.gmail.com \
--to=martin.langhoff@gmail.com \
--cc=git@vger.kernel.org \
--cc=mcostalba@yahoo.it \
--cc=ryan@michonline.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).