Changes between Version 21 and Version 22 of Ticket #2953


Ignore:
Timestamp:
Apr 24, 2014, 12:24:43 AM (10 years ago)
Author:
sbl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2953 – Description

    v21 v22  
    1 That sounds reasonable.
    2 
    3 I just tested GDAL 1.11 RC1.
    4 It now compiles fine with GRASS 7 support and reads both GRASS 6 and 7 raster and vector (for vector I only tested GRASS 7 vectors).
    5 
    6 Yet, I have two GRASS installations (GRASS 6.4.4 and GRASS 7) and had to remove /usr/local/grass-6.4.4svn/lib from /etc/ld.so.config in order to make GDAL work with GRASS data (before I got "ERROR: Incompatible library version for module. You need to rebuild GRASS or untangle multiple installations").
    7 
    8 Anyway, many thanks for making that functioning!
     1I have patched GDAL to compile against GRASS 7 (attached). However, the removal of the no longer existing libraries should be conditionalized to still permit the compilation against GRASS 6. I just dunno how to implement that (no autoconf guru).