[GRASS-user] Issues building trunk on Ubuntu 8.10
Nikos Alexandris
nikos.alexandris at felis.uni-freiburg.de
Wed Jan 28 08:42:30 EST 2009
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
More information about the grass-user
mailing list