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

maybe find a bug: error: 'class radosfs::Dir' has no member named 'nextEntry' #4

Open
lh2debug opened this issue Jun 25, 2018 · 0 comments

Comments

@lh2debug
Copy link

lh2debug commented Jun 25, 2018

Hi,
I got the source code of radosfs in https://github.com/joaquimrocha/radosfs and installed it.
And I used build-ps/build-binary.sh to compile and install percona-server-rados.
But I got the following error.

/data/jameshli/percona-server-rados-radosfs_backtooldversion/percona-server-rados_withradosfs/storage/innobase/os/os0file.cc: In function 'int os_file_readdir_next_file(const char*, os_file_dir_t, os_file_stat_t*)':
/data/jameshli/percona-server-rados-radosfs_backtooldversion/percona-server-rados_withradosfs/storage/innobase/os/os0file.cc:3666:16: error: 'class radosfs::Dir' has no member named 'nextEntry'
     ret = dir->nextEntry(entry);
                ^
make[2]: *** [storage/innobase/CMakeFiles/innobase.dir/os/os0file.cc.o] Error 1

Then I checked the source code of radosfs. class radosfs::Dir actually has no member named 'nextEntry'.

Need help, Thanks!

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

1 participant