rspatial / terra

R package for spatial data handling https://rspatial.github.io/terra/reference/terra-package.html
GNU General Public License v3.0
539 stars 89 forks source link

SpatBase.h #15

Closed cjcarlson closed 5 years ago

cjcarlson commented 5 years ago

Hey howdy,

We're (me and @gfalbery) getting this error on two different RStudio servers we've tried to install to. Any clue what this might mean? (Can we not install on linux?)

file_utils.cpp:1:22: fatal error: SpatBase.h: No such file or directory compilation terminated. /usr/lib/R/etc/Makeconf:176: recipe for target 'file_utils.o' failed make: *** [file_utils.o] Error 1 ERROR: compilation failed for package ‘terra’

Thanks!

rhijmans commented 5 years ago

That was because of erroneously spelling spatBase.h as SpatBase.h (same thing on windows, not on linux --- except when reading from a mounted windows file system --- and that is how I test on linux). Fixed now. Thanks for letting me know.