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

whisper-stream, whisper-command, lsp, wchess.cmd etc are not building while executed following command on Windows. #2852

Open
faizu2k01 opened this issue Feb 28, 2025 · 0 comments

Comments

@faizu2k01
Copy link

Steps to produce on windows x86 -

1- git clone https://github.com/ggerganov/whisper.cpp.git
2- add required model (optional)
3- installed cmake 4
3- install sdl2 (In my case I installed it manually and placed it at the root of drive)

Image

4- executed cmake -B build -DWHISPER_SDL2=ON -DSDL2_DIR=C:/SDL2/cmake

Image

5- executed cmake --build build --config Release

Image

The common issue is MSVCRT.lib(exe_main.obj) : error LNK2019: unresolved external symbol main referenced in function "int __cdecl _scrt
common_main_seh(void)" (?__scrt_common_main_seh@@yahxz)

I tried another way to have it with https://medium.com/@praveen.ponseeni/how-to-run-whisper-cpp-in-windows-a-step-by-step-guide-6bf900860d29

but the response it same.

Image

Any suggestion.

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

1 participant