Hi
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
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
Any suggestions?
cheers
Philipp
PS:Here (http://grass.gdf-hannover.de/wiki/Compile_and_Install ) still cvs is described
Hi,
2008/3/1, Philipp Steigenberger <userlist@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.
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 *
Hello
Martin Landa schrieb:
Hi,
2008/3/1, Philipp Steigenberger <userlist@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
Hi,
2008/3/1, Philipp Steigenberger <userlist@online.de>:
[snip]
>> 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?
apt-file search python2.5-config
->
python2.5-dev
Martin
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *
Martin Landa schrieb:
Hi,
2008/3/1, Philipp Steigenberger <userlist@online.de>:
[snip]
>> 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?
apt-file search python2.5-config
->
python2.5-dev
Martin
sometimes its so easy
configure now works.
but nevertheless another problem. Tried to include the wxwidget also.
as described at [2] http://trac.osgeo.org/grass/changeset/30171:
" --with-wxwidgets[=path/wx-config] enable wxWidgets support (wx-config with path, e.g. '--with-wxwidgets=/usr/local/bin/wx-config', default: no)"
I add
echo" wxWidgets/wxPython repository at apt.wxwidgets.org
deb http://apt.wxwidgets.org/ etch-wx main
deb-src http://apt.wxwidgets.org/ etch-wx main" >> sources.list
install
apt-get install python-wxgtk2.8 python-wxtools python-wxaddons wx2.8-i18n
search
apt-file search wx-config
kdevelop-data: usr/share/apps/kdevappwizard/template-common/wx-configure.in
wx-common: usr/share/man/man1/wx-config.1.gz
install again
apt-get install wx-common
but cannot find wx-config
I have
/usr/bin/wxrc
How to get wx-config?
btw man wx-config works
:o/
Philipp
Please any one help me with the landscape analysis and
r.le setup. Problem also with the paramater of making
the class group.
Witch grass that can work well with the landscape
analysis.
thank you
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
Hamish
March 2, 2008, 6:24am
7
yazid bekti wrote:
Please any one help me with the landscape analysis and
r.le setup. Problem also with the paramater of making
the class group.
You will have to be more specific.
What version of GRASS? What computing platform? what are you trying to
do? what was the exact command line options and menu selections you
used? what was the exact error message? (cut & paste is best)
Witch grass that can work well with the landscape
analysis.
The newest possible version is always a tiny bit improved
see also the new r.li modules.
Hamish
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping