Hi folks,
You're going to laugh at me but I can not get the code from github to run on macOS 11.6 and XQuartz 2.8.1. My old code base still builds and works fine. I've tried building against the stuff in ../../libXm/osx and the macports stuff in /opt/local/{include,lib} but the executable fails the same way in either case with this message:
_XmGetDefaultDisplay cannot be used prior to VendorS.Initialize, returns NULL
and lldb backtrace end with this:
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x100)
? * frame #0: 0x00000001006d4a71 libX11.6.dylib`XDisplayKeycodes + 4
Thanks for any tips.
BTW: is there a way to preview these posts? I tried to use the <> code control but it's not clear it's doing anything, so apologies if the above snippets look bad.
?