Closed pcollinson closed 1 year ago
Thank you for reporting this, Peter. I'm on vacation now and don't have my Mac with me, so I can't test a fix. However I think if you change fusecommon.c, line 162 to call to call strrchr() instead of rindex() it should compile correctly. I've opened a pull request with this change which you can try: https://github.com/jaylogue/retro-fuse/pull/7
If you still have problems, I will take a look at it when I'm back at my computer on July 16th.
Yup that worked and I have a v6 filesystem on Ventura. Many thanks.
Just installed MacFuse on M2 MacBook Pro. Cloned retro-fuse and typed 'make' - and then 'make v6fs' both attempts say:
Some of the compiler error formatting is lost. Any ideas? I suspect that the current Clang C compiler may not compile old code like gcc used to. However, I am unsure.