#exult full logs for 29 Jul 2022 (GMT)

Archive Today Yesterday Tomorrow
Exult homepage


[11:26:30] ncbfg360: I'm attempting to build exult on Guix. The ./configure is complaining that I don't have Ogg/Vorbis installed. I have installed libogg, libvorbis and vorbis-tools from the package repositories. I'm just wondering what the script is looking for so I can find an appropriate package to satisfy dependencies
[12:50:23] Dominus: hi ncbfg360
[12:50:53] Dominus: you need to "install" the developer stuff of libogg/vorbis
[12:53:13] Dominus: you might need pkgconfig and make sure that the *.pc files (vorbis*.pc, ogg.pc) are in the lib/pkgconfig foleder of your prefix
[12:53:47] Dominus: and take a look at config.log as it might have more information why it fails
[12:54:30] Dominus: https://github.com/exult/exult/blob/master/configure.ac#L281
[12:54:40] Dominus: that's where the script is
[16:28:43] ncbfg36: Dominus: Thanks. I got it to build. It turned out I did need pkg-config and a bunch more dependencies.