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
After poking around for an hour or two, I can't get the split header/source version to build with MA_NO_DEVICE_IO defined so that it can be used with SDL. That's still a supported configuration, right?
I have no issue compiling miniaudio.c unmodified (cc miniaudio.c -c -o miniaudio.o). However, when defining MA_NO_DEVICE_IO when building miniaudio (either with -D or in a source file) it doesn't compile (see attached log, I didn't want to clog up this report, it's long).
My environment is Clang 15.0.7 from MSYS on Windows.
Thanks. Yes this is definitely still a supported configuration. Was an oversight on my part. I've pushed a potential fix to the dev branch. Are you able to give that a try?
Hi,
After poking around for an hour or two, I can't get the split header/source version to build with
MA_NO_DEVICE_IO
defined so that it can be used with SDL. That's still a supported configuration, right?I can build simple_playback.c just fine.
I have no issue compiling
miniaudio.c
unmodified (cc miniaudio.c -c -o miniaudio.o
). However, when definingMA_NO_DEVICE_IO
when building miniaudio (either with -D or in a source file) it doesn't compile (see attached log, I didn't want to clog up this report, it's long).My environment is Clang 15.0.7 from MSYS on Windows.
out.txt
The text was updated successfully, but these errors were encountered: