The Dink Network

Reply to Re: Fedora 19 freedink segfaults on load

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:
 
 
December 20th 2013, 05:28 AM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
LOOK UPON MY DEFORMED FACE! 
If it was missing SDL.h you can either add the library path to the end of 'make' (I think), or otherwise you can copy the necessary h files into the "src" path where you are compiling which is what I did (I assumed this problem was only for me). I think they are in /usr/local/include/SDL, but if they're not you can just use "find" to get at them.