Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-04 Thread Ferruccio Sarra
Hi, thank you both for your quick replying. Glynn Clements ha scritto: Martin Landa wrote: ~/grass-6.4.0RC5/gui/wxpython/vdigit$ make python setup.py build_ext --swig=/usr/bin/swig --swig-opts=-c++ --build-lib=OBJ. --build-temp=OBJ. 'OBJ.' is wrong, $(ARCH) variable seems to be empt

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-02 Thread Glynn Clements
Martin Landa wrote: > > ~/grass-6.4.0RC5/gui/wxpython/vdigit$ make > > python setup.py build_ext --swig=/usr/bin/swig --swig-opts=-c++ > > --build-lib=OBJ. --build-temp=OBJ. > > 'OBJ.' is wrong, $(ARCH) variable seems to be empty (defined in > Platform.make). > > > running build_ext > > buildi

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-02 Thread Martin Landa
Hi, 2009/8/2 Ferruccio Sarra : > ~/grass-6.4.0RC5/gui/wxpython/vdigit$ make > python setup.py build_ext --swig=/usr/bin/swig --swig-opts=-c++ > --build-lib=OBJ. --build-temp=OBJ. 'OBJ.' is wrong, $(ARCH) variable seems to be empty (defined in Platform.make). > running build_ext > building '_gras

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-02 Thread Ferruccio Sarra
Hi Martin This is the make output: ~/grass-6.4.0RC5/gui/wxpython/vdigit$ make python setup.py build_ext --swig=/usr/bin/swig --swig-opts=-c++ --build-lib=OBJ. --build-temp=OBJ. running build_ext building '_grass6_wxvdigit' extension swigging grass6_wxvdigit.i to grass6_wxvdigit_wrap.cpp /usr/b

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-02 Thread Martin Landa
Hi, 2009/8/2 Ferruccio Sarra : [...] > "nviz" command from terminal  works and opens a  wx look window  asking for > input data It's unrelated -- TCL/TK NVIZ and wxNVIZ are completely different applications. > I can find required modules in the downloaded folder where I compiled grass: > ~$ lo

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-02 Thread Ferruccio Sarra
Ok Glynn. After starting grass with no flags, this is the message in the terminal: GRASS 6.4.0RC5 (UTM33WGS84EPGS):~/grass-6.4.0RC5 > WARNING: Vector digitizer is not available (No module named grass6_wxvdigit) If I try "3d view" ["Digitize"] in the Display window pulldown menu, the result is:

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-01 Thread Glynn Clements
Ferruccio Sarra wrote: > Glynn Clements ha scritto: > > 1. What does running: > > > > /usr/bin/python2.5-config --cflags > > > > print? > > > ~$ /usr/bin/python2.5-config --cflags > -I/usr/include/python2.5 -I/usr/include/python2.5 -fno-strict-aliasing > -DNDEBUG -g -fwrapv -O2 -Wall -Wst

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-01 Thread Ferruccio Sarra
Glynn Clements ha scritto: 1. What does running: /usr/bin/python2.5-config --cflags print? ~$ /usr/bin/python2.5-config --cflags -I/usr/include/python2.5 -I/usr/include/python2.5 -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes ~$ 2. What is the value of PY

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-01 Thread Glynn Clements
Ferruccio Sarra wrote: > Thank you for replying Martin. > I think the path is correct and the report after running the configure > script tells it's all right > > Configure option: > --with-python=/usr/bin/python2.5-config 1. What does running: /usr/bin/python2.5-config --cflags prin

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-08-01 Thread Ferruccio Sarra
Thank you for replying Martin. I think the path is correct and the report after running the configure script tells it's all right Configure option: --with-python=/usr/bin/python2.5-config Files and directory location: ~/grass-6.4.0RC5$ locate python2.5-config /usr/bin/python2.5-config ~/grass-

Re: [GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-07-31 Thread Martin Landa
Hi, 2009/7/31 Ferruccio Sarra : [...] > In file included from cats.cpp:19: > driver.h:25:20: error: Python.h: No file or directory > In file included from driver.h:26, > from cats.cpp:19: Python header is missing in your system (or it's not in the include path). You need to configure GRASS `--w

[GRASS-dev] Errors compiling grass6.4.0RC5 on a 64 bit Ubuntu 9.04 PC

2009-07-31 Thread Ferruccio Sarra
Hi all. I've been trying to compile grass6.4.0RC5 on my 64 bit Ubuntu 9.04 but can't overcome some troubles. From "error.log": /home/ferruccio/Scrivania/grass-6.4.0RC5/gui/wxpython/vdigit /home/ferruccio/Scrivania/grass-6.4.0RC5/gui/wxpython/nviz My configuration options: ./configure --with-tc