public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* Windows Compilation
@ 2004-03-15 12:19 Manish Agarwal
  2004-03-23  6:41 ` Hans-Albert Schneider
  0 siblings, 1 reply; 2+ messages in thread
From: Manish Agarwal @ 2004-03-15 12:19 UTC (permalink / raw)
  To: help-gnats

Hello,

Do you have any document explaining how to compile Gnats for Windows 2K/NT. 

Thanks
Manish




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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Windows Compilation
  2004-03-15 12:19 Windows Compilation Manish Agarwal
@ 2004-03-23  6:41 ` Hans-Albert Schneider
  0 siblings, 0 replies; 2+ messages in thread
From: Hans-Albert Schneider @ 2004-03-23  6:41 UTC (permalink / raw)
  To: Manish Agarwal; +Cc: help-gnats

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-22 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-15 12:19 Windows Compilation Manish Agarwal
2004-03-23  6:41 ` Hans-Albert Schneider

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).