fstransform icon indicating copy to clipboard operation
fstransform copied to clipboard

Make error

Open froginperil opened this issue 4 years ago • 2 comments

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

froginperil avatar Jan 21 '21 19:01 froginperil

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?

cosmos72 avatar Jan 22 '21 08:01 cosmos72

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)

JacksonChen666 avatar Nov 28 '21 14:11 JacksonChen666