Executor Build for OS X (April 2020)

About Mini vMac and all other 68k emulators, including SoftMac, Executor, and MESS.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
User avatar
ClockWise
Site Admin
Posts: 4397
Joined: Mon May 20, 2002 4:37 am
Location: Uiwang

Executor Build for OS X (April 2020)

Post by ClockWise »

Here is a recent build of Executor for OS X that might work better than the ten year old build we used to link to:

https://github.com/victor3dptz/executor ... ecutor.zip
User avatar
adespoton
Forum All-Star
Posts: 4227
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Executor Build for OS X (April 2020)

Post by adespoton »

Thanks! I've been failing to build Executor 2000 on Catalina; I'll see if this pre-built version works.
WizKid
Tinkerer
Posts: 72
Joined: Sun Jul 31, 2016 11:58 pm

Re: Executor Build for OS X (April 2020)

Post by WizKid »

When trying to execute, an error occurs:

Code: Select all

dyld: Library not loaded: /usr/local/opt/qt/lib/QtGui.framework/Versions/5/QtGui
  Referenced from: /Volumes/ram2/executor.app/Contents/MacOS/executor
  Reason: image not found
Abort trap: 6
Somebody forgot to include the QT GUI framework...
User avatar
adespoton
Forum All-Star
Posts: 4227
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Executor Build for OS X (April 2020)

Post by adespoton »

does brew install Qt fix the issue?
victor3d
Space Cadet
Posts: 3
Joined: Mon Apr 10, 2017 10:41 am

Re: Executor Build for OS X (April 2020)

Post by victor3d »

adespoton wrote:does brew install Qt fix the issue?
This should be enough to fix the issue:

Code: Select all

brew install qt
Post Reply