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
PREP failed to build with multiple errors showing the following:
stderr: /irods_plugin_source/src/types/irods/getRodsEnv.cpp:102:81: error: no member named 'irodsPluginHome' in 'RodsEnvironment'
.add_property("irodsPluginHome", +[](rodsEnv *s) { return array_ref<char>{s->irodsPluginHome}; })
~ ^
/irods_plugin_source/src/types/irods/getRodsEnv.cpp:102:37: error: invalid argument type '(lambda at /irods_plugin_source/src/types/irods/getRodsEnv.cpp:102:38)' to unary expression
.add_property("irodsPluginHome", +[](rodsEnv *s) { return array_ref<char>{s->irodsPluginHome}; })
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/irods_plugin_source/src/types/irods/getRodsEnv.cpp:65:16: error: no member named 'irodsPluginHome' in 'RodsEnvironment'
&rodsEnv::irodsPluginHome,
~~~~~~~~~^
It looks like in iRODS 5.0, irodsPluginHome may have been changed to irodsPluginDirectory.
This variable name would need to be updated to build against iRODS 5.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Discovered when working on #233.
PREP failed to build with multiple errors showing the following:
It looks like in iRODS 5.0,
irodsPluginHome
may have been changed toirodsPluginDirectory
.This variable name would need to be updated to build against iRODS 5.
The text was updated successfully, but these errors were encountered: