Problem installing r38 on Mac w/10.14.5

Chat about anything CX16 related that doesn't fit elsewhere
Post Reply
EMwhite
Posts: 220
Joined: Mon Sep 07, 2020 1:02 pm

Problem installing r38 on Mac w/10.14.5

Post by EMwhite »


I admit it, I'm not awesome at keeping up to date w/MacOS releases.  Part of this is due to my using this machine for connectivity to work via Citrix and our company having specific standards but that's another set of issues and problems.

Specifically, I just grabbed r38 and upon installing, got the following:

-- -- -- 

dyld: lazy symbol binding failed: Symbol not found: _objc_opt_respondsToSelector

  Referenced from: /Users/mwhyt/Downloads/x16emu_mac-r38/x16emu (which was built for Mac OS X 10.15)

  Expected in: /usr/lib/libobjc.A.dylib

 

dyld: Symbol not found: _objc_opt_respondsToSelector

  Referenced from: /Users/mwhyt/Downloads/x16emu_mac-r38/x16emu (which was built for Mac OS X 10.15)

  Expected in: /usr/lib/libobjc.A.dylib

 

Abort trap: 6

-- -- --

Yet, R37 worked just fine.  Do I really need 10.15 in order to get r38 to work properly?

Thank you.

 

.

User avatar
StephenHorn
Posts: 565
Joined: Tue Apr 28, 2020 12:00 am
Contact:

Problem installing r38 on Mac w/10.14.5

Post by StephenHorn »


Well, unfortunately, that is how I would interpret those error messages: r38 was built for 10.15, and as a result has inherited some dependency on 10.15, so it won't run on prior versions of OS X.

You might try building your own from the source code.

Developer for Box16, the other X16 emulator. (Box16 on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

Problem installing r38 on Mac w/10.14.5

Post by rje »


It runs on my Mac Mini... which is probably current.

EMwhite
Posts: 220
Joined: Mon Sep 07, 2020 1:02 pm

Problem installing r38 on Mac w/10.14.5

Post by EMwhite »


Got it, I'll accept their latest push, something called "Big Sur".

I was a Unix SA twenty years ago, Sun Solaris mostly, and lived on gcc and linux in the years between.  Can't be bothered now so hoping this works.  Luckily, I still have my 2015 Mac running the old version of NI Maschine and my Early 2008 Mac Pro still running an old copy of Saffire Pro, U-Audio duo, and Ivory.

Thanks for the quick reply.  (I spent about 5 hrs. typing my BBS Basic code form 1986 to Vice x64 only to lose it all).  Typing into a beta copy of Commander is probably as good a bet : )

 

rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

Problem installing r38 on Mac w/10.14.5

Post by rje »


I remember SunOS and Solaris at my first job...

As for the emulator, I do most of the typing on the Mac, and only loading it into the X16 for testing.  BASIC 2.0 is just too primitive for my sanity.  I wrote a transpiler that lets me use labels and long variable names... it renders it down to 2.0 for testing.  I’ve also done some cc65.

 

Post Reply