-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error linking GRASS on Arch Linux #26
Comments
I was struggling with this a few weeks ago when I switched occasionally to Manjaro. Thought that I have fixed it thanks for reporting that I did not. The problem is that the GRASS people changed their initialisation script naming variables different and using other libs. Asap I will dive in again . |
quite a sloppiness and inconsistency of mine I did the recent commits in the master branch... link2GI::searchGRASSX()
instDir version installation_type
1 /opt/grass 7.8.0 grass78 |
Thanks. This works now for, but searchGRASSX()
# A tibble: 1 x 3
instDir version installation_type
<chr> <chr> <chr>
1 /opt/grass 7.8.1 grass78
link2GI::linkGRASS7()
Error in rgrass7::execGRASS("g.proj", flags = c("c", "quiet"), proj4 = proj4) :
object 'proj4' not found |
still needs some checks |
On Arch Linux with Grass 7.8 installed from AUR I get
Same for
both with CRAN and dev version.
Even when specifying the full path I get the error
The text was updated successfully, but these errors were encountered: