At 1:32 PM +1200 4/28/2006, Mark Kirkwood wrote: >Michael Touloumtzis wrote: > >>Look for a _fatal_ error in the output (re-jam redirecting to a file if need >>be). If the problem persists on a rebuilding attempt, find the first fatal >>error. Most later errors will just cascade from one of the first ones. >> > >Yeah - I've got the complete log, the first real error is: > >cc1: note: -fwritable-strings is deprecated; see documentation for details >/home/ingres/develop/c/ingres/src/cl/clf/ut_unix_win/utprint.c:140: error: >`barf >' undeclared here (not in a function) >/home/ingres/develop/c/ingres/src/cl/clf/ut_unix_win/utprint.c:140: error: >parse > error before "blectch"
Bugger. That's exactly the missing /usr/bin/lp thing that another poster was talking about. I meant to report that, or fix it myself, and I completely forgot. The place to fix it is non-obvious (tools/port/shell_unix/mksecret.sh), but if you just want to get moving then edit $ING_SRC/cl/clf/hdr_unix_win/clsecret.h and right at the top you'll see PRINTER_CMD defined as a garbage string. Change the definition to something like #define PRINTER_CMD "/bin/true" or your favorite print-queueing command if any, and you'll be off. Karl _______________________________________________ Users mailing list [email protected] http://lists.ingres.com/mailman/listinfo/users
