Search found 4 matches
- Sun Nov 19, 2006 6:38 am
- Forum: ZZT Clones and Editors
- Topic: Trying to compile KEVEDIT v5.1 for Dos, (DJGPP) Error help!
- Replies: 10
- Views: 7501
I remember now: when compiling with djgpp, native dos display is used, not SDL. The configure script should detect this and omit SDL dependence from the generated Makefiles. SDL is only needed if you are compiling the windows version (IMHO the better version) using MingW. Again, the configure script...
- Sun Nov 19, 2006 5:56 am
- Forum: ZZT Clones and Editors
- Topic: Which editor to use for standard ZZT?
- Replies: 14
- Views: 12169
- Sun Nov 19, 2006 5:32 am
- Forum: ZZT Clones and Editors
- Topic: Which editor to use for standard ZZT?
- Replies: 14
- Views: 12169
Here's the beta MadTom was talking about:
http://bitman.freeshell.org/download/ke ... .5.1-beta/
We fixed a bunch of pretty obvious bugs, but there were no new features so I never could motivate Kev to make an official release out of it.
http://bitman.freeshell.org/download/ke ... .5.1-beta/
We fixed a bunch of pretty obvious bugs, but there were no new features so I never could motivate Kev to make an official release out of it.
- Sun Nov 19, 2006 5:29 am
- Forum: ZZT Clones and Editors
- Topic: Trying to compile KEVEDIT v5.1 for Dos, (DJGPP) Error help!
- Replies: 10
- Views: 7501
You should have to run the configure script before you can run make in kevedit 0.5.1. Are you sure you aren't using an older version of the source? The configure script should try to detect the location of sdl-config, which is included in the SDL development package. I don't remember how SDL is inst...