Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Kim Besson
EHEHE this is true inglorious. Me and Gilbert were trying to compile and put this working and a simple typo was our final error. Thanks. Now it's working See ya Kim ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/lis

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Gilbert Ferrara
EEHEHEHEEH You are absolutely right :) On Tue, Mar 2, 2010 at 5:58 PM, Leo Hardtke wrote: > Kim > you have to plot the R object *precip,* not the grass vector *precip30n* > plot(precip,lwd=2, col="brown") should work! > > Leo > > Kim Besson escribió: > > Following Leo's suggestion I installed

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Leo Hardtke
Kim you have to plot the R object precip, not the grass vector precip30n plot(precip,lwd=2, col="brown") should work! Leo Kim Besson escribió: Following Leo's suggestion I installed GDAL 1.6.3 and I tried again: > library(spgrass6) Loading required package: sp Loading required package: rgd

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Alex Mandel
Kim Besson wrote: > Following Leo's suggestion I installed GDAL 1.6.3 and I tried again: > >> library(spgrass6) > Loading required package: sp > Loading required package: rgdal > Geospatial Data Abstraction Library extensions to R successfully loaded > Loaded GDAL runtime: GDAL 1.6.3, released 200

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Kim Besson
Following Leo's suggestion I installed GDAL 1.6.3 and I tried again: > library(spgrass6) Loading required package: sp Loading required package: rgdal Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL 1.6.3, released 2009/11/19 Path to GDAL shared fil

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Leo Hardtke
Kim I think you have to update gdal (1.6.3-2 in ubuntugis-unstable repo) and maybe use grass 6.4rc5 (ubuntugis) leo > library(spgrass6) Loading required package: sp Loading required package: rgdal Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime:

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Kim Besson
Ok I reinstalled rgdal R CMD INSTALL rgdal And then: R library(spgrass6) Output: Loading required package: sp Loading required package: rgdal Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL 1.5.4, released 2009/01/07 Path to GDAL shared files: /us

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Leo Hardtke
Hi Kim I am using R 9.2 (ubuntu repo), grass6.5 (source), and grass6.4(ubuntugis) works too, rgdal (source, not the lates thttp://cran.r-project.org/src/contrib/Archive/rgdal/rgdal_0.6-21.tar.gz ), and spgrass6 (install.packages("spgras6") in R) Hope it works Leo Hardtke Kim Besson escribió:

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Markus Neteler
2010/3/2 Kim Besson : > Ok I have just installed latest GRASS snapshot and I got the following error >> precip30n <- readVECT6("precip_30ynormals", ignore.stderr=TRUE) > ERROR: Incompatible library version for module. You need to rebuild GRASS >        or untangle multiple installations. > What I w

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Νίκος Αλεξανδρής
On Tue, 2010-03-02 at 12:05 +, Kim Besson wrote: > Ok I have just installed latest GRASS snapshot Latest snapshot of grass65 or grass70? > and I got the following error > > precip30n <- readVECT6("precip_30ynormals", ignore.stderr=TRUE) > ERROR: Incompatible library version for module. You n

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Kim Besson
Ok I have just installed latest GRASS snapshot and I got the following error > precip30n <- readVECT6("precip_30ynormals", ignore.stderr=TRUE) ERROR: Incompatible library version for module. You need to rebuild GRASS or untangle multiple installations. What I would like to know is the versi

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-02 Thread Kim Besson
Hi I have installed R from Ubuntu repositories. My grass installation is a Weekly snapshot. I had to install rgdal since it doesn't exist in UBUNTU repositories neither CRAN and the same with spgrass6. Ok I will rebuild grass and reply again to mailing list Thanks Kim Did you install grass from

Re: [GRASS-user] R-GDAL incompatible libraries

2010-03-01 Thread Νίκος Αλεξανδρής
Kim Besson: > I have just installed R, spgrass6, rgdal into my Ubuntun installation. > While I was running an example from GRASS book I got this error > > precip30n <- readVECT6("precip_30ynormals", ignore.stderr=TRUE) > ERROR: Incompatible library version for module. You need to rebuild > GRASS

[GRASS-user] R-GDAL incompatible libraries

2010-03-01 Thread Kim Besson
Greetings I have just installed R, spgrass6, rgdal into my Ubuntun installation. While I was running an example from GRASS book I got this error > precip30n <- readVECT6("precip_30ynormals", ignore.stderr=TRUE) ERROR: Incompatible library version for module. You need to rebuild GRASS or un