Howdy,
(apologies if this is a duplicate post)
Current trunk svn, Ubuntu 8.10
a couple issues:
- I've installed tcl8.3-dev and tk8.3-dev but ./configure fails
configure: error: *** Unable to locate Tcl includes.
- is there a package to satisfy;
configure: error: *** Unable to locate OpenGL includes.
- I have libfreetype6-dev installed, still get
configure: error: *** Unable to locate FreeType includes.
The following command completes:
grass$ ./configure --with-tcltk=no --with-opengl=no --with-freetype=no
make fails with
Errors in:
grass/imagery/i.atcorr
grass/imagery/i.atcorr$ make
/home/ktenney/src/grass/dist.i686-pc-linux-gnu/include
-DPACKAGE=\""grassmods"\" -I/home/ktenney/src/grass/dist.i
...
/bin/sh: /home/ktenney/src/grass/dist.i686-pc-linux-gnu/bin/i.atcorr: not found
make: *** [i.atcorr.tmp.html] Error 1
rm i.atcorr.tmp.html
I'm stuck here.
Any suggestions are welcome.
Thanks,
Kent
Hi Kent. Hope the following helps you.
Nikos
On Thu, 2009-01-29 at 05:52 +1800, Kent Tenney wrote:
Howdy,
(apologies if this is a duplicate post)
Current trunk svn, Ubuntu 8.10
a couple issues:
- I've installed tcl8.3-dev and tk8.3-dev but ./configure fails
configure: error: *** Unable to locate Tcl includes.
Add:
--with-tcltk-includes="/usr/include/tcl8.4/"
- is there a package to satisfy;
configure: error: *** Unable to locate OpenGL includes.
(copy-pasted from
http://grass.osgeo.org/wiki/Compile_and_Install#Ubuntu_7.10_64-bit)
if OpenGL fails then maybe it is necessary to link glxATI.h with glx.h
and re-run the configuration
cd /usr/include/GL
sudo ln glxATI.h glx.h
- I have libfreetype6-dev installed, still get
configure: error: *** Unable to locate FreeType includes.
Add:
--with-freetype=yes \
--with-freetype-includes="/usr/include/freetype2/"
The following command completes:
grass$ ./configure --with-tcltk=no --with-opengl=no --with-freetype=no
make fails with
Errors in:
grass/imagery/i.atcorr
grass/imagery/i.atcorr$ make
/home/ktenney/src/grass/dist.i686-pc-linux-gnu/include
-DPACKAGE=\""grassmods"\" -I/home/ktenney/src/grass/dist.i
...
/bin/sh: /home/ktenney/src/grass/dist.i686-pc-linux-gnu/bin/i.atcorr: not found
make: *** [i.atcorr.tmp.html] Error 1
rm i.atcorr.tmp.html
Don't know about that.
I'm stuck here. Any suggestions are welcome.
Thanks,
Kent
On Wed, 2009-01-28 at 14:42 +0100, Nikos Alexandris wrote:
> - I've installed tcl8.3-dev and tk8.3-dev but ./configure fails
> configure: error: *** Unable to locate Tcl includes.
Add:
--with-tcltk-includes="/usr/include/tcl8.4/"
Sorry, I was too quick. Of course you need to install the
(tcl/tk)8.4-dev's first 
Hi,
I’ve been searching a tool like ‘ALLOCATE’(Idrisi) in GRASS, but I can’t find it. There is any kind of tool like that in GRASS? Which is the best way to perform this kind of operation?
Allocate in Idrisi:
ALLOCATE performs spatial allocation based on a distance or cost-distance image derived from DISTANCE, COST,
VARCOST or DISPERSE. For example, if the distance surface were calculated from a set of health centers, ALLO-
CATE could be used to assign each cell to its nearest health center. The final result of ALLOCATE would be an image
with identifiers indicating to which health center each cell is assigned. The result from ALLOCATE is identical to that of
THIESSEN where simple Euclidean distance is used. However, if cost distance is used, the result may be quite different.
Thanks in advance!
Lluís