<html style="direction: ltr;">
<head>
<meta content="text/html; charset=windows-1255"
http-equiv="Content-Type">
<style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="preferred-charset"
bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Thanks. <br>
We would be satisfied to get it working without the gui for now.
But even that threw many more errors when compiling.<br>
<br>
We had to have a huge configure line, pointing many
--with-xxx-includes= and --with-xxx-libs= to the
/usr/local/Cellar directory. Otherwise it did not find them. <br>
<br>
Regards,<br>
<br>
On 02/04/2014 11:37, epi wrote:<br>
</div>
<blockquote
cite="mid:15147CD2-F3CD-4528-928C-262D408831A5@gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1255">
Micha,
<div><br>
</div>
<div>i use homebrew to satisfy the dependencies for grass7 </div>
<div>
<div>
<div><br>
</div>
<div>./configure \</div>
<div>--with-opengl-includes=/opt/X11/include/ \</div>
<div>--with-opengl-libs=/opt/X11/lib/ \</div>
<div>--with-cairo-includes=/usr/local/Cellar/cairo/1.12.16/include/cairo/
\</div>
<div>--with-cairo-libs=/usr/local/Cellar/cairo/1.12.16/lib/ \</div>
<div>--with-freetype-includes=/usr/local/include/freetype2 \</div>
<div>--with-blas \</div>
<div>--with-geos \</div>
<div>--with-lapack \</div>
<div>--with-netcdf \</div>
<div>--with-odbc \</div>
<div>--with-pthread \</div>
<div>--with-postgres \</div>
<div>--with-sqlite \</div>
<div>--with-wxwidgets=/usr/local/Cellar/wxmac/3.0.0.0/bin/wx-config </div>
<div><br>
</div>
<div>the build ends with Errors in:</div>
<div>/Users/epi/dev/grass7_trunk/lib/nviz</div>
<div>/Users/epi/dev/grass7_trunk/misc/m.nviz.image</div>
<div>/Users/epi/dev/grass7_trunk/visualization/wximgview</div>
<div><br>
</div>
<div>The modules are all fully functionals but because i use
python from home-brew as well (not the system one)</div>
<div>it is 64 bit and is not compatible with wx-2.8 … i have
wx3.0 installed (that’s 64bit) but the main gui doesn’t
start. </div>
<div>This the log from :</div>
<div><br>
</div>
<div> g.gui gui=wxpython</div>
<div><br>
</div>
<div>
<div>Launching <wxpython> GUI in the background,
please wait...</div>
<div>GRASS 7.0.svn (nc_spm_08_grass7):~ > Traceback (most
recent call last):</div>
<div> File
"/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line
143, in <module></div>
<div> sys.exit(main())</div>
<div> File
"/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line
136, in main</div>
<div> app = GMApp(workspaceFile)</div>
<div> File
"/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line
50, in __init__</div>
<div> wx.App.__init__(self, False)</div>
<div> File
"/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py",
line 8631, in __init__</div>
<div> self._BootstrapApp()</div>
<div> File
"/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py",
line 8196, in _BootstrapApp</div>
<div> return _core_.PyApp__BootstrapApp(*args, **kwargs)</div>
<div> File
"/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line
84, in OnInit</div>
<div> workspace = self.workspaceFile)</div>
<div> File
"/usr/local/grass-7.0.svn/etc/gui/wxpython/lmgr/frame.py",
line 109, in __init__</div>
<div> self._menuTreeBuilder = LayerManagerMenuData()</div>
<div> File
"/usr/local/grass-7.0.svn/etc/gui/wxpython/lmgr/menudata.py",
line 40, in __init__</div>
<div> MenuTreeModelBuilder.__init__(self, filename,
expandAddons=expandAddons)</div>
<div> File
"/usr/local/grass-7.0.svn/etc/gui/wxpython/core/menutree.py",
line 69, in __init__</div>
<div> xmlTree = etree.parse(filename)</div>
<div> File
"/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py",
line 1182, in parse</div>
<div> tree.parse(source, parser)</div>
<div> File
"/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py",
line 657, in parse</div>
<div> self._root = parser.close()</div>
<div> File
"/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py",
line 1654, in close</div>
<div> self._raiseerror(v)</div>
<div> File
"/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py",
line 1506, in _raiseerror</div>
<div> raise err</div>
<div>xml.etree.ElementTree.ParseError: no element found:
line 1, column 0</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>the wx dialog for (most but not all **) the grass
modules, works fine.</div>
<div>** command like g.region, r.mask and others do not lunch
a gui dialog when type their name in the grass shell.</div>
<div><br>
</div>
<div>Massimo.</div>
<div><br>
</div>
<div>On Apr 2, 2014, at 9:48 AM, Micha Silver <<a
moz-do-not-send="true" href="mailto:micha@arava.co.il">micha@arava.co.il</a>>
wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div bidimailui-detected-decoding-type="preferred-charset"
bgcolor="#FFFFFF" text="#000000" style="font-family:
Helvetica; font-size: 12px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: auto; text-align:
start; text-indent: 0px; text-transform: none;
white-space: normal; widows: auto; word-spacing: 0px;
-webkit-text-stroke-width: 0px; direction: ltr;"><font
size="+1">Has anyone compiled GRASS 7.0 on MacOS
Mavricks? Any tips?<br>
Thanks,<br>
<br>
</font>
<pre class="moz-signature" cols="72">--
Micha Silver
GIS Consulting
052-3665918
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.surfaces.co.il/">http://www.surfaces.co.il</a>
</pre>
_______________________________________________<br>
grass-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/grass-dev">http://lists.osgeo.org/mailman/listinfo/grass-dev</a></div>
</blockquote>
</div>
<br>
</div>
<br>
<br>
This mail was received via Mail-SeCure System.<br>
=
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Micha Silver
GIS Consulting
052-3665918
<a class="moz-txt-link-freetext" href="http://www.surfaces.co.il">http://www.surfaces.co.il</a>
</pre>
</body>
</html>