The Dink Network

Reply to Re: New D-Mod: Cursed Blades Part 1: Charlie's Legacy

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:
 
 
July 25th 2022, 06:04 AM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
LOOK UPON MY DEFORMED FACE! 
I'm not exactly sure, but if ghostknight or anyone else has a working build system it would be interesting to see if doing what shevek suggested in this thread, i.e. changing every instance of "int" in dinkc.cpp to "int32_t" so as to enforce 32-bit data types, and then recompiling would rectify things. It may break them in other ways, or the issue may lie elsewhere, however.

Otherwise, in the short-term, the only thing I could suggest for those on GNU/Linux is setting up a 32-bit chroot with corresponding libraries and then compiling Freedink in that, or otherwise just doing what I did and using a 32-bit distro in a VM and taking a performance hit. SlipDink also uses Wine which might also be a suitable last resort, despite the sheer absurdity of doing that .

You may also be able to get away with passing the -m32 flag to GCC upon compiling all the necessary libs yourself along with Freedink without a chroot though. Not sure...