-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to build on Debian #852
Comments
Ok, so Debian build progress with Debian still shipping 14.06 have to upgrade to 15+ |
@yokofly , would you please check the Debian build process and refine build.md? Thanks. |
I solved it with
|
Thanks,maybe build.md can be refined. Feel free to propose the change as a comment, or as a PR |
Not problem will take notes, now getting build failure on
Maybe linker needs to be 15+ (I guess) ?
|
I can reproduce it, upgrade linker to 15+ is still not working. the cmake here hard-write linker path. Lines 68 to 83 in 8e6b797
I will upgrade to clang-16 to test. |
hi @avrono clang-16 works. the package is from :
and my command to build:
|
Following instructions in
build.md
getting this error on6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux
Seems like it is looking for Clang as the default compiler
The text was updated successfully, but these errors were encountered: