Open cdmackay opened 2 weeks ago
I think this is actually a bug in the recorder repo. I think the problem is with the use of firstword
in lines 365 and 367 of make-it-quick/rules.mk
which I don't think works when you have a space in the path.
I can reproduce this (on latest macOS) by checking out to a path with a space in it.
Thanks Ben.
Unfortunately, this is now moot for me, since I get a separate failure when building in a dir path without a space. That new failure is because my xcode-tools are too old. But I cannot upgrade those (reasons), and so I cannot build db48x. sigh.
But the issue is still valid, I think. It's just that fixing it won't help me.
MacOS 13.7.1
Current dir has a space in the path; looks like something in the make process isn't handling that correctly.