[m-users.] Strange compile error

Zoltan Somogyi zoltan.somogyi at runbox.com
Tue Feb 8 20:07:58 AEDT 2022


2022-02-08 20:00 GMT+11:00 "Volker Wysk" <post at volker-wysk.de>:
> The type parameter "tikipage" in the second part of the error message is
> *not* qualified with the module name (which is "pages"). What does this
> mean?

It usually means that the compiler got the type's name from a .int file,
in which all type names are supposed to be module qualified, but
the qualification may be missing if the source file from which the .int
file is derived has some errors (such as a missing import of the pages module).

Both recent ROTDs and the release candidate have code that diagnoses
and reports such problems by default when the .int file is built.

Zoltan.


More information about the users mailing list