google / shipshape

Program analysis platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why the project can not be compiled?

f00386292 opened this issue · comments

In dev-setup.md, it says:

Building our source

mkdir -p github.com/google && cd github.com/google
git clone https://github.com/google/shipshape.git
cd shipshape
./configure        # Run initial Shipshape+Bazel setup
bazel build //...  # Build all Shipshape source

I try this in Ubuntu 14.04.5 LTS and Ubuntu 16.04 LTS, both get same error:

$ bazel build //...
Warning: ignoring http_proxy in environment.
ERROR: no targets found beneath ''.
INFO: Elapsed time: 0.106s

Can anyone tell me what is wrong?

I have the same problem