kekcleader / FreeOberon

Cross-platform IDE for development in Oberon programming language made in the classical FreePascal-like pseudo-graphic style.
GNU General Public License v3.0
135 stars 14 forks source link

CmdArgs does not appear to be present, compilation with CmdArgs or Env imported fails #8

Open packetrhino opened 2 years ago

packetrhino commented 2 years ago

To reproduce - create new file. in IMPORT section, add Env . Attempt to compile.

kekcleader commented 2 years ago

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.

kekcleader commented 10 months ago

Hi @packetrhino, did you manage to fix your issue? Need any help?