Hi Manish,<div>please make sure that all requirements for GRASS are fulfilled. Using ./configure --help will show you all switches that can be set. In your particular case is the libtiff-dev package from Ubuntu missing. Use this command:</div>
<div><br></div><div>apt-get install libtiff-dev</div><div><br></div><div>to install the development files (header) for libtiff. This will solve the tiff error. </div><div>Please have a look at [1] and install all missing dependencies using apt-get or aptitude.</div>
<div><br></div><div>Best regards</div><div>Soeren</div><div><br></div><div><br></div><div>[1] <a href="http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu#Dependencies">http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu#Dependencies</a></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/1 Manish Gautam <span dir="ltr"><<a href="mailto:manish.gautam29@gmail.com" target="_blank">manish.gautam29@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
Thanks for your responses.<br>
<br>
I followed till this step<br>
<a href="http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS" target="_blank">http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS</a><br>
(about the ./configure command not working earlier, this time it<br>
worked as I didn't use the ubuntu repository to install rest of the<br>
prerequisites, but downloaded manually and moved to the source code<br>
directory and then configured it accordingly).<br>
<br>
In the step of Grass_GIS, ./configure worked (but it says error:<br>
unabale to locate TIFF includes, rest worked).<br>
<br>
the  step -<br>
<br>
compile & install<br>
<br>
make -j2 && sudo make install && sudo ldconfig<br>
<br>
says "include/Make/Vars.make:1: include/Make/Platform.make: No such<br>
file or directory<br>
make: *** No rule to make target `include/Make/Platform.make'.  Stop."<br>
<br>
and here I am stuck.<br>
<br>
-<br>
<br>
Manish<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 31 October 2012 22:44, Nikos Alexandris <<a href="mailto:nik@nikosalexandris.net">nik@nikosalexandris.net</a>> wrote:<br>
><br>
> [forgot to cc to the list]<br>
><br>
> Manish Gautam:<br>
><br>
><br>
> > I am finding it difficult to install Grass 7 on my pc. I use Ubuntu 11.04.<br>
> > I have tried to install it using the instructions given in the link<br>
> > <a href="http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu" target="_blank">http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu</a>. However, I am able<br>
> > to download and install the dependencies.<br>
><br>
> Could you please post the exact command you instructed?  And, any positive or<br>
> negative output?<br>
><br>
><br>
> > Another thing is how the command ./configure is to be used on Ubuntu 11.04.<br>
> > the terminal says the ./configure command not found though the necessary<br>
> > compiler is already been installed on the machine.<br>
><br>
> Actually, the "configure" executable file/program is to be ran from within the<br>
> directory in which it is located, i.e.  the grass source code root directory.<br>
><br>
> From within which directory do you try to execute ./configure?  And along with<br>
> which parameters?<br>
><br>
><br>
> > (Can I download the binary file from here<br>
> > <a href="http://grass.fbk.eu/grass70/binary/linux/snapshot/" target="_blank">http://grass.fbk.eu/grass70/binary/linux/snapshot/</a> and install from here ?<br>
><br>
> I haven't tried that yet. Maybe someone else can help with this.<br>
><br>
><br>
> > Though again I am unable to run the installation script given there or<br>
> > extracting the tar file)<br>
><br>
> Nikos<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br></div>