[Scummvm-tracker] [ScummVM :: Bugs] #15312: error when compiling latest trunk on Ubuntu 23.04
ScummVM :: Bugs
trac at scummvm.org
Fri Aug 9 08:35:26 UTC 2024
#15312: error when compiling latest trunk on Ubuntu 23.04
--------------------+---------------------------------------------------
Reporter: artynet | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Audio
Version: | Keywords: build, trunk, stable, g++-13, clang++
Game: |
--------------------+---------------------------------------------------
Hello folks,
I bump into this error when trying to build the latest source (starting
from the latest stable release 2.8.1 and onward) on my local system
running Ubuntu 23.04.
The build error is the following:
{{{
C++ audio/softsynth/appleiigs.o
C++ audio/softsynth/fluidsynth.o
C++ audio/softsynth/mt32.o
C++ audio/softsynth/eas.o
C++ audio/softsynth/pcspk.o
audio/softsynth/eas.cpp:201:10: error: use of undeclared identifier
'EAS_LoadDLSCollection'
res = EAS_LoadDLSCollection(_EASHandle, 0, &f);
^
C++ audio/softsynth/sid.o
1 error generated.
}}}
I have tried replacing the default gcc (v12) with the gcc-13 (and g+++-13
of course) built-in ubuntu version ad clang++ as well but the error
persists.
Can you give some pointers ? maybe a simple patch to fix the main source
code will be appreciated. Thanks in advance, Arturo.
--
Ticket URL: <https://bugs.scummvm.org/ticket/15312>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list