On Thu, Aug 16, 2012 at 12:09 PM, Lou godio <lgod...@gmail.com> wrote: > The following Inline::CPP code generates the following annoying warning > message: > 'else if" is wrong syntax, correct if 'elsif'. Do you want to > continue ? > Does anyone have any ideas on where it's coming from, why and how to get > rid of it ??
Ah hah! This is a Padre error message. It's coming from your IDE. Run the code from a fresh command prompt that isn't launched by the IDE and see what happens. I was able to search using your error message and found this link: http://irclog.perlgeek.de/padre/2012-01-31 This is why it's so important to paste the actual error message; any variation from the actual message can make it un-searchable. Anyway, see if running it from the command-prompt fixes it. I bet it will. (For those joining us on inline@, I've been scratching my head over this for a day or so now, and finally encouraged the OP to post here. But it became clearer -- hopefully -- with a cleaner paste of the error message.) -- David Oswald daosw...@gmail.com