[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: debian/watch for gitorious



Thank you very much for the suggestions.
I apologize if I have not respected the code of conduct of MailingList.


I have written an email at the upstream about the reported issues.

About the header, it seems me correct, it fails to build because
Makefile is incorrect,
http://wiki.libsdl.org/moin.fcg/FAQLinux#How_do_I_add_SDL_to_my_project.3F
I have patched it.
...
CFLAGS= `sdl-config --cflags` -Wall -g
LFLAGS= `sdl-config --libs` -lSDL_image -lSDL_ttf -lSDL_mixer
...
beret: game.o thing.o physics.o
        $(CC) $(LFLAGS) $^ -o $@

%.o: %.c
        $(CC) -c $(CFLAGS) $<


regards,
Alfonso


Reply to: