-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Debian 12 libssl and v8_compress_pointers (Embedder-vs-V8 build configuration mismatch) #405
Comments
I tried using the above directions on my Debian Trixie machine, and was successful - but had some issues, below are my notes on what I encountered - my notes begin w/ ":" sudo apt install equivs sudo apt install ./camotics-build-deps_1.0_all.deb git clone https://github.com/CauldronDevelopmentLLC/cbang
scons -C cbang v8_compress_pointers=false
export CBANG_HOME=$PWD/cbang This resulted in a successful install that opened from my KDE menu. |
Thx. Compiled it under Ubuntu 24.04.1LTS with change to libssl3 and disabled V8 and it seems to work,
as I don't think it is needed here. |
It doesn't compile no more! |
To fix libssl and v8_compress_pointers on debian 12 bookworm, i have to do this :
Build with docker
Build without docker
Dockerfile
camotics-control file
The text was updated successfully, but these errors were encountered: