Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make error #35

Open
froginperil opened this issue Jan 21, 2021 · 2 comments
Open

Make error #35

froginperil opened this issue Jan 21, 2021 · 2 comments

Comments

@froginperil
Copy link

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

@cosmos72
Copy link
Owner

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?

@JacksonChen666
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants