Okay, I went through the instruction list, and got stuck at #12. There was no "Standard Make C Project" so I just chose "C Project". There were some other changes I made, like I selected minGW instead of Cygwin at one point.
Somehow, I managed to get the trunk directory downloaded, but when I tried to build it, it generated 57 errors, all in "z-file.c". Here's two:
`FAIL' undeclared (first use in this function), z-file.c, line 27
syntax error before "int", z-file.c, line 310
I know the C programming language, but do everything in Java these days, and I've never used minGW or Eclipse, so I really have no idea what I'm doing. Any help would be appreciated.
Somehow, I managed to get the trunk directory downloaded, but when I tried to build it, it generated 57 errors, all in "z-file.c". Here's two:
`FAIL' undeclared (first use in this function), z-file.c, line 27
syntax error before "int", z-file.c, line 310
I know the C programming language, but do everything in Java these days, and I've never used minGW or Eclipse, so I really have no idea what I'm doing. Any help would be appreciated.
Comment