objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

Building from source on MX Linux #505

Closed chatchoi closed 1 month ago

chatchoi commented 1 month ago

MX Linux uses pipewire and pipewire has a plugin to use jack. The version of jack they use is jack2. But the version of jack required by libsdl2-mixer-2.0-0 is jack1 (to be clear, it's a dependency of libfluidsynth3). There is a conflict. It wants to remove libjack-jackd2-0 to install libjack0, which will trash pipewire and everything uses pipewire.

chatchoi commented 1 month ago

The solution: libfluidsynth3-dev will drag libjack-dev by default. Have to manually install libjack-jackd2-dev first.

chatchoi commented 1 month ago

I have it compiled with ./deploy_posix.sh 64 and I could run sample programs. But I don't know what to do with it. School teaches C++ for programming classes so I think I should limit myself to just C++. Btw, a good project with a kind developer. Goodbye.