Re: [GRASS-user] r.in.lidar build errors [RESOLVED]

2018-03-07 Thread Rich Shepard
On Wed, 7 Mar 2018, Markus Metz wrote: that means you need to rebuild liblas and maybe its dependencies, before you recompile GRASS Markus, Thank you. The errors I reported were not being able to compile lidar html files which seemed to me to be independent of the spatial libraries.

Re: [GRASS-user] r.in.lidar build errors

2018-03-07 Thread Markus Metz
On Wed, Mar 7, 2018 at 10:27 PM, Rich Shepard wrote: > > On Wed, 7 Mar 2018, Markus Metz wrote: > >> Apparently your liblas installation does not find libproj.so.12. > > > Markus, > > There are two issues and I think they're becoming conflated. > > Issue 1: I cannot

Re: [GRASS-user] r.in.lidar build errors

2018-03-07 Thread Rich Shepard
On Wed, 7 Mar 2018, Markus Metz wrote: Apparently your liblas installation does not find libproj.so.12. Markus, There are two issues and I think they're becoming conflated. Issue 1: I cannot invoke the installed grass-7.5 because it was built against libproj.so.12.0.0 and that library

Re: [GRASS-user] r.in.lidar build errors

2018-03-07 Thread Markus Metz
On Tue, Mar 6, 2018 at 5:22 PM, Rich Shepard wrote: > > I think there was a recent thread on *.in.lidar modules, but I paid no > attention as I'm not currently using lidar data. > > After checking out the latest from the grass7_trunk svn repository I > configured the

Re: [GRASS-user] r.in.lidar build errors [UPDATE]

2018-03-07 Thread Rich Shepard
On Wed, 7 Mar 2018, Martin Landa wrote: probably liblas is compiled against different version of libproj. Try to recompile liblas first. Martin, Installed here are libproj-4.4.7 and proj-5.0.0. Today I rebuilt libLAS-1.8.1 and libspatialite (gdal rebuilt yesterday) so the latest qgis would

Re: [GRASS-user] r.in.lidar build errors [UPDATE]

2018-03-07 Thread Martin Landa
2018-03-07 20:17 GMT+01:00 Rich Shepard : >> I suppose I can cd to those directories and touch the filenames so I can >> build GRASS against the upgraded libproj.so. probably liblas is compiled against different version of libproj. Try to recompile liblas first. Ma --

Re: [GRASS-user] r.in.lidar build errors [UPDATE]

2018-03-07 Thread Rich Shepard
On Wed, 7 Mar 2018, Rich Shepard wrote: I suppose I can cd to those directories and touch the filenames so I can build GRASS against the upgraded libproj.so. No, this won't work. The error message is the lack of a makefile 'all' for r.in.lidar.tmp.html (and the other three modules), but

Re: [GRASS-user] r.in.lidar build errors [UPDATE]

2018-03-07 Thread Rich Shepard
On Wed, 7 Mar 2018, Markus Neteler wrote: v.in.lidar: error while loading shared libraries: libproj.so.12: cannot open shared object file: No such file or directory To me that looks like library not in LD_LIBRARY_PATH error or library version changed after compilation of GRASS. Markus,

Re: [GRASS-user] r.in.lidar build errors [UPDATE]

2018-03-07 Thread Markus Neteler
Rich, > v.in.lidar: error while loading shared libraries: libproj.so.12: cannot open shared object file: No such file or directory To me that looks like library not in LD_LIBRARY_PATH error or library version changed after compilation of GRASS. Markus

Re: [GRASS-user] r.in.lidar build errors [UPDATE]

2018-03-07 Thread Rich Shepard
On Tue, 6 Mar 2018, Rich Shepard wrote: (r.in.lidar) : /error while loading shared libraries: libproj.so.12: cannot open shared object file: No such file or directory ../../include/Make/Html.make:14: recipe for target 'r.in.lidar.tmp.html' failed make: *** [r.in.lidar.tmp.html] Error 1 rm

[GRASS-user] r.in.lidar build errors

2018-03-06 Thread Rich Shepard
I think there was a recent thread on *.in.lidar modules, but I paid no attention as I'm not currently using lidar data. After checking out the latest from the grass7_trunk svn repository I configured the source tree and tried to build it. There are errors in the *.in.lidar modules; each has