Personally, I no longer use the plugin extra package but
compile it directly from the standard GDAL code using my
script. That makes things even easier...
On Wed, Jul 19, 2006 at 03:46:06PM +1200, Hamish wrote:
Hi,
just compiled latest GDAL from CVS + GRASS plugin 1.3.1.2.
two issues:
1) probably just README needs updating or I need to read it better?
cd gdal/frmts/grass/pkg
./configure ...
What README are you reffering to?
gdal-grass 1.3.1.2 README reads:
<quote>
./configure --with-gdal=/usr/local/bin/gdal-config
--with-grass=/usr/local/grass-6.0.0
make
sudo make install
</quote>
Following this procedure all works like a charm. Even I can skip
"--with-gdal=/usr/local/bin/gdal-config" as the plugin will find the
gdal-config itself for me.
make: *** No rule to make target `grass57dataset.o', needed by `gdal_GRASS.so'. Stop.
(I assume this needs re./configure --with-grass= after GRASS is built)
This step was never required for me to be able to install gdal-grass
plugin. I don't know what could be wrong in your case.
Maybe because I'm uisng checkinstall instead of make install, which
let's me maintain my custom software as packages, so I'm sure there no
leftovers from older/corrupted instalations.
This is no longer required if using at least gdal-grass-1.3.1.1. Plain
configure, make, make install is enough now.
Personally, I no longer use the plugin extra package but
compile it directly from the standard GDAL code using my
script. That makes things even easier...
As to me, I prefer to maintain gdal-grass plugin as a separate deb
package so I can share it/install on other machines easily.