From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Warning message in macOS Mojave Date: Sun, 30 Sep 2018 08:44:49 +0100 Organization: A noiseless patient Spider Message-ID: References: <0001HW.215A68D3001C54E170000EAB02EF@news.individual.net> <0001HW.215AD2B600F20B6470000D3692CF@news.individual.net> <0001HW.215BBF1B0129732470000D3692CF@news.individual.net> <0001HW.215D16AF006D8B3570000BBEF2EF@news.individual.net> <0001HW.215D479300002848700003B092EF@news.individual.net> <0001HW.215DA3FE0014F1E5700003B092EF@news.individual.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="453f5efe33d2ea0c7c54d1d5f243d587"; logging-data="22671"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7MXAZhEANIWCUQHe8wv81ZlKRl4Bfruc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:71+P9MvlOoCKqD3SVgIhygTWBPc= sha1:/H1I6gCWxVyxqpUIrXx8JMaWQkw= Xref: reader02.eternal-september.org comp.lang.ada:54457 Date: 2018-09-30T08:44:49+01:00 List-Id: Bill Findlay writes: > On 27 Sep 2018, Bill Findlay wrote > (in article<0001HW.215D479300002848700003B092EF@news.individual.net>): > >> On 27 Sep 2018, Simon Wright wrote >> (in article ): >> >> > There's this: https://github.com/golang/go/issues/27095 >> > So you're not alone >> >> Interesting. >> >> I tried replacing ld with the one from 10.13, but it made no >> difference. > > Deleting and reinstalling /Library/Developer/CommandLineTools > did the trick vis-a-vis the warning message. However I cannot > now compile a C program containing the line: > > #include > > getting: > > ../Build/kal3_source/kdf9.c:53:10: fatal error: stdlib.h: No such file > or directory > > I used to be able to solve this after a system update by reinstalling > the command line tools! I downloaded Command_Line_Tools_macOS_10.14_for_Xcode_10.dmg from developer.apple.com/download/more and looked at it with Pacifist from charlessoft.com; the /usr tree is in there. Perhaps try reinstalling? (I don't see an option to uninstall).