I have run build ./build.py libjava-tree-sitter tree-sitter-c on the fresh installation and got following feedback:
Traceback (most recent call last):
File "./build.py", line 137, in
build(args.repositories, args.output, args.arch, args.verbose)
File "./build.py", line 57, in build
source_mtimes = [os.path.getmtime(file)] + [os.path.getmtime(path) for path in source_paths]
File "./build.py", line 57, in
source_mtimes = [os.path.getmtime(file)] + [os.path.getmtime(path) for path in source_paths]
File "/usr/lib64/python3.6/genericpath.py", line 55, in getmtime
return os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: 'libjava-tree-sitter/src/parser.c'
I have install java-tree-sitter with modules. Where I am wrong?
I have run build
./build.py libjava-tree-sitter tree-sitter-con the fresh installation and got following feedback:I have install
java-tree-sitterwith modules. Where I am wrong?