You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
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)
4- executed cmake -B build -DWHISPER_SDL2=ON -DSDL2_DIR=C:/SDL2/cmake
5- executed cmake --build build --config Release
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.
Any suggestion.
The text was updated successfully, but these errors were encountered: