git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brandon Philips <brandon@ifup.org>
To: Marco Costalba <mcostalba@yahoo.it>
Cc: git@vger.kernel.org
Subject: Re: [ANNOUNCE] qgit, another git GUI viewer
Date: Tue, 31 May 2005 11:11:10 -0700	[thread overview]
Message-ID: <20050531181109.GH11774@osuosl.org> (raw)
In-Reply-To: <20050531170445.38748.qmail@web26305.mail.ukl.yahoo.com>


[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]

Hi Marco,

Obligatory screenshot:
http://ifup.org/~philips/qgit.png

Some quick feedback:

>   This is qgit, basically a porting of gitk to Qt/C++.

The tarball extracts to the current directory which isn't very friendly.

> Just run make, install the bin anywhere in the path
> and run from any git project working directory to see
> the graph

Out of the box it wouldn't compile for several reasons on my own
computer.  I have attached a diff but the only real solution is to use
autotools as my diff will now only work on Gentoo systems.

Hope this helps.

-Brandon Philips

[-- Attachment #1.2: qgit-gentoo-compile.patch --]
[-- Type: text/plain, Size: 1588 bytes --]

--- b/Makefile	2005-05-28 14:38:22.000000000 -0700
+++ a/Makefile	2005-05-31 10:15:05.000000000 -0700
@@ -26,7 +26,7 @@
 sub-src: src/$(MAKEFILE) FORCE
         cd src && $(MAKE) -f $(MAKEFILE)
 
-Makefile: qgit.pro  /usr/lib/qt3/mkspecs/default/qmake.conf 
+Makefile: qgit.pro  /usr/qt/3/mkspecs/linux-g++/qmake.conf
         $(QMAKE) -o Makefile qgit.pro
 qmake: qmake_all
         @$(QMAKE) -o Makefile qgit.pro
--- b/src/Makefile	2005-05-28 08:31:26.000000000 -0700
+++ a/src/Makefile	2005-05-31 10:18:15.000000000 -0700
@@ -12,8 +12,8 @@
 CXX      = g++
 LEX      = flex
 YACC     = yacc
-CFLAGS   = -pipe -Wall -W -O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
-CXXFLAGS = -pipe -Wall -W -O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
+CFLAGS   = -pipe -Wall -W -O2 -fomit-frame-pointer -pipe -march=i586   -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
+CXXFLAGS = -pipe -Wall -W -O2 -fomit-frame-pointer -pipe -march=i586  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
 LEXFLAGS = 
 YACCFLAGS= -d
 INCPATH  = -I/usr/lib/qt3/mkspecs/default -I. -I$(QTDIR)/include
@@ -123,8 +123,8 @@
 
 $(MOC): 
         ( cd $(QTDIR)/src/moc && $(MAKE) )
-
-Makefile: src.pro  /usr/lib/qt3/mkspecs/default/qmake.conf /usr/lib/qt3/lib/libqt-mt.prl
+#####/usr/qt/3/mkspecs/linux-g++/libqt-mt.prl
+Makefile: src.pro  /usr/qt/3/mkspecs/linux-g++/qmake.conf 
         $(QMAKE) -o Makefile src.pro
 qmake: 
         @$(QMAKE) -o Makefile src.pro

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-05-31 18:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-31 17:04 [ANNOUNCE] qgit, another git GUI viewer Marco Costalba
2005-05-31 18:11 ` Brandon Philips [this message]
2005-05-31 23:48   ` Stanislav Karchebny

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=20050531181109.GH11774@osuosl.org \
    --to=brandon@ifup.org \
    --cc=git@vger.kernel.org \
    --cc=mcostalba@yahoo.it \
    /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).