landam / grass-gis-git-migration-test

0 stars 0 forks source link

wingrass: include also unversioned libraries #234

Open landam opened 5 years ago

landam commented 5 years ago

Reported by @landam on 26 Dec 2018 18:01 UTC Currently WinGRASS builds contain only versioned GRASS libs, eg. libgrass_gis.x.y.z.dll. This makes QGIS GRASS broken in OSGeo4W framework everytime when a new GRASS point version is released and QGIS GRASS plugin is still compiled against old point version. WinGRASS could contain also copy of unversioned libs to avoid such problem (creating symlinks as done on non-mingw platform cannot work here).

Operating system

MS Windows

GRASS GIS version and provenance

svn-trunk

Migrated-From: https://trac.osgeo.org/grass/ticket/3718

landam commented 5 years ago

Attachment from @landam on 29 Dec 2018 15:30 UTC

https://trac.osgeo.org/grass/attachment/ticket/3718/unversioned-libs.png

landam commented 5 years ago

Modified by @landam on 26 Dec 2018 18:01 UTC

landam commented 5 years ago

Comment by @landam on 26 Dec 2018 18:05 UTC GRASS 7.7 (trunk) has been modified in https://trac.osgeo.org/grass/changeset/73864 to produce also unversioned libs on Windows. Can be tested with build no. 357+ from (1) or directly from OSGeo4W framework (grass-daily package).

(1) https://wingrass.fsv.cvut.cz/grass77/x86_64/

landam commented 5 years ago

Comment by @landam on 26 Dec 2018 18:06 UTC In [changeset:"73865\"] https://trac.osgeo.org/grass/changeset/73865:

remove extra line in Shlib.make, see #1
landam commented 5 years ago

Comment by @landam on 29 Dec 2018 15:31 UTC Result tested with GRASS 7.7svn.

https://trac.osgeo.org/grass/raw-attachment/ticket/3718/unversioned-libs.png, 400px

landam commented 5 years ago

Comment by neteler on 1 Jan 2019 18:33 UTC May I release or is anything still open here?