[GRASS-user] GUI/Addons
Markus Neteler
neteler at osgeo.org
Thu May 6 04:44:38 PDT 2021
(please keep the list in CC so that all can contribute/benefit)
On Thu, May 6, 2021 at 11:27 AM Cyril Gainon <gainon.cyril at hotmail.fr> wrote:
>
> Hello Markus,
>
> First thanks for your reactivity.
>
> I thought i mentioned it at the end of my mail. I'm currently using OpenSuse Leap 15.2, both error are on the same computer.
I see. I was just confused about
> And when i try to install it via sudo apt-get install wxPython
Isn't it zypper on OpenSuse?
> I checked the wiki page you linked, and it seems that i already have the package, maybe as you said lower i have some conflict.
Please send the list of wxpython related packages which are installed.
Now to your separate g.extension problem:
> GDAL work fines, i just used gdalwarp 2 min ago.
OK, good.
> So now, how can i see there is a conflict and how can i fix it ?
No idea. I just tried here:
GRASS nc_spm_08_grass7/user1:~ > g.extension extension=r.neighborhoodmatrix
Fetching <r.neighborhoodmatrix> from GRASS GIS Addons repository (be
patient)...
Compiling...
main.c: In function ‘main’:
main.c:83:28: warning: unused variable ‘nbp_search’ [-Wunused-variable]
83 | struct nbp *nbp_found, nbp_search, *nbp_new;
| ^~~~~~~~~~
main.c:66:9: warning: unused variable ‘i’ [-Wunused-variable]
66 | int i;
| ^
At top level:
main.c:47:13: warning: ‘free_pavl_item’ defined but not used [-Wunused-function]
47 | static void free_pavl_item(void *p)
| ^~~~~~~~~~~~~~
Installing...
Updating extensions metadata file...
Updating extension modules metadata file...
Installation of <r.neighborhoodmatrix> successfully finished
The compile warnings are not dramatic and unrelated. Perhaps you can
send the entire error message to better understand.
Markus
More information about the grass-user
mailing list