fstransform
fstransform copied to clipboard
Make error
I probably need to install something but this is beyond my erudition:
In file included from ../src/e4attr.cc:23: ../src/first.hh:1:1: error: expected unqualified-id before ‘.’ token 1 | ../../fsremap/src/first.hh | ^ ../src/e4attr.cc:306:1: error: ‘FT_NAMESPACE_END’ does not name a type 306 | FT_NAMESPACE_END | ^~~~~~~~~~~~~~~~ make[1]: *** [Makefile:389: ../src/e4attr.o] Error 1 make[1]: Leaving directory '/home/dch/Downloads/fstransform-master/fsattr/build' make: *** [Makefile:360: all-recursive] Error 1
Can you post the contents of fsattr/src/first.hh
? It seems to be corrupted.
Maybe you are trying to compile on some non-Unix system, or the sources are located on a filesystem that does not sypport symbolic links?
Can you post the contents of
fsattr/src/first.hh
? It seems to be corrupted. Maybe you are trying to compile on some non-Unix system, or the sources are located on a filesystem that does not sypport symbolic links?
while i'm not the author of the issue, fs/attr/src/first.hh was indeed corrupted (compared with github) because the filesystem i used to transfer this repo to didn't support symbolic/soft links (solved by using zip download to transfer, could've used scp just realized now)