[GRASS-user] Problems to update with svn
Philipp Steigenberger
userlist at online.de
Sat Mar 1 07:11:13 EST 2008
Hello
Martin Landa schrieb:
> Hi,
>
> 2008/3/1, Philipp Steigenberger <userlist at online.de>:
>> 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.
I had to remove the vdigit-directory - but it worked
>
>> 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
I installed python2.5 but
apt-get install python2.5-config
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package python2.5-config
How to get it?
Philipp
>
> 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
>
More information about the grass-user
mailing list