top | item 16033307 (no title) sacert | 8 years ago You're right, I should've included that from the get-go. Included one now, hope it helps :) discuss order hn newest khedoros1|8 years ago For reference, I got it running on my Linux system with the following changes:Change LDFLAGS: LDFLAGS=`pkg-config sdl2 --libs --cflags` -g -lmIn interrupt.c, change the two #import lines to #include.
khedoros1|8 years ago For reference, I got it running on my Linux system with the following changes:Change LDFLAGS: LDFLAGS=`pkg-config sdl2 --libs --cflags` -g -lmIn interrupt.c, change the two #import lines to #include.
khedoros1|8 years ago
Change LDFLAGS: LDFLAGS=`pkg-config sdl2 --libs --cflags` -g -lm
In interrupt.c, change the two #import lines to #include.