Skip to content

build errors #14

@yuriv

Description

@yuriv

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions