James Keeling
James Keeling
It looks like you don't have a C++ compiler available. I would try installing `clang`, and then making sure it's in your `PATH` with `which clang`.
If you look at the source code for `print_names_and_sources.py`, you should be able to see how the `name` is printed from the contest problem protobuf. You can see the rest...
Hello - do you see any other logs/output, or just a segfault? Did the code successfully compile, but then fail to run?
Thanks for reporting your issue. I notice you're on Ubuntu 16.04. I don't know what version of GCC you're using, but I believe the latest version provided with that release...
Hi ayush1801. This is a distinct issue. You might want to raise a new issue. But looking at https://github.com/grpc/grpc/blob/master/third_party/py/python_configure.bzl#L313, the error is that `python_include` is not set. From reading the...