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

[build] Build failed #34

Closed
J1031 opened this issue Feb 28, 2023 · 2 comments
Closed

[build] Build failed #34

J1031 opened this issue Feb 28, 2023 · 2 comments

Comments

@J1031
Copy link

J1031 commented Feb 28, 2023

Build failed using the command cargo build --release, error shows like below

error[E0432]: unresolved import `rtmp::channels::ChannelsManager`
 --> application/xiu/src/service.rs:9:9
  |
9 |         channels::ChannelsManager,
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `ChannelsManager` in `channels`
  |
help: consider importing this struct instead
  |
9 |         rtmp::channels::channels::ChannelsManager;
  |

For more information about this error, try `rustc --explain E0432`.
error: could not compile `xiu` due to previous error
@harlanc
Copy link
Owner

harlanc commented Feb 28, 2023

Please use the latest release version:

git checkout v0.4.0

@J1031
Copy link
Author

J1031 commented Feb 28, 2023

Please use the latest release version:

git checkout v0.4.0

It's ok for the version. Thanks

@harlanc harlanc closed this as completed Mar 4, 2023
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

2 participants