You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly an issue with the sdk, but I've been trying to build sonic mania for dos, and there are several libraries, such as libtheora, libvorbis, and libogg, that I can't find for djgpp, unless you're supposed to use their natural libraries? Also, does allegro4 require an environmental variable, because it's never picked up in the djgpp folder by projects? Thanks.
The text was updated successfully, but these errors were encountered:
No idea how the author compiled it. The libs you referenced probably don't
have good support in Allegro or build-djpp cross compiler. Also the repo's
release specifically says it only used Allegro4 for Video/Input, and either
WSS or DOSSOUND for Audio.
If your builds are asking for those modern sound libs, I think you're using
the wrong branch (master). I think you want the 'nextvolume' branch (
https://github.com/nextvolume/RSDKv5-Decompilation/tree/nextvolume). That
branch's last commit specifically talks about adding Allegro4 support and I
see indications in the Makefile for support.
On Sat, Jan 11, 2025 at 2:44 PM godreborn ***@***.***> wrote:
Not exactly an issue with the sdk, but I've been trying to build sonic
mania for dos, and there are several libraries, such as libtheora,
libvorbis, and libogg, that I can't find for djgpp, unless you're supposed
to use their natural libraries? Also, does allegro4 require an
environmental variable, because it's never picked up in the djgpp folder by
projects? Thanks.
—
Reply to this email directly, view it on GitHub
<#55>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQJHH7NDPDI6HOUKSVWMT2KGNF3AVCNFSM6AAAAABVAMFR5GVHI2DSMVQWIX3LMV43ASLTON2WKOZSG44DEMJXGY4TANI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Not exactly an issue with the sdk, but I've been trying to build sonic mania for dos, and there are several libraries, such as libtheora, libvorbis, and libogg, that I can't find for djgpp, unless you're supposed to use their natural libraries? Also, does allegro4 require an environmental variable, because it's never picked up in the djgpp folder by projects? Thanks.
The text was updated successfully, but these errors were encountered: