FHIR Chat · Error about build process in centos · implementers

Stream: implementers

Topic: Error about build process in centos


view this post on Zulip Ant (Oct 12 2017 at 04:11):

When I build resources in Full Build way , it builds failed.
And this is pic of the Error:
error.PNG

How can I solve this problem? THX.

view this post on Zulip Grahame Grieve (Oct 12 2017 at 10:45):

don't know. try the committers stream, but I won't have time to look into this for quite a while

view this post on Zulip Lloyd McKenzie (Oct 12 2017 at 12:06):

I've committed a fix. The code was checking to make sure the comment for an element that had a choice of CodeableConcept and string explained why that was necessary - but didn't allow for the possibility that there might not be a comment at all. (In general, we discourage such choices as the string can be handled by CodeableConcept.text and you don't want two ways to say the same thing.)


Last updated: Apr 12 2022 at 19:14 UTC