unknown token: dtor

Moderators: cyao, michael_borland

Post Reply
libov
Posts: 32
Joined: 30 May 2013, 07:14

unknown token: dtor

Post by libov » 06 Feb 2018, 05:22

Hi all,

I'm having a strange error on Mac OS, namely:

Code: Select all

unknown token: dtor
I get it when running my script, but also can reproduce by just running rpn from the terminal and giving the dtor command:

Code: Select all

eduroam-0758:sdds VladLibov$ rpn
Welcome to rpn version 6, by Michael Borland and Robert Soliday (June 1999).
rpn> dtor
unknown token: dtor
rpn> 
I made sure that the software I'm using is the latest one.

What am I doing wrong?

Thanks!
Slava

soliday
Posts: 390
Joined: 28 May 2008, 09:15

Re: unknown token: dtor

Post by soliday » 06 Feb 2018, 10:56

You need to download defns.rpn if you haven't already. Then define the environment variable RPN_DEFNS to point to this file.

libov
Posts: 32
Joined: 30 May 2013, 07:14

Re: unknown token: dtor

Post by libov » 07 Feb 2018, 10:17

Hi Robert

great thanks, it worked.

Not sure why I haven't done this....

Thanks
Slava

Post Reply