Skip to content
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

Does not work/build on Ubuntu 22.04 #110

Open
KedalionDaimon opened this issue Feb 26, 2024 · 1 comment
Open

Does not work/build on Ubuntu 22.04 #110

KedalionDaimon opened this issue Feb 26, 2024 · 1 comment

Comments

@KedalionDaimon
Copy link

It installs as a snap, and trying to run it, I get:

Testing for explicit PulseAudio choice...
...and PulseAudio has been explicitly chosen, so using it.
libGL error: MESA-LOADER: failed to open i965 (search paths /usr/lib/x86_64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: i965
libGL error: MESA-LOADER: failed to open i965 (search paths /usr/lib/x86_64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: i965
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/x86_64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: swrast
X Error: GLXBadContext
Request Major code 152 (GLX)
Request Minor code 6 ()
Error Serial #111
Current Serial #110

Building is not possible, either:

cmake ..
CMake Error: File /home/archon/Documents/var/ggwave/bindings/ios/Makefile-tmpl does not exist.
CMake Error at CMakeLists.txt:19 (configure_file):
configure_file Problem configuring file

-- SDL2_INCLUDE_DIRS = /usr/include/SDL2
-- SDL2_LIBRARIES = -L/usr/lib/x86_64-linux-gnu -lSDL2
CMake Error at examples/third-party/CMakeLists.txt:5 (add_subdirectory):
The source directory

/home/archon/Documents/var/ggwave/examples/third-party/ggsock

does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!
See also "/home/archon/Documents/var/ggwave/build/CMakeFiles/CMakeOutput.log".

@eadmaster
Copy link

eadmaster commented Apr 28, 2024

i've extracted the files from the snap package and i was able to run it this way:
LD_LIBRARY_PATH=. ./waver

waver.zip

EDIT: fullset of binaries compiled on ubuntu 22.04 :
ggwave.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants