Search results

  1. S

    Hacking Compiling Zetsubou

    When I'm trying to compile zetsubou, it gives me this error.... I didn't make any modifications to the Makefile, so I think it's the problem. Here's the MakeFile : GENERICOBJECTS = main.o endian.o MAINOBJECTS = tpl.o OBJECTS = $(GENERICOBJECTS) $(MAINOBJECTS) LIBS = -lgd OUTPUT = zetsubou...