<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 11, 2014 at 3:47 PM, Michael Barton <span dir="ltr"><<a href="mailto:Michael.Barton@asu.edu" target="_blank">Michael.Barton@asu.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br>
</div>
<div>The problem with starting GRASS has to do with the fact that a couple of the xml files for the new (and still unused?) “toolbox” do not get made. But SOME of them DO get made. Here is the call that successfully makes one of the xml files and a call that
 fails. Note that the full path is not specified in the one that fails.</div>
<div><br>
</div>
<div>This one works:</div>
<div>/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/cmbarton/grass_source/grass7_rb/dist.x86_64-apple-darwin13.3.0/gui/wxpython/xml/module_items.xml</div>
<div><br>
</div>
<div>This one fails:</div>
<div>
<div>/Applications/Xcode.app/Contents/Developer/usr/bin/make xml/menudata.xml</div>
<div><br>
</div>
<div>Looks to me like it SHOULD be calling </div>
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/cmbarton/grass_source/grass7_rb/dist.x86_64-apple-darwin13.3.0/gui/wxpython/xml/menudata.xml</div>
<div></div></blockquote></div><br><br></div><div class="gmail_extra">This sounds good although I cannot really say because I know nothing (or just very few) about makefiles and I'm puzzled by the fact that changing target in make causes change in architecture-environmental settings (since your command runs).<br>

<br>If I missed some guide to GRASS makefiles, let me know. (The only guide I tried to use was the book Die GNU Autotools because of its promising title.)<br></div></div>