Rabay@passos.uemg.br wrote:
power.pas :25: module/unit interface 'Gpc' could not be imported
Did you give GPC the `--automake' option?
gpc --automake power.pas -o power
It seems a path problem - the compiler can not find any interface modules. Is there a place where they should be?
If it is really a path problem you can tell GPC the path to the source of your units (say, `/foo/bar/units') with the following option:
--unit-path="/foo/bar/units"
Hope this helps,
Peter