FreeOberon
FreeOberon copied to clipboard
CmdArgs does not appear to be present, compilation with CmdArgs or Env imported fails
To reproduce - create new file. in IMPORT section, add Env . Attempt to compile.
This probably happens because file "Env.Mod" is present in subdirectory "Programs". Delete this file and the compilation will work. In this case system module "Env" will be used instead.
I've pushed a commit that removes that file.
Hi @packetrhino, did you manage to fix your issue? Need any help?