RGLab / cytolib

c++ library for representing and interacting the gated cytometry data structure
GNU Affero General Public License v3.0
12 stars 11 forks source link

Bioc build failure due to missing file system library #17

Closed mikejiang closed 4 years ago

mikejiang commented 5 years ago
fatal error: experimental/filesystem: No such file or directory 

This indicates that mingw32/gcc from Rtools doesn't ship this lib. We may need to bundle boost version of it for windows

mikejiang commented 5 years ago

fs lib is having trouble with mac too

library not found for -lc++fs
clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)