[GRASS-dev] [GRASS GIS] #1684: configure GRASS 6 with X11 support
GRASS GIS
trac at osgeo.org
Thu Jul 5 00:11:09 PDT 2012
#1684: configure GRASS 6 with X11 support
----------------------------+-----------------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: Compiling | Version: svn-releasebranch64
Keywords: configure, X11 | Platform: Linux
Cpu: x86-64 |
----------------------------+-----------------------------------------------
Comment(by wenzeslaus):
Same or similar problem on Ubuntu 12.04 32bit on 64bit machine for GRASS
7.
Even after setting the proper path to X11:
--x-includes=/usr/include/ --x-libraries=/usr/lib/
and succesfull configure with ''X11... yes'', compilation itself fails
(e.g for nviz lib). The problem was missing header file `StdCmap.h` (or
files) from package libxmu-dev.
For me the solution was to install package libxmu-dev.
This header file(s) should be explicitly checked by the configure script
to avoid these confusions.
BTW: There are several other issues with configure: it does not check
wxPython version (instead, some error dialog is shown on start up) and it
does not check presence of numpy (temporal and gui dependency, Ubuntu
package python-numpy).
(Related wiki page for Ubuntu:
http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu)
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1684#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list