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

Discuss how totally awesome Bang! is here.

Moderator: Terryn

Post Reply
User avatar
Smilymzx
I hope she made lotsa spaghetti!
Posts: 182
Joined: Sat May 20, 2006 2:58 am
Location: LocacoLocacoL :LoL!

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

Post 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
Cheesecake Avenger
The Evil Avitor
Posts: 240
Joined: Sun Nov 27, 2005 11:09 pm
Location: In a bakery shop on 32nd streat.

Post by Cheesecake Avenger »

Smash your head agains the keybord and hope that the random keys you hit solves the problem
User avatar
Smilymzx
I hope she made lotsa spaghetti!
Posts: 182
Joined: Sat May 20, 2006 2:58 am
Location: LocacoLocacoL :LoL!

Post by Smilymzx »

Yeah, Right. Like that will help

:slap: :slap: :slap: XD
Cheesecake Avenger
The Evil Avitor
Posts: 240
Joined: Sun Nov 27, 2005 11:09 pm
Location: In a bakery shop on 32nd streat.

Post by Cheesecake Avenger »

YOU DARE INSULT ME WITH THE PURPLE DINOSOAR OF HATETRED?!?!?
User avatar
Zenith Nadir
this is my hammer
Posts: 2767
Joined: Wed Mar 12, 2003 11:40 am
Location: between the black and white spiders

Post by Zenith Nadir »

yes

:slap:
he looked upon the world and saw it was still depraved :fvkk:

Overall: Rotton egg for breakfast
Cheesecake Avenger
The Evil Avitor
Posts: 240
Joined: Sun Nov 27, 2005 11:09 pm
Location: In a bakery shop on 32nd streat.

Post by Cheesecake Avenger »

:O
User avatar
Smilymzx
I hope she made lotsa spaghetti!
Posts: 182
Joined: Sat May 20, 2006 2:58 am
Location: LocacoLocacoL :LoL!

Post 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!
User avatar
FSFunky
Fergalicious
Posts: 382
Joined: Wed Jan 14, 2004 11:52 am
Contact:

Post by FSFunky »

Maybe if you contact Kev himself he'd be happy to help you. :)

http://kvance.livejournal.com/profile
FUNKY DEFINITION: MAKE THEM BOYS GO LOCO
User avatar
http://yahoo.com/
*shuggles*
Posts: 393
Joined: Mon Apr 26, 2004 5:11 am
Location: in madtom land

Post 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
this is a deep and meaningful quote
User avatar
bitman
newcomer
Posts: 4
Joined: Sun Nov 19, 2006 5:20 am

Post 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.
User avatar
bitman
newcomer
Posts: 4
Joined: Sun Nov 19, 2006 5:20 am

Post 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.
Post Reply