On Fri, Feb 22, 2013 at 08:34:54PM +0000, Nicholas Clark wrote: > > perly.c > > Same issue for perly.c. complaint at line 82 does not make sense > > > > ERROR CCN3202 perly.c:82 #endif can only appear at the end of a #if, > > #elif, #ifdef or #ifndef block. > > FSUM3065 The COMPILE step ended with return code 12. > > FSUM3017 Could not compile .83952612.c. Correct the errors and try > > again. > > I think that you're going to have to look at the output of pre-processor > to figure out why it's confused. There is a hack in makedepend.SH that
It shouldn't even *see* that line. It's all inside #ifdef DEBUGGING, and you compiler flags don't include -DDEBUGGING Nicholas Clark
