Peter Gardner wrote: > Hi Martin, > I checked out revision 30941. > ../configure fails with: > checking if system supports Large Files at all... yes > checking whether to use Python... yes > checking for python-config... /usr/bin/python-config > checking for Python.h... yes > checking for swig... no > configure: error: *** couldn't find swig > > Is swig a new dependency?
--with-python now checks for it. Note that you only need to use --with-python if you want to compile Python extensions (the Python digitiser module and the Python bindings for the GRASS libraries), and that requires SWIG. If you just want the wxPython GUI (without the digitiser module), you don't need to use --with-python; the GUI code is installed regardless (obviously, you need Python and wxPython to actually use it). -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
