On 12/23/2013 12:53 PM, yaber...@ca.ibm.com wrote: > CC incremen.o > "incremen.c", line 1299.15: 1506-045 (S) Undeclared identifier > SYSINT_BUFSIZE.
That's odd, since the identifier should be declared. Try building with "make V=1" to get the full compiler command line, then replace -c with -E in that line to get the preprocessor output, to see why the identifier isn't declared for you.