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 fails: cannot find function pw_init in crate pw_sys #34

Open
yurivict opened this issue Jun 24, 2024 · 1 comment
Open

Build fails: cannot find function pw_init in crate pw_sys #34

yurivict opened this issue Jun 24, 2024 · 1 comment

Comments

@yurivict
Copy link

error[E0425]: cannot find function `pw_init` in crate `pw_sys`
   --> /wrkdirs/usr/ports/multimedia/pw-viz/work/pw-viz-0.3.0/cargo-crates/pipewire-0.8.0/src/lib.rs:158:49
    |
158 |     INITIALIZED.get_or_init(|| unsafe { pw_sys::pw_init(ptr::null_mut(), ptr::null_mut()) });
    |                                                 ^^^^^^^ not found in `pw_sys`

error[E0425]: cannot find function `pw_deinit` in crate `pw_sys`
   --> /wrkdirs/usr/ports/multimedia/pw-viz/work/pw-viz-0.3.0/cargo-crates/pipewire-0.8.0/src/lib.rs:167:13
    |
167 |     pw_sys::pw_deinit()
    |             ^^^^^^^^^ not found in `pw_sys`

Version: 0.3.0
FreeBSD 14.1

@Ax9D
Copy link
Owner

Ax9D commented Jun 25, 2024

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