Clifford T. Matthews
|
50045ca1e3
|
This version compiles and limps under Mac OS X 10.6.5.
|
2010-11-11 16:34:23 -07:00 |
|
Clifford T. Matthews
|
35b88c60f9
|
Explanation that I haven't yet pushed the iPad changes I made at iPad Dev Camp.
|
2010-04-18 15:21:33 -07:00 |
|
Clifford T. Matthews
|
d068f9792a
|
oops, last commit didn't have most recent Makefile.am.
|
2009-12-05 20:18:06 -07:00 |
|
Clifford T. Matthews
|
a0f9ff6c0b
|
make distcheck works (as root due to permission issues)
|
2009-12-05 18:22:25 -07:00 |
|
Clifford T. Matthews
|
12a845ba9e
|
Fixed bug that was causing Executor to crash on systems where argv[0] isn't guaranteed to have a slash in it (e.g., Fedora 12).
|
2009-12-05 08:44:07 -07:00 |
|
Clifford T. Matthews
|
44c8a96e32
|
documented environment variable overrides that allow 32-bit version of Executor to be built on x86_64. Also fixed a bug in parse.y
|
2009-11-28 16:39:00 -07:00 |
|
Clifford T. Matthews
|
d6e93d7e5e
|
Updated README to give x86_64 users a little more help. Also mentioned that I've now tested the new code on F11 and F12.
|
2009-11-27 16:10:57 -07:00 |
|
Clifford T. Matthews
|
a74e289bf6
|
Executor builds and runs on Fedora 10 x86_64 again.
|
2009-11-27 15:33:35 -07:00 |
|
Clifford Matthews
|
0989b4acc5
|
README briefly describes skel/volume
|
2009-07-05 17:00:46 -06:00 |
|
Clifford Matthews
|
99a876f1fe
|
make distcheck succeeds (but we still don't install the System Folder due to issues associated with spaces in filenames)
|
2009-07-02 17:30:02 -06:00 |
|
Clifford T. Matthews
|
d8c1c730bd
|
Merge branch 'master' of git@github.com:ctm/executor
|
2009-07-02 15:38:47 -06:00 |
|
Clifford T. Matthews
|
38e0110d09
|
arch/x86_64 (forgot to commit previously)
|
2009-07-02 15:38:28 -06:00 |
|
Clifford Matthews
|
289fb4c96a
|
README.64 explains unfinished state of 64-bit port.
|
2009-07-01 11:14:48 -06:00 |
|
Clifford T. Matthews
|
cb045f30ea
|
Beginning of support for x86_64 in 64-bit mode. Still have to deal with various pointer transformations.
|
2009-06-26 17:08:34 -06:00 |
|
Clifford Matthews
|
a89fd44da0
|
Mac OS X i386 build fix (don't make opfind)
|
2009-06-23 10:58:15 -06:00 |
|
Clifford T. Matthews
|
43e9f1cd5c
|
README recommends using GNU build system since that seems to work well now.
|
2009-06-23 00:07:19 -06:00 |
|
Clifford Matthews
|
aa4fae92a0
|
Remove opfind from noinst_PROGRAMS (works on Mac OS X)
|
2009-06-22 23:34:38 -06:00 |
|
Clifford T. Matthews
|
12c1c9e5a4
|
Fixed non-Mac OS X builds.
|
2009-06-21 23:09:56 -06:00 |
|
Clifford T. Matthews
|
c9936b3e7c
|
GNU build system works with Mac OS X PowerPC now, too.
|
2009-06-21 22:56:08 -06:00 |
|
Clifford Matthews
|
8b79043983
|
Intel Mac OS X version builds with GNU build system.
|
2009-06-21 22:45:51 -06:00 |
|
Clifford T. Matthews
|
3374007809
|
GNU Build system limps for Linux-based targets.
|
2009-06-21 21:56:27 -06:00 |
|
Clifford T. Matthews
|
4e5e56c45a
|
GNU build mods that seem to work.
|
2009-06-20 21:12:35 -06:00 |
|
Clifford T. Matthews
|
edb51b569f
|
GNU Build system appears to work for hardcoded SDL front end and SDL sound.
|
2009-06-20 07:27:44 -06:00 |
|
Clifford Matthews
|
058ad8d226
|
Some progress on switching to new GNU build system (doesn't yet work)
|
2009-06-19 15:28:56 -06:00 |
|
Clifford Matthews
|
4758446a85
|
more (remaining?) host vs. build changes
|
2009-06-18 14:47:17 -06:00 |
|
Clifford T. Matthews
|
11aa2b4a84
|
Cleaned up some warnings.
|
2009-06-18 14:22:12 -06:00 |
|
Clifford Matthews
|
8141c0662b
|
Use "host" and "build" like its done with the current GNU build system. Lightly tested.
|
2009-06-18 13:56:05 -06:00 |
|
Clifford T. Matthews
|
ffb371a163
|
Fixed floating point in Mac OS X ppc
|
2009-06-17 18:29:59 -06:00 |
|
Clifford T. Matthews
|
19e4e464ed
|
Mac OS X PPC port limps.
|
2009-06-17 13:18:19 -06:00 |
|
Clifford T. Matthews
|
d11309c188
|
Fixed a couple remaining packing issues.
|
2009-06-16 21:10:45 -06:00 |
|
Clifford T. Matthews
|
74bc9d82f3
|
Better padding may help Mac OS X PPC port.
|
2009-06-16 20:13:29 -06:00 |
|
Clifford T. Matthews
|
4a8d6bf416
|
Sanity check various type (mostly structs) sizes.
|
2009-06-16 14:55:37 -06:00 |
|
Clifford T. Matthews
|
aeff3f030c
|
Fixed bug in configure.sh
|
2009-06-15 19:52:11 -06:00 |
|
Clifford T. Matthews
|
159fa0a4e9
|
Mention Mac OS X PPC port in README and TODO
|
2009-06-15 19:43:09 -06:00 |
|
Clifford T. Matthews
|
722f21cc22
|
Added some code to check the size of structs, since that's biting us on the Mac OS X PPC port.
|
2009-06-15 19:39:04 -06:00 |
|
Clifford T. Matthews
|
e334463d06
|
Compiles and links for Mac OS X on powerpc. Doesn't run though, trouble with size of packed structures (e.g. fcbrec).
|
2009-06-15 13:27:02 -06:00 |
|
Clifford Matthews
|
0d607a5353
|
Fixed arrow bug introduced in last commit.
|
2009-06-14 23:10:20 -06:00 |
|
Clifford Matthews
|
15c6ab13ac
|
Removed serial number and other commercial vestiges.
|
2009-06-14 20:58:21 -06:00 |
|
Clifford Matthews
|
27727108b3
|
Fixed Time low-memory global on Mac OS X port.
|
2009-06-14 17:19:36 -06:00 |
|
Clifford Matthews
|
8bd495f3db
|
Mac OS X port needs offset memory, so don't require the "-offset" command line option.
|
2009-06-14 16:16:00 -06:00 |
|
Clifford Matthews
|
a19a11b067
|
Fixed hang at exit for Mac OS X port.
|
2009-06-14 15:53:20 -06:00 |
|
Clifford T. Matthews
|
5df19cdab2
|
i386 targets build again
|
2009-06-12 19:54:35 -06:00 |
|
Clifford Matthews
|
99a2ca627c
|
Limps under Mac OS X (Intel)
|
2009-06-12 19:03:10 -06:00 |
|
Clifford T. Matthews
|
5728ad456a
|
SDL mentioned in README; fixed some warnings.
|
2009-06-10 16:41:59 -06:00 |
|
Clifford T. Matthews
|
a4f6fad188
|
Fix that allows SDL's sound to work again.
|
2009-06-10 12:15:06 -06:00 |
|
Clifford T. Matthews
|
1f8c15713d
|
Fixed so SDL version builds. Also mentioned x86_64 compilation using -m32 in README
|
2009-06-04 16:08:31 -06:00 |
|
Clifford T. Matthews
|
dec7123584
|
Got rid of a lot of warnings when building on Fedora 9 (with gcc 4.3.0)
|
2009-06-04 01:58:05 -06:00 |
|
Clifford T. Matthews
|
ca6caa3455
|
src/README has instructions on how to build that appear to work on Fedora 9
|
2009-06-01 19:09:27 -06:00 |
|
Clifford T. Matthews
|
dc591a62a6
|
changed configure.ac before I "remembered" that AFAIK Executor never built using the GNU build system.
|
2009-06-01 18:03:42 -06:00 |
|
Clifford T. Matthews
|
3183eb6ea0
|
All the Executor source as-is from the subversion tree it was last worked on.
|
2008-10-05 21:48:37 -06:00 |
|