Hi, 2008/3/1, Philipp Steigenberger <[EMAIL PROTECTED]>: > I tried to update my svn GRASS version but got problems > > using svn up I get > svn: Failed to add file 'gui/wxpython/vdigit/Makefile': object of the > same name already exists
Makefile is not gererated from Makefile.in anymore [1]. Try to remove Makefile from 'gui/wxpython/vdigit', run svn cleanup & svn up. > then running the configure with > > > export CC=/usr/bin/gcc-3.4 # > > ./configure --with-freetype --with-glw --with-gdal \ > --with-postgres-includes=/usr/include/postgresql \ > --with-freetype-includes=/usr/include/freetype2 --with-python \ > --with-readline --with-odbc --with-lapack --with-blas --with-cxx \ > --with-nls --with-mysql-includes=/usr/include/mysql \ > --with-tcltk-includes=/usr/include/tcl8.4 > > #(this configure-list worked some weeks ago) > > --> > > > checking whether to use Python... yes > checking for python-config... no > configure: error: *** couldn't find python-config > > > apt-file search python-config > doesn't help see [2] `apt-get install python2.4-config` or python2.5-config based on your Python version configure with --with-python=/path/to/python2.x-config Martin [1] http://trac.osgeo.org/grass/changeset/30173 [2] http://trac.osgeo.org/grass/changeset/30171 -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
