On Mon, Aug 11, 2014 at 3:47 PM, Michael Barton <[email protected]>
wrote:

>
>  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.
>
>  This one works:
> /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
>
>  This one fails:
>  /Applications/Xcode.app/Contents/Developer/usr/bin/make xml/menudata.xml
>
>  Looks to me like it SHOULD be calling
> /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
>


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).

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.)
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to