Replies: 1 comment 2 replies
-
|
Thanks for the detailed report, your diagnosis is correct on both counts. Why it happens
Working setup on Windows
The long wait is expected, not a hang: the first build compiles OpenSSL and whisper.cpp from source and can take several minutes even on a fast CPU. Later builds are incremental. Fixed: I have added a Prerequisites section to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, following the Development Setup in
CONTRIBUTING.mdI am at a halt.git clone https://github.com/axpdev-lab/aeroftp.git cd aeroftp npm install npm run tauri devOpenSSL dependency fails to build if Perl is not preinstalled. That could be useful added to the contributing instructions. I installed Strawberry Perl on Windows. With Strawberry Perl that error is gone, but it might be good to point out this stage takes ages to complete. I'm on an i9 cpu and thought the long wait time itself was an error.
I also receive this critical error during build
Any solutions to this? I'm not sure if it's LLVM, Rust (GNU LLVM), clangd, Winlibs 14.2, or something else that is needed?
I proposed adding something like this to
CONTRIBUTING.md:Beta Was this translation helpful? Give feedback.
All reactions