Re: [GRASS-user] PDAL version issue

2023-11-24 Thread Maris Nartiss via grass-user
Check that you also have -dev packages (if they are separate on your Linux distro). Exact error message will be in the config.log file. Without it it is hard to tell what went wrong as I have PDAL 2.3.0 and it compiles fine. Māris. piektd., 2023. g. 24. nov., plkst. 17:21 — lietotājs Rich Shepard

Re: [GRASS-user] Cannot pull from dev master branch

2023-11-24 Thread Rich Shepard via grass-user
On Fri, 24 Nov 2023, Maris Nartiss wrote: If there are no changes you want to keep, just git reset --hard HEAD. Māris, Thank you. My use of git is quite simple so there's much I don't know. Regards, Rich ___ grass-user mailing list grass-user@list

Re: [GRASS-user] Cannot pull from dev master branch

2023-11-24 Thread Maris Nartiss via grass-user
If there are no changes you want to keep, just git reset --hard HEAD. Māris. piektd., 2023. g. 24. nov., plkst. 16:13 — lietotājs Rich Shepard via grass-user () rakstīja: > > I've not used grass in a long time and want to update my source code to the > current dev status as I've done before. But,

[GRASS-user] PDAL version issue

2023-11-24 Thread Rich Shepard via grass-user
Installed here is pdal-2.2.0. When I configure the updated source code it fails at this point: checking whether to use PDAL... yes configure: error: *** Unable to locate suitable (>=1.7.1) PDAL library. The configuration file ends with --with-pdal=/usr/bin/pdal and pdal is found in /usr/bin/pdal

Re: [GRASS-user] Cannot pull from dev master branch [RESOLVED]

2023-11-24 Thread Rich Shepard via grass-user
On Fri, 24 Nov 2023, Linda Karlovská wrote: you can do the following in your main branch: Linda, git checkout main $ git checkout main ... Already on 'main' Your branch and 'origin/main' have diverged, and have 81 and 186 different commits each, respectively. (use "git pull" to merge the

[GRASS-user] Cannot pull from dev master branch

2023-11-24 Thread Rich Shepard via grass-user
I've not used grass in a long time and want to update my source code to the current dev status as I've done before. But, there's a merge issue I need to learn how to resolve. My attempt: $ git pull error: Your local changes to the following files would be overwritten by merge: Dockerfile