> Thanks for the feedback!
> 
> The dlerror was indeed the culprit and now my errors have jumped to:
> 
> "
> <eof> syntax error, last name: 0
> pcc: cpp: 469: error
> "
> 
> , presumably in the generated .c file.
> 
> Where can I find info about the "469" error and how do I know where
> the error occurred? (previously I have had more informative "last
> names" to jump to...)

469 is the line number.  the last (qualifying) successfully parsed bit was the
digit 0, misleadingly called a "name".  punctuation obviously does not
qualify as a name.

- erik


Reply via email to