executor icon indicating copy to clipboard operation
executor copied to clipboard

A modern fork of the classic Mac emulator

Results 29 executor issues
Sort by recently updated
recently updated
newest added

- Add boost to the list of dependencies. - Document the cmake option NO_STATIC_BOOST=TRUE Without this option, cmake won't find dynamically linked boost libraries, such as from MacPorts. Fixes #47....

This prevents the following error when building config/os/macosx/macosx.mm: error: no template named 'function' in namespace 'std'

I'm trying to run X-Wing Collector's CD-ROM with latest Executor 2000 but it is giving me segmentation fault upon execution. Requirements according to the box: - COMPUTER: Apple Macintosh and...

Hi, Trying to build executor from source on RHEL 8.6 + libboost 1.66, I get a C++ error: ``` [raistlin@daltigoth ~/rpmbuild/BUILD/executor/build]$ gmake [ 1%] Built target lmdb [ 6%] Built...

I found hfs image of this program (on macintoshrepositiry, I think) and sadly lauching it resulted in Executor hitting 'throw' / aborting. It was working in Windows version of Executor,...

Using boost 1.76, installed via MacPorts, gave me this error on CMake during compilation: ``` CMake Error at /opt/local/lib/cmake/Boost-1.76.0/BoostConfig.cmake:141 (find_package): Found package configuration file: /opt/local/lib/cmake/boost_filesystem-1.76.0/boost_filesystem-config.cmake but it set boost_filesystem_FOUND to...

I wrote a limmerick to describe the purpose of Executor. I thought it might be fun to have in the README.

Opening the file browser from a fresh compile of Executor, apparently hangs the UI

When running the `cmake ..` step on a recently reinstalled Kubuntu 20.04 LTS system, I encountered this error message: ``` CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find Boost (missing:...

Trying to build on FreeBSD, compilation stops at ``` [ 5%] Built target resources [ 6%] Building C object CMakeFiles/lmdb.dir/lmdb/libraries/liblmdb/mdb.c.o /tmp/executor/lmdb/libraries/liblmdb/mdb.c:5169:14: error: variable has incomplete type 'union semun' union semun...