mediar-ai / screenpipe

rewind.ai x cursor.com = your AI assistant that has all the context. 24/7 screen & voice recording for the age of super intelligence. get your data ready or be left behind
https://screenpi.pe
MIT License
9.53k stars 553 forks source link

[bounty] fix build #719

Open louis030195 opened 1 day ago

louis030195 commented 1 day ago

fix this build https://github.com/mediar-ai/screenpipe/actions/runs/11939682888

/bounty 50

linear[bot] commented 1 day ago

MED-304 [bounty] fix build

algora-pbc[bot] commented 1 day ago

💎 $50 bounty • Screenpi.pe

Steps to solve:

  1. Start working: Comment /attempt #719 with your implementation plan
  2. Submit work: Create a pull request including /claim #719 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to mediar-ai/screenpipe!

Add a bountyShare on socials

tribhuwan-kumar commented 21 hours ago

@louis030195 yesterday, i tried to fix this issue, the problem is with

   Compiling ***-server v0.1.98 (C:\actions-runner\_work\***\***\***-server)
warning: `***-audio` (lib) generated 1 warning
error: linking with `link.exe` failed: exit code: 1120

the problem is mismatching library

  = note: libesaxx_rs-5f8759179c2bdae5.rlib(2e40c9e35e9506f4-esaxx.o) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in libknf_rs_sys-513cae2b40755cb4.rlib(knfc.obj)␍

maybe this could fix from here

https://github.com/mediar-ai/screenpipe/blob/28726fcbca0153d84e006ee048f4ac0d81e1e4e8/.cargo/config.toml#L1