Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Duplicate
-
6.4.2, 6.4.4
-
None
-
None
-
None
Description
Sample file:
IMPORT Std;
OUTPUT(Std.File.CreateSuperfile('~foo'));
Syntax checking from the command line:
~/Desktop: eclcc -syntax BWR_Test.ecl /opt/HPCCSystems/6.4.4/clienttools/share/ecllibrary/std/File.ecl(10,25): error C2081: Import names unknown module "lib_fileservices" /opt/HPCCSystems/6.4.4/clienttools/share/ecllibrary/std/File.ecl(22,28): error C2167: Unknown identifier "lib_fileservices" /opt/HPCCSystems/6.4.4/clienttools/share/ecllibrary/std/File.ecl(28,29): error C2167: Unknown identifier "lib_fileservices" /opt/HPCCSystems/6.4.4/clienttools/share/ecllibrary/std/File.ecl(36,35): error C2167: Unknown identifier "lib_fileservices" /opt/HPCCSystems/6.4.4/clienttools/share/ecllibrary/std/File.ecl(50,35): error C2167: Unknown identifier "lib_fileservices" /opt/HPCCSystems/6.4.4/clienttools/share/ecllibrary/std/File.ecl(50,51): error C3001: Too many errors (max = 5); Aborting... 6 errors, 0 warning