Executor for Catalina?

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

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
User avatar
adespoton
Forum All-Star
Posts: 4226
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Executor for Catalina?

Post by adespoton »

Anyone successfully compiled Executor as a 64-bit app? The version we have for download here is the old 32-bit one still.
emendelson
Forum All-Star
Posts: 1706
Joined: Tue Oct 14, 2008 12:12 am

Re: Executor for Catalina?

Post by emendelson »

This fork seems fairly up-to-date. Perhaps you could try building it?

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

Re: Executor for Catalina?

Post by adespoton »

That looks great! I'll try a build of this as I've got time. I don't currently have a developer's certificate to apply to it, so I'll share the compile details on here once I've done so that someone else can build and share a notarized version.

[edit] Compilation is ongoing; so far, I've used brew to install cmake, boost and qt5. Seems to be enough to get compilation working.

[edit2] Sigh...

Code: Select all

[ 96%] Building CXX object src/CMakeFiles/executor.dir/main.cpp.o
/Users/***/Projects/executor/src/main.cpp:64:10: fatal error: 'default_vdriver.h' file not found
#include "default_vdriver.h"
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [src/CMakeFiles/executor.dir/main.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/executor.dir/all] Error 2
make: *** [all] Error 2
Post Reply