The Dink Network

Reply to Re: Mac

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 25th 2007, 01:21 PM
slimeb.gif
DaVince
Peasant He/Him Netherlands
Olde Time Dinkere 
One apt-get command later... It made me a configure file. Time to try and compile!

EDIT: I got a few errors which I managed to fix (installed SDL-devel packages), but now I have errors of which I have no idea what package I'm missing, or if something besides dependencies is wrong:

compress.c: In function ‘compress’:
compress.c:48: warning: implicit declaration of function ‘memset’
compress.c:48: warning: incompatible implicit declaration of built-in function ‘memset’
compress.c: In function ‘main’:
compress.c:117: error: expected expression before ‘/’ token
compress.c:118: warning: implicit declaration of function ‘strlen’
compress.c:118: warning: incompatible implicit declaration of built-in function ‘strlen’
compress.c:121: warning: implicit declaration of function ‘strcpy’
compress.c:121: warning: incompatible implicit declaration of built-in function ‘strcpy’
compress.c:122: warning: implicit declaration of function ‘strcat’
compress.c:122: warning: incompatible implicit declaration of built-in function ‘strcat’
compress.c:129: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: *** [compress.o] Error 1
make[2]: Leaving directory `/home/vincent/Desktop/download/games/freedink/freedink.old/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vincent/Desktop/download/games/freedink/freedink.old'
make: *** [all] Error 2