Hello,
I had been having a problem successfully compiling this wonderful
program. (Fedora Core 1, GCC-3.3.2-1)  Anyway the point of this is that
I was successful in debugging and later compiling the program.  Attached
are my "terminal compile error" output, corrected "dcfldd.c" and "diff
-u" output files for your reference and inclusion for bugfixing.
Cheers and great work on an excellent project.
Kevin
make[3]: Leaving directory `/home/kkult/dcfldd-1.0/lib'
make[2]: Leaving directory `/home/kkult/dcfldd-1.0/lib'
Making all in intl
make[2]: Entering directory `/home/kkult/dcfldd-1.0/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kkult/dcfldd-1.0/intl'
Making all in src
make[2]: Entering directory `/home/kkult/dcfldd-1.0/src'
source='dcfldd.c' object='dcfldd.o' libtool=no \
depfile='.deps/dcfldd.Po' tmpdepfile='.deps/dcfldd.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DSHAREDIR=\"/usr/local/share\" 
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../intl    -g -O2 -c `test -f 
dcfldd.c || echo './'`dcfldd.c
dcfldd.c:326:17: missing terminating " character
dcfldd.c:370:1: missing terminating " character
dcfldd.c:1524:1: unterminated argument list invoking macro "_"
dcfldd.c: In function `usage':
dcfldd.c:326: error: `_' undeclared (first use in this function)
dcfldd.c:326: error: (Each undeclared identifier is reported only once
dcfldd.c:326: error: for each function it appears in.)
dcfldd.c:326: error: syntax error at end of input
make[2]: *** [dcfldd.o] Error 1
make[2]: Leaving directory `/home/kkult/dcfldd-1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kkult/dcfldd-1.0'
make: *** [all] Error 2
[EMAIL PROTECTED] dcfldd-1.0]$

--- dcfldd-1.0/src/dcfldd.c     2001-10-26 12:00:48.000000000 -0700
+++ dcfldd-1.0_kk/src/dcfldd.c  2004-04-16 12:50:02.000000000 -0700
@@ -342,7 +342,7 @@
   hashlog=FILE         send MD5 hash output to FILE instead of stderr\n\
   status=[on|off]      display a continual status message on stderr\n\
                          default state is \"on\"\n\
-  sizeprobe=[if|of]    determine the size of the input or output file
+  sizeprobe=[if|of]    determine the size of the input or output file\n\
                          for use with status messages. (this option\n\
                          gives you a percentage indicator)\n\
                          WARNING: Read the manual before using this\n\
_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to