Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-26 Thread Vaclav Petras
On Mon, Feb 26, 2018 at 4:51 PM, Pierre Roudier wrote: > > * I ran make MODULE_TOPDIR=/usr/local/src/grass7_trunk/ in the geoPAT > directory > > Unfortunately still the same issue running it in grass75: > > GRASS 7.5.svn (modis_lst_2015):/usr/local/src/grass7_trunk > p.sig.grid > --help > ERROR:

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-26 Thread Pierre Roudier
Dear Vaclav, Here's what I ended up doing: * I updated my GRASS trunk and compiled (./configure, make, then make install) * I applied your patch to geoPAT * I ran make MODULE_TOPDIR=/usr/local/src/grass7_trunk/ in the geoPAT directory Unfortunately still the same issue running it in grass75: GR

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-25 Thread Vaclav Petras
On Sun, Feb 25, 2018 at 10:41 PM, Pierre Roudier wrote: > Hi Vaclav, and thank you so much for your help, > You are welcome. > > Do I understand correctly that I should compile a version of GRASS to use > your patch? > The patch is for geoPAT, but I tested the subsequent compilation of geoPAT

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-25 Thread Pierre Roudier
Hi Vaclav, and thank you so much for your help, Do I understand correctly that I should compile a version of GRASS to use your patch? Cheers, P On 25 February 2018 at 15:52, Vaclav Petras wrote: > Dear all, > > this may not address this specific problem with multiple installations, > but it m

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-25 Thread Pierre Roudier
Hey Dylan, Yes, these were installed using the grass-dev package in the UnbuntuGIS repo, Cheers, P On 24 February 2018 at 12:22, Dylan Beaudette wrote: > How about your GRASS "development" files: installed via package > manager? Same version as the binaries? > > D > > On Fri, Feb 23, 2018 at

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-24 Thread Vaclav Petras
Dear all, this may not address this specific problem with multiple installations, but it may help overall with debugging such problems because it is more direct. I'm attaching a geoPAT patch which deals with the names of the libraries and removes the need to modify GRASS source code before the com

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-23 Thread Dylan Beaudette
How about your GRASS "development" files: installed via package manager? Same version as the binaries? D On Fri, Feb 23, 2018 at 1:10 PM, Pierre Roudier wrote: > Thanks Dylan, > > I did install using `sudo sh install.sh grass72` -- then `sudo sh install.sh > grass74` after my Grass version got u

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-23 Thread Pierre Roudier
Thanks Dylan, I did install using `sudo sh install.sh grass72` -- then `sudo sh install.sh grass74` after my Grass version got updated to 7.4 Cheers, P On 23 February 2018 at 18:41, Dylan Beaudette wrote: > Howdy Pierre! > > In my experience, the GeoPat modules need to know where several thin

Re: [GRASS-dev] Untangling geoPAT installation when updating GRASS version

2018-02-22 Thread Dylan Beaudette
Howdy Pierre! In my experience, the GeoPat modules need to know where several things are located, including (I think) parts of the GRASS source code. Have a look through the install.sh code: http://sil.uc.edu/gitlist/geoPAT/blob/stable/install.sh I was able to get these modules up and running by