Missing /usr/include/ntfs-3g/plugin.h on Fedora 23, why?
The ntfs-3g-devel package is Version 2016.2.22 Release 1.fc23.
Also, ntfs-3g-devel doesn't depend on fuse-devel, either, which seems odd.
I'm trying to compile ntfs-3g-system-compression from https://github.com/ebiggers/ntfs-3g-system-compression.
I need it to recover files from a Windows 10 data partition which had compression leak from the cramped OS partition to archive directories on a different drive. And Windows 10 appears to have altered it's automagic compression in non-backwards compatible ways, so the compression support already in ntfs-3g doesn't work, causing 'Permission denied' errors when trying to copy them.
[There's a number of annoyances trying to get autoconf to spit out a working configure, libtoolize --force && aclocal && autoheader && automake --force-missing --add-missing && autoconf
is where I wound up before getting an apparently working ./configure]
make fails with src/plugin.c:33:28: fatal error: ntfs-3g/plugin.h: No such file or directory
Is /usr/include/ntfs-3g/plugin.h absence purposeful? How do I compile the plugin on fedora?