You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Compiling r.solpos with g.extension breaks on grass76 on CentOS7. All known required development packages are installed: grass-devel, geos-devel, blas-devel.
GRASS 7.6.0 (cimis):~/src/r.solpos > g.extension r.solpos url=/home/cimis/src/r.solpos
Fetching <r.solpos> from </home/cimis/src/r.solpos> (be patient)...
Compiling...
In file included from main.c:26:0:
/usr/lib64/grass76/include/grass/gprojects.h:32:29: fatal error: ogr_srs_api.h: No such file or directory
# include <ogr_srs_api.h>
^
compilation terminated.
make: *** [OBJ.x86_64-redhat-linux-gnu/main.o] Error 1
ERROR: Compilation failed, sorry. Please check above error messages.
The text was updated successfully, but these errors were encountered:
@gjscheer-ucd I know you reverted to 7.4, but I'll be happy to try and fix that. Do you want to give me access to a VM w/ 7.6 installed. Alternatively, I can use a docker image.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Compiling r.solpos with g.extension breaks on grass76 on CentOS7. All known required development packages are installed: grass-devel, geos-devel, blas-devel.
GRASS 7.6.0 (cimis):~/src/r.solpos > g.extension r.solpos url=/home/cimis/src/r.solpos
Fetching <r.solpos> from </home/cimis/src/r.solpos> (be patient)...
Compiling...
In file included from main.c:26:0:
/usr/lib64/grass76/include/grass/gprojects.h:32:29: fatal error: ogr_srs_api.h: No such file or directory
# include <ogr_srs_api.h>
^
compilation terminated.
make: *** [OBJ.x86_64-redhat-linux-gnu/main.o] Error 1
ERROR: Compilation failed, sorry. Please check above error messages.
The text was updated successfully, but these errors were encountered: