Hi,
Thanks again. This time I am getting the following problems :
1. So, when I run ./configure after installing Proj 4, GEOS and GDAL,
this error comes
checking for tcl.h... no
configure: error: *** Unable to locate Tcl includes.
2.and using this
--with-tcltk-includes="/usr/include/tcl8.5/"
It shows the following message:
"checking for location of Tcl/Tk includes... /usr/include/tcl8.5/
configure: error: *** Tcl/Tk includes directory /usr/include/tcl8.5/
does not exist. "
3. do I need to run this "svn checkout
https://svn.osgeo.org/grass/grass/trunk" ?
it gives this message : " svn: OPTIONS of
'https://svn.osgeo.org/grass/grass/trunk’: could not connect to server
(https://svn.osgeo.org) "
[is it because of the proxy in the internet connection I am using ? I
tired it several times but it never got connected.]
4. so I skipped the above step and instead downloaded the grass 7
source files and extracted it in the source directory. then i ran
./configure \ and got the following error
" checking whether to use FFMPEG... yes
checking for location of FFMPEG includes... /usr/include/libavcodec
/usr/include/libavformat /usr/include/libswscale
configure: error: *** FFMPEG includes directory
/usr/include/libavcodec does not exist. "
-
Thanks,
Regards.
On 2 November 2012 13:11, Vaclav Petras <wenzeslaus@gmail.com> wrote:
On 1 November 2012 13:32, Manish Gautam <manish.gautam29@gmail.com> wrote:
...
worked as I didn't use the ubuntu repository to install rest of the
prerequisites, but downloaded manually and moved to the source code
directory and then configured it accordingly
Note that manual downloading and compiling of source codes is usually
not necessary. Using packages from Ubuntu repository should be
sufficient.
If not you can use ubuntu-gis ppa repository. This is how you add it
to your system:
apt-get -y install python-software-properties
add-apt-repository ppa:ubuntugis/ppa
apt-get -y update
But to be honest, now I'm not sure if this ppa repository, is really necessary.
By the way, you may be interested also in this thread:
http://osgeo-org.1560.n6.nabble.com/Please-update-quot-Compile-on-Ubuntu-quot-page-in-Wiki-td4999519.html
Vaclav