From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.devel Subject: Re: Build error: "nmake info" in "emacs/man" Date: Wed, 08 Sep 2004 18:59:44 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <68c73b1a040907231014b3190d@mail.gmail.com> <01c495b8$Blat.v2.2.2$073bd7e0@zahav.net.il> Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094662840 32280 80.91.224.253 (8 Sep 2004 17:00:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2004 17:00:40 +0000 (UTC) Cc: Dhruva Krishnamurthy , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 08 19:00:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C55no-00032M-00 for ; Wed, 08 Sep 2004 19:00:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C55t6-0007HN-Am for ged-emacs-devel@m.gmane.org; Wed, 08 Sep 2004 13:05:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C55sr-0007Da-1X for emacs-devel@gnu.org; Wed, 08 Sep 2004 13:05:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C55so-0007BV-PY for emacs-devel@gnu.org; Wed, 08 Sep 2004 13:05:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C55so-0007Ar-K6 for emacs-devel@gnu.org; Wed, 08 Sep 2004 13:05:22 -0400 Original-Received: from [134.60.1.1] (helo=mail-new.rz.uni-ulm.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C55nP-00070I-Vd; Wed, 08 Sep 2004 12:59:48 -0400 Original-Received: from lumberjack.physik.uni-ulm.de (lumberjack.physik.uni-ulm.de [134.60.10.173]) by mail.uni-ulm.de (8.13.1/8.13.1) with ESMTP id i88Gxi5h026240; Wed, 8 Sep 2004 18:59:44 +0200 (MEST) Original-Received: by lumberjack.physik.uni-ulm.de (Postfix, from userid 170) id 4A08818165; Wed, 8 Sep 2004 18:59:44 +0200 (CEST) Mail-Followup-To: Eli Zaretskii , Dhruva Krishnamurthy , emacs-devel@gnu.org Original-To: Eli Zaretskii X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY; Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m, tWj]&}, qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi, +g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ In-Reply-To: <01c495b8$Blat.v2.2.2$073bd7e0@zahav.net.il> (Eli Zaretskii's message of "Wed, 08 Sep 2004 18:24:07 +0300") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-DCC-RollaNet-Metrics: gemini 1004; Body=3 Fuz1=3 Fuz2=3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26894 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26894 On Wed, Sep 08 2004, Eli Zaretskii wrote: >> From: Dhruva Krishnamurthy >> >> I am trying to build GNU Emacs from CVS Head on W2K using MSVC >> compiler. I get problems in "nmake info" in "emacs/man" directory. I >> have diagnosed the cause and made a patch. Please review it and >> install the same. This affects only the MSVC build on MS-Windows OS. > > I don't think this patch is good to install: it breaks the build > outside the source tree. Do you refer to "../info" instead of "$(infodir)"? Then it was my mistake when adding the new Gnus manuals. Probably it should read as follows (as the other entries e.g. emacs-mime): --8<---------------cut here---------------start------------->8--- $(infodir)/sieve: sieve.texi $(MAKEINFO) sieve.texi sieve.dvi: sieve.texi $(ENVADD) $(TEXI2DVI) $(srcdir)/sieve.texi $(infodir)/pgg: pgg.texi $(MAKEINFO) pgg.texi pgg.dvi: pgg.texi $(ENVADD) $(TEXI2DVI) $(srcdir)/pgg.texi --8<---------------cut here---------------end--------------->8--- > Why do you need to do that? Note that Dhruva's change uses $(...) instead of ${...}. Maybe nmake (MSVC) doesn't accept the latter. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/