From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net From: erik quanstrom Date: Mon, 23 Jan 2012 23:48:12 -0500 Message-ID: <363e75e235320900fc616e4a71181995@chula.quanstro.net> In-Reply-To: References: <4F171398.8020701@Princeton.EDU> <4F1D1C4F.4040003@gmail.com> <507def6adc5ca165a284c7be81a66605@chula.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ape compiler error, IND CHAR and INT Topicbox-Message-UUID: 6194d478-ead7-11e9-9d60-3106f5b1d025 > Thanks for the feedback! > > The dlerror was indeed the culprit and now my errors have jumped to: > > " > 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