-
Notifications
You must be signed in to change notification settings - Fork 6
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
Errors while doing make #2
Comments
Could I have the complete error message with line numbers, also what compiler are you using. |
syncfs.cpp: In function ‘int syncfs_readdir(const char*, void*, fuse_fill_dir_t, off_t, fuse_file_info*)’: |
I am using GCC version . What changes to the make file needs to be done? |
Gcc 5.4.1 may not support enough of C++11 you might need to upgrade to a newer version. See the README. |
error: invalid initialization of non-const reference of type ‘long long int&’ from an rvalue of type ‘long long int’
The text was updated successfully, but these errors were encountered: