From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38824 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Compiling Gnus under MS Windows Date: Tue, 18 Sep 2001 23:02:03 -0400 Message-ID: <2nn13rrihg.fsf@piglet.jia.vnet> References: <7kvczdeu.fsf@hschmi22.userfqdn.rz-online.de> <66agu346.fsf@hschmi22.userfqdn.rz-online.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174628 24606 80.91.224.250 (21 Oct 2002 04:30:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:30:28 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 23358 invoked from network); 19 Sep 2001 03:02:24 -0000 Original-Received: from roc-24-95-193-9.rochester.rr.com (HELO zsh.2y.net) (@24.95.193.9) by gnus.org with SMTP; 19 Sep 2001 03:02:24 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id f8J323501513; Tue, 18 Sep 2001 23:02:03 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q Mail-Copies-To: never In-Reply-To: <66agu346.fsf@hschmi22.userfqdn.rz-online.de> (Frank Schmitt's message of "Tue, 18 Sep 2001 13:53:29 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 Original-Lines: 39 Xref: main.gmane.org gmane.emacs.gnus.general:38824 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38824 Frank Schmitt writes: > Frank Schmitt writes: > >>When trying to do make under cygwin (configure works like a charm) I get >>the following output: > [well, it's broken] > >What does this mean? >> >>Afterwards I tried to use the make.bat but this one only works with GNU >>Emacs, not with XEmacs. I changed it so it would search for xemacs.exe >>if it can't find emacs.exe and it seems that it worked, (at least I'm >>now writing in my brandnew snapshot oort gnus) but I don't really know >>if really everything is ok now. >> >>Well in fact what I wanted to say was: There's now obvious way to >>compile Gnus under Window and XEmacs, this must be changed. > > Does this really not interest the maintainers of Gnus? It is interesting, but I don't play M$ Windows much. > At least it should be possible to update the make.bat, so it works > with XEmacs, too. I've added make-x.bat into the Gnus CVS. > I would be willing to do this if one would tell me which instruction > have to be carried out and in which places the compilation under > XEmacs differs from compilation under Gnu Emacs. Another solution is to run nmake xemacs.mak. Yet another solution is to manually change backslash to forward slash in Makefile. Hope these help. ShengHuo