[Scummvm-tracker] [ScummVM :: Bugs] #15312: error when compiling latest trunk on Ubuntu 23.04 - Sonivox library outdated
ScummVM :: Bugs
trac at scummvm.org
Fri Aug 9 22:26:07 UTC 2024
#15312: error when compiling latest trunk on Ubuntu 23.04 - Sonivox library
outdated
--------------------------------------------------+---------------------
Reporter: artynet | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Audio
Version: | Resolution:
Keywords: build, trunk, stable, g++-13, clang++ | Game:
--------------------------------------------------+---------------------
Comment (by dwatteau):
In [changeset:"c7f040e9a9fb99c475cbeae4f8570e2352a571f1" c7f040e9]:
{{{#!CommitTicketReference repository=""
revision="c7f040e9a9fb99c475cbeae4f8570e2352a571f1"
CONFIGURE: Test EAS_LoadDLSCollection() availability in Sonivox checks
audio/softsynth/eas.cpp uses it, but the configure check didn't test
for it, and not all releases of Sonivox have it (it looks like it
was removed in some releases, and then added back after the API
breakage was noticed).
This would cause a build failure, later on.
We don't realy check for Sonivox >= 3.6.12, we just check for the
function availability (that's what we want, and indeed it may have
existed in some earlier releases), but mentionning 3.6.12 in the
output could help users figure out what they need.
Trac#15312.
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15312#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list