202: Not a readable file

A line in your document starts with a squirrel @, which marks a metadata declaration, and the metadata declaration assigns a link to the name meta. But the file path given in the link does not point to a readable file.

Solution

Make sure the file exists and the permissions grant the ability to read the file. You may also need to check its directory’s and parent directories’ permissions.

Use a filepath that starts with a slash / and is relative to the Aneamal root directory or one that is relative to the current directory to link to metadata files:

% this is relative to the Aneamal root:
@ meta: ->/config/mobile.nml
% this is a file in the parent directory
% of the current file's directory:
@ meta: ->../@meta.nml