tiagodc / TreeLS

R functions for processing individual tree TLS point clouds
GNU General Public License v3.0
82 stars 27 forks source link

Error on installing devel version #17

Closed jdonager closed 4 years ago

jdonager commented 4 years ago

Hi, and thanks for writing this awesome package. I have been trying to install the development version and have gotten the same error on multiple machines, both windows and linux:

methods.cpp:932:5: error: 'progressPrinter' was not declared in this scope progressPrinter("trees", i, trees.size()); ^~~~~~~ make: *** [C:/PROGRA~1/R/R-40~1.2/etc/i386/Makeconf:229: methods.o] Error 1 ERROR: compilation failed for package 'TreeLS'

Just wanted to bring it to your attention. It seems like an error stemming from a missing c function. Thanks again, Jonathon Donager

tiagodc commented 4 years ago

Hi there, thanks for pointing it out. I just replaced the C++ header files in the inst directory. Now it should work. Cheers!