Hard time building from source #214
gorhas
started this conversation in
Ideas and new features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why is it so hard to build zenoh from repository.
I mean this should be SIMPLE - but we get a lot of problem that are NOT understandable...
/ GH
zenoh-link-unixpipe v1.6.2 (/home/gorhas/git-github/zenoh/io/zenoh-links/zenoh-link-unixpipe)
error[E0599]: no function or associated item named
startfound for structStoragesPluginin the current scope--> plugins/zenoh-plugin-storage-manager/tests/operations.rs:92:55
|
92 | zenoh_plugin_storage_manager::StoragesPlugin::start("storage-manager", &runtime).unwrap();
| ^^^^^ function or associated item not found in
StoragesPlugin|
note: there are multiple different versions of crate
zenoh_plugin_traitin the dependency graph--> /home/gorhas/git-github/zenoh/plugins/zenoh-plugin-trait/src/plugin.rs:182:1
|
182 | pub trait Plugin: Sized + 'static {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| this is the trait that is needed
| this is the trait that was imported
...
192 | fn start(name: &str, args: &Self::StartArgs) -> ZResultSelf::Instance;
| ------------------------------------------------------------------------ the associated function is available for
StoragesPluginhere|
::: plugins/zenoh-plugin-storage-manager/tests/operations.rs:25:5
|
25 | use zenoh_plugin_trait::Plugin;
| --------------------------
Pluginimported here doesn't correspond to the right version of cratezenoh_plugin_traitBeta Was this translation helpful? Give feedback.
All reactions