From 159fa0a4e9a7510e2aa7cfb3387f87423f8814da Mon Sep 17 00:00:00 2001 From: "Clifford T. Matthews" Date: Mon, 15 Jun 2009 19:43:09 -0600 Subject: [PATCH] Mention Mac OS X PPC port in README and TODO --- README | 7 +++++++ TODO | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/README b/README index 2ef53c8..49f9f6f 100644 --- a/README +++ b/README @@ -70,6 +70,13 @@ the SDL-based version of Executor on Mac OS X Intel, you can try: ../../util/configure.sh '--target=i486-macosx' '--host=i486-macosx' '--front-end=sdl' '--cflags=-fno-strict-aliasing -I/usr/X11R6/include -O0 -finline-functions -g -Wall' '--root=../..' '--target-file-format=glibc' '--sound=sdl' '--syn68k-target=i486-macosx-glibc' make +If you have SDL installed and would like to build (but not run) the +SDL-based version of Executor on Mac OS X PPC, you can try: + + mkdir -p build/debug-macosx-sdl + cd build/debug-macosx-sdl + ../../util/configure.sh '--target=powerpc-macosx' '--host=powerpc-macosx' '--front-end=sdl' '--cflags=-fno-strict-aliasing -I/usr/X11R6/include -O0 -finline-functions -g -Wall' '--root=../..' '--target-file-format=glibc' '--sound=sdl' '--syn68k-target=powerpc-macosx-glibc' + In the past it was possible to cross-compile a version of Executor for Windows using mingw32. So far that port hasn't been tried since putting the code on Github. It probably doesn't work, but probably diff --git a/TODO b/TODO index adc7127..a05502b 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ + Look into fixes for the bad padding we're getting on Mac OS X PPC + + fcbrec definitely kills us, others may too + + further populate check_structs.c + package up the System Folder and whatnot so that people w/o the old executor-aux can run Executor