We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin fails to compile against 4-2-stable
root@6b9449c40a68:/build# make package [ 50%] Building CXX object CMakeFiles/irados.dir/irados/libirados.cpp.o /irods_resource_plugin_rados/irados/libirados.cpp:1201:48: error: no member named 'is_dirty' in 'irods::physical_object' bool is_dirty = ( itr->is_dirty() != 1 ); ~~~ ^ 1 error generated. CMakeFiles/irados.dir/build.make:62: recipe for target 'CMakeFiles/irados.dir/irados/libirados.cpp.o' failed make[2]: *** [CMakeFiles/irados.dir/irados/libirados.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/irados.dir/all' failed make[1]: *** [CMakeFiles/irados.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The plugin fails to compile against 4-2-stable
The text was updated successfully, but these errors were encountered: