<HTML dir=ltr><HEAD><TITLE>Re: [GRASS-dev] WinGRASS RC5 man/man1/d.ask.1 Error 127</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR><BASE href=http://mailstore.rossoalice.alice.it/exchange/Alice000000001264700/Bozze/R:%20[GRASS-dev]%20WinGRASS%20RC5%20man_xF8FF_man1_xF8FF_d.ask.1%20Error%20127.EML/1_text.htm></HEAD>
<BODY>
<DIV id=idOWAReplyText53665 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Hi Glynn,</FONT></DIV>
<DIV dir=ltr><FONT size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2>yes, in fact I did a similar thing, just only static (replaced original line with default: only)</FONT></DIV>
<DIV dir=ltr><FONT size=2>thanks</FONT></DIV>
<DIV dir=ltr><FONT size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2>Marco</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Da:</B> Glynn Clements [mailto:glynn@gclements.plus.com]<BR><B>Inviato:</B> mer 12/03/2008 4.10<BR><B>A:</B> marco.pasetti@alice.it<BR><B>Cc:</B> GRASS Developer Mailing List<BR><B>Oggetto:</B> Re: [GRASS-dev] WinGRASS RC5 man/man1/d.ask.1 Error 127<BR></FONT><BR></DIV>
<DIV><BR>
<P><FONT size=2>Marco Pasetti wrote:<BR><BR>&gt; I just finished to recompile GRASS 6.3.0RC5 with Tcl/Tk 8.5.1;<BR>&gt; I made a quick test with sample data of North-Carolina (SRTM elevation<BR>&gt; raster 30m) and it seems bo be OK (but it's the first time for me using<BR>&gt; NVIZ, I don't what's the feature intended to not work)<BR>&gt; Anyway, the reason of the mail is another: in the last few lines of<BR>&gt; compiling I have the following error:<BR>&gt;<BR>&gt; make[1]: ***<BR>&gt; [/usr/local/src/grass-6.3.0RC5/dist.i686-pc-mingw32/man/man1/d.ask.1] Error<BR>&gt; 127<BR>&gt;<BR>&gt; And then at the end a Make error I don't remember in the previous<BR>&gt; compilations I did:<BR>&gt;<BR>&gt; Finished compilation: Mon Mar&nbsp; 3 22:52:36 GMT 2008<BR>&gt; make: *** [default] Error 1<BR>&gt;<BR>&gt; What is it?<BR>&gt;<BR>&gt; In WinGRASS current status I read:<BR>&gt; You also have to erase $(MANDIR) $(MANPAGES) from line 13 of man/Makefile,<BR>&gt; i.e. 'default: $(MANDIR) $(MANPAGES)' -&gt; 'default:'<BR>&gt;<BR>&gt; At line 13 of man/Makefile I have:<BR>&gt; default: $(MANPAGES)<BR>&gt;<BR>&gt; That could be the reason of the error?<BR><BR>My first guess would be that you lack Perl, which is required for the<BR>g.html2man script. Check the PERL line in include/Make/Platform.make.<BR><BR>Given that man pages aren't likely to be used on Windows, I wouldn't<BR>bother about it.<BR><BR>We can probably avoid the error with:<BR><BR>--- man/Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (revision 30532)<BR>+++ man/Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (working copy)<BR>@@ -10,7 +10,11 @@<BR><BR>&nbsp;MANPAGES := $(patsubst $(HTMLDIR)/%.html,$(MANDIR)/%.$(SECT),$(wildcard $(HTMLDIR)/*.html))<BR><BR>+ifeq ($(PERL),no)<BR>+default:<BR>+else<BR>&nbsp;default: $(MANPAGES)<BR>+endif<BR><BR>&nbsp;$(MANDIR):<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(MKDIR) $(MANDIR)<BR><BR>--<BR>Glynn Clements &lt;glynn@gclements.plus.com&gt;<BR></FONT></P></DIV></BODY></HTML>