simrat39 / cavaland

cava embedding on wayland background w/opengl
Other
15 stars 1 forks source link

Arch can't build #1

Open se7en-x230 opened 6 months ago

se7en-x230 commented 6 months ago

make breaks at glm

~d/cavaland master ❯ whereis glm glm: /usr/include/glm /usr/share/glm

~d/cavaland master ❯ make cmake -S . -B ./build/ -- Checking for module 'glm' -- Package 'glm', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found:

Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) CMakeLists.txt:37 (pkg_check_modules)

-- Configuring incomplete, errors occurred! make: *** [Makefile:2: release] Error 1

simrat39 commented 6 months ago

Should be fixed with 22fadb17291595741cd7761d0b1341cef8a872ca

se7en-x230 commented 6 months ago

builds with a couple more dependencies to install but does not start

~d/cavaland/build master ❯ cavaland terminate called after throwing an instance of 'libconfig::FileIOException' what(): FileIOException zsh: IOT instruction (core dumped) cavaland

BuGz91 commented 2 months ago

Opensuse Tumbleweed Screenshot_20240609_202710

GG Man