[GRASS-dev] [GRASS GIS] #1819: problems compiling map swipe, animation, modeler, and r.li.setup
GRASS GIS
trac at osgeo.org
Tue Feb 17 14:46:06 PST 2015
#1819: problems compiling map swipe, animation, modeler, and r.li.setup
-----------------------------+----------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: g.gui.* modules | Platform: MacOSX
Cpu: OSX/Intel |
-----------------------------+----------------------------------------------
Comment(by cmbarton):
This solved all the compiler errors except for g.gui.tplot and the failure
to make the menu tree xml files. Here is the plot error:
{{{
Errors in:
/Users/cmbarton/grass_source/grass_trunk/gui/wxpython/tplot
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you will
also get errors from anything which uses the library.
--
Finished compilation: Tue Feb 17 15:29:34 MST 2015
make: *** [default] Error 1
cmb-imaccsdc:grass_trunk cmbarton$ cd
/Users/cmbarton/grass_source/grass_trunk/gui/wxpython/tplot
cmb-imaccsdc:tplot cmbarton$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make
/Users/cmbarton/grass_source/grass_trunk/dist.x86_64-apple-
darwin14.1.0/docs/html/g.gui.tplot.html
GISRC=/Users/cmbarton/grass_source/grass_trunk/dist.x86_64-apple-
darwin14.1.0/demolocation/.grassrc71
GISBASE=/Users/cmbarton/grass_source/grass_trunk/dist.x86_64-apple-
darwin14.1.0 PATH="/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-
darwin14.1.0/bin:/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-
darwin14.1.0/bin:/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-darwin14.1.0/scripts:$PATH"
PYTHONPATH="/Users/cmbarton/grass_source/grass_trunk/dist.x86_64-apple-
darwin14.1.0/etc/python:/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-darwin14.1.0/gui/wxpython:$PYTHONPATH"
DYLD_LIBRARY_PATH="/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-
darwin14.1.0/bin:/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-
darwin14.1.0/scripts:/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-
darwin14.1.0/lib:/Users/cmbarton/grass_source/grass_trunk/dist.x86_64
-apple-darwin14.1.0/lib:" LC_ALL=C
/Users/cmbarton/grass_source/grass_trunk/dist.x86_64-apple-
darwin14.1.0/scripts/g.gui.tplot --html-description < /dev/null | grep -v
'</body>\|</html>' > g.gui.tplot.tmp.html
Traceback (most recent call last):
File "/Users/cmbarton/grass_source/grass_trunk/dist.x86_64-apple-
darwin14.1.0/scripts/g.gui.tplot", line 48, in <module>
import wx
File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-
packages/wx-2.8-mac-unicode/wx/__init__.py", line 45, in <module>
from wx._core import *
File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-
packages/wx-2.8-mac-unicode/wx/_core.py", line 4, in <module>
import _core_
ImportError: /usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-
packages/wx-2.8-mac-unicode/wx/_core_.so: no appropriate 64-bit
architecture (see "man python" for running in 32-bit mode)
make[1]: *** [g.gui.tplot.tmp.html] Error 1
rm g.gui.tplot.tmp.html
make: *** [guiscript] Error 2
cmb-imaccsdc:tplot cmbarton$
}}}
Michael
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1819#comment:10>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list