<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> </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> </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>> I just finished to recompile GRASS 6.3.0RC5 with Tcl/Tk 8.5.1;<BR>> I made a quick test with sample data of North-Carolina (SRTM elevation<BR>> raster 30m) and it seems bo be OK (but it's the first time for me using<BR>> NVIZ, I don't what's the feature intended to not work)<BR>> Anyway, the reason of the mail is another: in the last few lines of<BR>> compiling I have the following error:<BR>><BR>> make[1]: ***<BR>> [/usr/local/src/grass-6.3.0RC5/dist.i686-pc-mingw32/man/man1/d.ask.1] Error<BR>> 127<BR>><BR>> And then at the end a Make error I don't remember in the previous<BR>> compilations I did:<BR>><BR>> Finished compilation: Mon Mar 3 22:52:36 GMT 2008<BR>> make: *** [default] Error 1<BR>><BR>> What is it?<BR>><BR>> In WinGRASS current status I read:<BR>> You also have to erase $(MANDIR) $(MANPAGES) from line 13 of man/Makefile,<BR>> i.e. 'default: $(MANDIR) $(MANPAGES)' -> 'default:'<BR>><BR>> At line 13 of man/Makefile I have:<BR>> default: $(MANPAGES)<BR>><BR>> 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 (revision 30532)<BR>+++ man/Makefile (working copy)<BR>@@ -10,7 +10,11 @@<BR><BR> MANPAGES := $(patsubst $(HTMLDIR)/%.html,$(MANDIR)/%.$(SECT),$(wildcard $(HTMLDIR)/*.html))<BR><BR>+ifeq ($(PERL),no)<BR>+default:<BR>+else<BR> default: $(MANPAGES)<BR>+endif<BR><BR> $(MANDIR):<BR> $(MKDIR) $(MANDIR)<BR><BR>--<BR>Glynn Clements <glynn@gclements.plus.com><BR></FONT></P></DIV></BODY></HTML>