Tue, Nov 16 2004
13:51:36
|
|
Request created by guest
|
|
Subject: precompiled binaries of grass5.7
I have downloaded the precompiled binaries of Grass 5.7 for Linux, (I have a
Debian version) and it doesn't work, there is an error with the library Gdal
that grass do not find, can somebody tell me if it is a problem with my Linux
or a problem with the precompiled binaries? |
|
Wed, Nov 17 2004
08:04:57
|
|
Status changed to resolved by hbowman
|
|
Wed, Nov 17 2004
08:04:57
|
|
Mail sent by hbowman
|
|
Best to use a binary made for Debian/Sarge directly (see below).
[add to /etc/apt/sources.list]
List of required debian packages for compiling (and running) GRASS on Debian
follows. (more or less)
gcc # for compile
libc6-dev # for basics
flex # for lex
bison # for yacc
libncurses5-dev # for curses
zlib1g-dev # zlib
libreadline4-dev # readline
libjpeg62-dev or libjpeg-mmx-dev # for JPEG support
libtiff3g-dev # for TIFF support
libpng12-dev # for PNG support
tcl8.3-dev # for TCL
tk8.3-dev # for TK
postgresql # for Postgresql support ???
postgresql-dev # for Postgresql support ???
xlibmesa-gl-dev # for OpenGL
libstdc++5-3.3-dev # for glu-dev
xlibmesa-glu-dev # for OpenGL
unixodbc-dev # for ODBC
fftw-dev # for FFT functions
lesstif2-dev # for Motif
libfreetype6-dev # for Freetype Fonts
make # won't get far without this..
g++ # for r.terraflow
gdal-bin # for GDAL
libgdal1-dev # for GDAL
proj # for PROJ.4
Hamish
===================================================================
From: Steve Halasz <debian@adkgis.org>
Subject: [Pkg-grass-general] Re: Bug#264566: Any progress on grass 5.7?
Date: Sat, 09 Oct 2004 02:08:13 -0400
To: 264566@bugs.debian.org, DebianGIS <pkg-grass-general@lists.alioth.debian.org>
Sender: pkg-grass-general-admin@lists.alioth.debian.org
Hi,
I have grass5.7, libgrass5.7, and libgrass5.7-dev packages in good
working order at:
deb http://bullhorn.org/debian unstable main
deb-src http://bullhorn.org/debian unstable main
A missing manpage and unstripped binary are the remaining lintian
errors. In other respects I think they are in good shape. There is also
a gdal-1.2.3 package there that works against it nicely. I haven't built
them with pbuilder though. I worry that circular dependencies between
the two will make grass build-depend on itself :-/
Steve
|
|