Sorry if I misunderstood what you are trying to do. If your goal is
W dniu 2026-05-11 10:39, Thomas McGuire napisał(a):
> The guidelines I have come across on the JSoftware website indicate
> that you may have to build a local copy of JQt in order to run it
> natively on Apple silicon. I never came across this problem until I
> bricked my M2 machine with Diet Coke and had it repaired and am
> starting fresh. My original macbook transitioned from an Intel machine
> so I had Rosetta running and never had this issue before.
>
> So after setting up my fresh M2 mac with the latest Qt libraries from
> homebrew. Claude code had to do some significant patching of the
> libraries to get it all to run properly. I am just wondering if I was
> just missing some steps or the documentation is out of date. Builds
> don't usually need this much massaging when I've done them in the
> past, though this is my first time building the JQt stuff.
>
> One other note, it's minor, Apple doesn't seem to like "sprintf" and
> has deprecated it in the latest XCode tools. They want everyone to use
> "snprintf" instead.
>
> I have a fork at:
https://github.com/tmcguirefl/qtide with the changes
> for "snprintf" and a summary of what claude code did to get the JQt up