[m-users.] Strange compile error

Volker Wysk post at volker-wysk.de
Tue Feb 8 20:23:17 AEDT 2022


Am Dienstag, dem 08.02.2022 um 20:07 +1100 schrieb Zoltan Somogyi:
> 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.

I found it. It was a missing ":- import_module pages" in a *different*
module. Thanks.

Volker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mercurylang.org/archives/users/attachments/20220208/4ae6e2ec/attachment.sig>


More information about the users mailing list