Hello community,
I’m trying to compile 0ad and managed to satisfy all the dependencies (AFAIK) but one: libvorbisfile-devel. I cannot find such a package neither in my repositories, nor via googling online. What am I missing?
The exact error that I get from the linker is this:
==== Building pyrogenesis (release) ====
Linking pyrogenesis
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -**lvorbisfile**
collect2: error: ld returned 1 exit status
make[1]: *** [pyrogenesis.make:81: ../../../binaries/system/pyrogenesis] Error 1
make: *** [Makefile:71: pyrogenesis] Error 2
Just in case, I do have libvorbis-devel installed, but that’s a different package, I believe.