Skip to content

make fails  #190

@gshields

Description

@gshields

v install elliotchance.vsql
ran make
/.vmodules/elliotchance/vsql$ make bin/vsql
grep "//" -r vsql | cut -d -f2 > grammar.bnf
python3 generate-grammar.py
v fmt -w vsql/grammar.v
Reformatted file: /home/ghs/.vmodules/elliotchance/vsql/vsql/grammar.v
mkdir -p bin
v -prod cmd/vsql -o bin/vsql
cmd/vsql/bench.v:4:1: builder error: cannot import module "vsql" (no .v files in "/home/ghs/.vmodules/vsql")
2 |
3 | import cli
4 | import vsql
| ~~~~~~~~~~~
5 |
6 | fn register_bench_command(mut cmd cli.Command) {
make: *** [Makefile:28: bin/vsql] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions