public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Hans-Albert Schneider <Hans-Albert.Schneider@infineon.com>
To: Manish Agarwal <Manish.Agarwal@mphasis.com>
Cc: help-gnats@gnu.org
Subject: Re: Windows Compilation
Date: Tue, 23 Mar 2004 06:41:00 -0000	[thread overview]
Message-ID: <405F0A68.50106@infineon.com> (raw)
In-Reply-To: <BA89F02E1B5E064AB970FAF7B0195AB80376D49F@kor-1035.corp.mphasis.	com>

Manish Agarwal wrote:
> Hello,
> 
> Do you have any document explaining how to compile Gnats for Windows 2K/NT. 

GNATS has been developed with UNIX-like systems in mind--it happily 
compiles and runs on Solaris, Linux, etc.

However, a lot of things are different with Windows: there is no 
"super-server" like inetd or xinetd, there is no sendmail or similar to 
send and receive mails, etc.

On the other hand, most of these things are available via the CygWin 
project (see http://www.cygwin.com/), so you may be able to achieve your 
goal.  Besides the base package, you need xinetd (to start gnatsd when 
some client contacts it), maybe gcc and make (for compiling).

Concerning e-mail setup, you should be able to use ssmtp for sending 
mails (exim is also available).  If you create a POP3/IMAP4 mailbox on a 
mail server, you could get the incoming mails from there using fetchmail 
and telling it to use queue-pr as mail delivery agent, like this:

fetchmail --mda "/usr/local/libexec/gnats/queue-pr -d GreatNewDB -q" \
	[other fetchmail options]

(assuming you use GNATS 4, your database is called GreatNewDB, and your 
queue-pr is in /usr/local/libexec/gnats/queue-pr.  CygWin lets you use 
UNIX-style paths, including forward slashes.  Your Windows drives can be 
found as /cygdrive/C, /cygdrive/D, etc., so C:\winnt\system32 becomes 
/cygdrive/C/winnt/system32).


Note that I never tried this approach; it is just an attempt to give you 
a start if you really want to try it.  If you succeed (or fail), please 
share your experiences with the list, so some hints can be added to the 
manual and/or the FAQ.


Hans-Albert

-- 
Hans-Albert Schneider		<Hans-Albert.Schneider@infineon.com>
Infineon Technologies AG	phone:	(+49) 89 234 45445
Corporate Logic; Verification	fax:	(+49) 89 234 724399
(CL DAT DF V)			Munich, Germany



_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

      reply	other threads:[~2004-03-22 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-15 12:19 Manish Agarwal
2004-03-23  6:41 ` Hans-Albert Schneider [this message]

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=405F0A68.50106@infineon.com \
    --to=hans-albert.schneider@infineon.com \
    --cc=Manish.Agarwal@mphasis.com \
    --cc=help-gnats@gnu.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).