我读了 Niklaus Wirth 的书,想试试这本书中的例子。
我尝试运行简单的 Oberon hello world:http ://groups.engin.umd.umich.edu/CIS/course.des/cis400/oberon/hworld.html#source
但得到错误:
$ obc -o hello Hello.m
"Hello.m", line 4: the interface file for 'Oberon' cannot be found
> IMPORT Oberon, Texts;
> ^^^^^^
"Hello.m", line 4: the interface file for 'Texts' cannot be found
> IMPORT Oberon, Texts;
> ^^^^^
显然我应该安装所需的模块。快速谷歌搜索不给我答案。那么我在哪里可以找到这个模块?
我从这个 deb http://spivey.oriel.ox.ac.uk/corner/Installing_OBC_release_3.0安装 Oberon