You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Thank you for the prompt update, @nickgeorge. I found the second command working as bazel-bin/cc/google/fhir_examples/ParasePatients $WORKSPACE on my MacOS Majave (10.14.6). It did not work as ::ParsePatient to me but could be just a mac issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The build path of
bazel build cc:ParsePatients
should be updated asbazel build //cc/google/fhir_examples:ParsePatients
in theREADME.md
.The thing is similar for
bazel-bin/ParsePatients $WORKSPACE
which I found eventually working as:The text was updated successfully, but these errors were encountered: