git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Lars Hjemli" <hjemli@gmail.com>
To: "Peter Karlsson" <peter@softwolves.pp.se>
Cc: "git list" <git@vger.kernel.org>
Subject: Re: [ANNOUNCE] cgit v0.7
Date: Tue, 6 Nov 2007 09:44:27 +0100	[thread overview]
Message-ID: <8c5c35580711060044i7a3d0134p42e9437cbe2a258b@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0711060903070.8577@ds9.cixit.se>

On Nov 6, 2007 9:04 AM, Peter Karlsson <peter@softwolves.pp.se> wrote:
> Lars Hjemli:
>
> > cgit v0.7 (a fast webinterface for git) is now available at
> >
> >      git://hjemli.net/pub/git/cgit
>
> Has anyone managed to compile this for Win32?

If (win32 == cygwin): yes, just did (but it needed a makefile tweak
regarding iconv)

-- 
From: Lars Hjemli <hjemli@gmail.com>
Date: Tue, 6 Nov 2007 09:35:07 +0100
Subject: [PATCH] Makefile: link with libiconv if NEEDS_LIBICONV is defined

This seems to be needed to compile on cygwin.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 6abd82a..dbc34a2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,11 @@ OBJECTS = shared.o cache.o parsing.o html.o
ui-shared.o ui-repolist.o \
        ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o


+ifdef NEEDS_LIBICONV
+       EXTLIBS += -liconv
+endif
+
+
 .PHONY: all git install clean distclean force-version get-git

 all: cgit git
-- 
1.5.3.4.452.g09149

  reply	other threads:[~2007-11-06  8:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-03 11:08 [ANNOUNCE] cgit v0.7 Lars Hjemli
2007-11-03 12:15 ` Nguyen Thai Ngoc Duy
2007-11-03 12:44   ` Lars Hjemli
2007-11-05  0:29 ` Jakub Narebski
2007-11-05 10:59   ` Lars Hjemli
2007-11-05 23:53   ` Lars Hjemli
2007-11-06  8:04 ` Peter Karlsson
2007-11-06  8:44   ` Lars Hjemli [this message]
2007-11-06 18:39     ` Patrick Aljord
2007-11-07 10:52       ` Lars Hjemli

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=8c5c35580711060044i7a3d0134p42e9437cbe2a258b@mail.gmail.com \
    --to=hjemli@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=peter@softwolves.pp.se \
    /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).