Hi Christophe, many thanks for your recent work on this project. I've cloned the latest code as I wanted to try out the local dir structure stuff but am having trouble with the new build system (I managed to compile 1.15 OK).
"cmake ." and "cmake --build ." seem to work OK, but "sudo make install" (or "sudo cmake --install .") output:
-- Install configuration: ""
-- Installing: /usr/local/bin/fatx
CMake Error at cmake_install.cmake:62 (file):
file INSTALL cannot find "/home/john/coding/fatx-code/fusefatx mkfs.fatx
label.fatx fsck.fatx unrm.fatx": No such file or directory.
Reading CMakeLists.txt I see there is an intention to make symlinks fusefatx, mkfs.fatx etc,, but those don't seem to be being created.
I don't really know how to use cmake so maybe I'm missing a step! Any advice? Thanks in advance.
Oh, and you probably want to change the INSTALL file.
John
I've also just noticed that the new system is trying to install to /usr/local/bin whereas 1.15 installed to /usr/local/sbin