Closed DrUm78 closed 1 year ago
Thanks I merged a bunch of commits and fixes from @scribam recently probably linked to.
@DrUm78 do you use a custom Makefile or do you have the error with cmake? how can I reproduce your compilation error?
@scribam I use PicoDrive Makefile here: https://github.com/irixxxx/picodrive/blob/3a77090514c3ba3c1a0286a046bc9fe323e07f27/Makefile#L319
You can reproduce it by compiling this repo under x86_64 for instance after a git submodule update --init
.
Same issue when compiling libchdr within PCSX (https://github.com/notaz/pcsx_rearmed) too.
I made a pull request to revert the offending commit and keep the compatibility with current Makefiles
Revert merged please confirm issue is fixed.
All good now, thanks guys. 👍
Hello,
PR #93 introduced a compilation error:
Indeed,
dr_flac.h
is indeps/dr_libs/
but the include insrc/libchdr_flac.c
is:Of course I can fix the include path myself, but just wanted to let you know.