search for: do_unzip

Displaying 1 result from an estimated 1 matches for "do_unzip".

Did you mean: do_unz
2004 Sep 22
1
Compile error in 2004-09-21 R 1.9.1 Patched
Hi all, I just downloaded the latest R-patched tarball [Version 1.9.1 Patched (2004-09-21)] and ran into an error during compilation. This is on FC2 and the error is as follows: dounzip.c: In function `do_unzip': dounzip.c:144: error: syntax error before '/' token make[3]: *** [dounzip.o] Error 1 In reviewing the source file, there appears to be an errant '/' on line 144. A code snippet follows. Note the '/' on the third line below, just before the closing brace: #endif } /...