<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> schrieb am Fr., 12. Juli 2019, 16:43:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is a new one for me:<br>
<br>
Finished compilation: Fri Jul 12 07:16:54 PDT 2019<br>
Makefile:57: recipe for target 'default' failed<br>
make: *** [default] Error 1<br>
<br>
Looking at line 57 in Makefile I see:<br>
<br>
default:<br>
         @echo "GRASS GIS $(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR).$(GR<br>
                 > $(ERRORLOG)<br>
         @echo "--------------------------------------------------" >> $(ERR<br>
         @echo "Started compilation: `date`"                        >> $(ERR<br>
         @echo "--"                                                 >> $(ERR<br>
         @echo "Errors in:"                                         >> $(ERR<br>
         -$(CHMOD) 755 install-sh<br>
         $(MAKE) subdirs<br>
         $(MAKE) $(FILES_DST)<br>
         $(MAKE) manifests<br>
         @if [ `wc -l < "$(ERRORLOG)"` -gt 5 ] ; then \<br>
                 echo "--"     >> $(ERRORLOG) ; \<br>
...<br>
<br>
'echo $ERRORLOG' returns nothing and I don't find where ERRORLOG is defined.<br>
<br>
Advice needed<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Looks like old SVN repo got mixed with the new git repo.</div><div dir="auto"><br></div><div dir="auto">I'd start over and git clone it into a new, empty directory.</div><div dir="auto"><br></div><div dir="auto">Markus</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Regards,<br>
<br>
Rich<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank" rel="noreferrer">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></blockquote></div></div></div>