Jon Nelson on 6 Feb 2004 17:27:02 -0000 |
I am trying to compile this program from source and I keep getting these errors during make (see below). The source is here: http://aleron.dl.sourceforge.net/sourceforge/biatchux/dcfldd-1.0.tar.gz and you can see 'dcfldd.c' here: ftp://ftp.linuxnotes.net/dcfldd.c I don't know enough about C to figure out what is wrong. TIA, Jon make[2]: Entering directory `/usr/local/src/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: parse error at end of input make[2]: *** [dcfldd.o] Error 1 make[2]: Leaving directory `/usr/local/src/dcfldd-1.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/dcfldd-1.0' make: *** [all] Error 2 -- Trooper Jon S. Nelson, Linux Certified Admin., CCNA Pa. State Police, Bureau of Criminal Investigation Computer Crimes Unit Work: 610.344.4471 Cell/Page: 866.284.1603 jonelson@state.pa.us ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|