Hi, It seems that the onedrive plugin on jp-andre.pagesperso-orange.fr has two small issues that prevent it from functioning right out of the box.
* The reparse number in the Makefile is wrong, so ntfs-3g would never find it. Run "sed -i -e s/80000018/9000001a/g Makefile.am" to correct. * The version requirement in the configure.ac is wrong. The IO_REPARSE_TAG_CLOUD and IO_REPARSE_PLUGIN_SELECT tags were only introduced in 2018. Run "sed -i -e 's/2016\..\.../2017.3.23/g' configure.ac" to correct. (I don't know the exact AR when the tags were introduced, so feel free to correct it.) Thanks, Mingye Wang (Artoria2e5) _______________________________________________ ntfs-3g-devel mailing list ntfs-3g-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel