I have fixed the link. It seems this warning is not important, so you can remove -Werror from the Makefile to ignore warnings instead of considering them as errors, or replace "fseek(f,pos,SEEK_SET);" with "fseek(f,(long)pos,SEEK_SET);" in two places. Thanks!