You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: