Page 1 of 1

Trying to compile KEVEDIT v5.1 for Dos, (DJGPP) Error help!

Posted: Sun Jul 30, 2006 3:33 am
by Smilymzx
Since i was bored, and wanted to mess with the code, I finally installed DJGPP
for DOS. and wanted to install Kevedit! but:

C:\djgpp\bin>make
gcc -o kevedit.o kevedit.c -DCANGLOB -DDOSEMU -s -O3 -fexpensive-optimizations -
fomit-frame-pointer -finline-functions -funroll-loops -march=pentium -DSDL `sdl-
config -fcflags` -DkeveditVERSION=\"0.5.0\" -DDATAPATH=\"/usr/local/share/keve
dit\" -DBINPATH=\"/usr/local/bin\" -c
gcc.exe: `sdl-config: No such file or directory (ENOENT)
cc1.exe: error: unrecognized command line option "-fcflags`"
make.exe: *** [kevedit.o] Error 1

It looks like i need SDL-config! I already have SDL installed but
that error just keeps coming up!

Can anyone solve this?

-Smilymzx

Posted: Sun Jul 30, 2006 4:34 am
by Cheesecake Avenger
Smash your head agains the keybord and hope that the random keys you hit solves the problem

Posted: Sun Jul 30, 2006 4:45 am
by Smilymzx
Yeah, Right. Like that will help

:slap: :slap: :slap: XD

Posted: Sun Jul 30, 2006 5:19 am
by Cheesecake Avenger
YOU DARE INSULT ME WITH THE PURPLE DINOSOAR OF HATETRED?!?!?

Posted: Sun Jul 30, 2006 7:57 am
by Zenith Nadir
yes

:slap:

Posted: Sun Jul 30, 2006 3:47 pm
by Cheesecake Avenger
:O

Posted: Sun Jul 30, 2006 4:56 pm
by Smilymzx
Cheesecake Avenger wrote:YOU DARE INSULT ME WITH THE PURPLE DINOSOAR OF HATETRED?!?!?
I am sorry, but THIS thread is for Kevedit, and how to compile it.
not just plain banging heads with keyboards. i also ment to say
''Go AWAY!'' but it is naughty of me to say that, is it?

After all, You really need to be on topic. Because I just need a
little help!

Posted: Tue Aug 01, 2006 2:23 pm
by FSFunky
Maybe if you contact Kev himself he'd be happy to help you. :)

http://kvance.livejournal.com/profile

Posted: Sun Aug 06, 2006 6:21 am
by http://yahoo.com/
if you installed SDL then you should have the sdl-config script

if you don't have it, it really is not very difficult to find

Posted: Sun Nov 19, 2006 5:29 am
by bitman
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 installed in djgpp, though.

Posted: Sun Nov 19, 2006 6:38 am
by bitman
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 should detect it automatically as long as sdl-config is in your path.