Michael Barton wrote: > I just updated from the CVS and tried to compile. I got errors at > the end. I'm pretty sure that the ../gui/wxpython error is just a > problem with the make file. But the ../lib/python error is something > else. Here is the result. > > Errors in: > /Users/cmbarton/grass_dev/grass70_dev/lib/python > /Users/cmbarton/grass_dev/grass70_dev/gui/wxpython
> cmb-mbp:grass70_dev cmbarton$ cd > /Users/cmbarton/grass_dev/grass70_dev/lib/python > cmb-mbp:python cmbarton$ make > make -C ctypes > make[2]: ctypesgen.py: No such file or directory This should now be ignored. 7.0 now uses ctypesgen to generate Python wrappers for the libraries, rather than SWIG; you only need it if you want the wrappers (they are needed for the wxGUI NVIZ module, though; there probably needs to be a conditional import somewhere). For more information, see: > From: Glynn Clements <[email protected]> > Subject: Re: [GRASS-dev] RE: [GRASS-user] Question with Python-SWIG example > [SEC=UNCLASSIFIED] > Date: Mon, 17 May 2010 17:01:23 +0100 > Message-ID: <[email protected]> -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
