[GRASS-dev] compile error in grass-6.4.0RC1/gui/wxpython

Glynn Clements glynn at gclements.plus.com
Fri Jan 9 16:22:46 EST 2009


Otto Dassau wrote:

> > > I have now changed the OpenSuSE build server from GRASS 6.3 to 6.4 RC1. As
> > > for
> > > the version 6.3 I commented gui/wxpython/vdigit in gui/wxpython/Makefile to
> > > make it build.
> > 
> > (I assume due to the libgdi.so issue?)
> 
> yes
> 
> > Shouldn't --without.wxpython work?
> 
> would that mean wxpython gui won't be build at all? Is that a configure option?
> At the moment everything should work, except wxpython gui vdigit.

The relevant configure options are --with-python and --with-wxwidgets.

These only affect C/C++ code which needs to use the corresponding
libraries and headers. They don't affect "pure" Python or wxPython
code which doesn't require compilation, e.g. most of the wx GUI.

Currently, --with-python is required for the SWIG bindings,
--with-wxwidgets is required for xganim, and both are required for the
vdigit and nviz modules for the wx GUI.

The situation is the same as with Tcl/Tk: if you use --without-tcltk,
you still get gis.m, d.m, d.rast.edit etc, but you don't get v.digit,
NVIZ or the form library, which all contain C code which links against
libtcl/libtk.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list