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

[bug] Run cargo build --release on window have error #724

Open
RainSoloVN opened this issue Nov 21, 2024 · 3 comments
Open

[bug] Run cargo build --release on window have error #724

RainSoloVN opened this issue Nov 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@RainSoloVN
Copy link

describe the bug
brief description of the bug.

to reproduce

  1. install all library
  2. to step, "cargo build --release"
  3. error occur

expected behavior
what should happen?
When I run command "cargo build --release" on Window 11, I receive the error: " mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in libknf_rs_sys-18676f0b7014dd73.rlib(knfc.obj)"

system info

  • os: windows 11
  • screenpipe version: 0.1.98

additional context
add any other context, screenshots, or error logs here.
image
"note: libesaxx_rs-1319760f5c75a303.rlib(2e40c9e35e9506f4-esaxx.o) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in libknf_rs_sys-18676f0b7014dd73.rlib(knfc.obj)␍
Creating library C\screenpipe_audio.lib and object \screenpipe_audio.exp␍
screenpipe_audio.exe : fatal error LNK1319: 1 mismatches detected␍"

@RainSoloVN RainSoloVN added the bug Something isn't working label Nov 21, 2024
Copy link

linear bot commented Nov 21, 2024

@tribhuwan-kumar
Copy link
Contributor

@RainSoloVN
this issue is causing since this commit 478fb05,
i'm fixing it, till now you can switch git node to d96d28d8, by this command

git reset --hard d96d28d8

@RainSoloVN
Copy link
Author

@tribhuwan-kumar Thank you for your answer. I built successfully. I hope you fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants