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, 06:15 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
I just compiled the Git version, and I ran across some errors with an undefined PATH_MAX in dinkvars.h (it's actually there in an #ifndef macro, somehow it didn't work), and in some of the gfx*.c files. After explicitly #defining it, it compiled.

Thanks for this effort, gentlemen

EDIT: I didn't mention it, but the game works

EDIT2: There were some more problems that I just remember having:

On either the ./bootstrap or the ./configure phase (I forgot which one, probably the ./bootstrap), it complained about a missing directory autotools/macros directory. Just creating an empty directory with that name will remove the error. I'm not sure why it's looking for that, or if there should be something in there.

Running ./configure failed. After trying it again, it succeeded. I cannot remember the error message, and I have no clue what the heck was going on.