Reply to Re: Mac
If you don't have an account, just leave the password field blank.
Those are built-in string functions. See if, at the top of compress.c, there is a line "#include <string.h>". If not, add it. That should take care of the warnings about memset, strlen, strcpy and strcat.
After that, you should look yourself around line 117 (or 118, when you add the line) to see what might be wrong there.
After that, you should look yourself around line 117 (or 118, when you add the line) to see what might be wrong there.