Re: Error when using example from Mecklenburg book

2017-05-17 Thread carl hansen
to get Mac software such as 'make' use 'homebrew' https://brew.sh/ It's easy. > > somethng strange about output of "make --print-database" > I would not try to debug it, > just get the latest make, see if it works (if not, post here again) > and move forward to the interesting parts of life. __

Re: Error when using example from Mecklenburg book

2017-05-16 Thread carl hansen
On Tue, May 16, 2017 at 4:55 PM, Richard Cavell wrote: >Attached. > >Sent: Wednesday, May 17, 2017 at 12:32 AM >From: "carl hansen" >To: "Richard Cavell" > Cc: "Make List" >Subject: Re: Error when using example from Me

Re: Error when using example from Mecklenburg book

2017-05-16 Thread carl hansen
On Tue, May 16, 2017 at 3:51 PM, Richard Cavell wrote: something > can you do echo "this is nonsense" | grep nonsense ? make --print-data-base -n | grep something ? I am under impression that Mac sh is not working completely for you, thus my questions. The real answer is download the latest

Re: Error when using example from Mecklenburg book

2017-05-16 Thread carl hansen
> >Since I intend to learn more about make, what can I learn from this >terminal output? > >Richard /bin/sh: fork: Resource temporarily unavailable 7 make[54]: *** [help] Error 128 can you run /bin/sh ? can you run make --print-data-base -n ? /bin/sh doesn't seem to be allowin

Re: Error when using example from Mecklenburg book

2017-05-16 Thread Richard Cavell
Attached. Sent: Wednesday, May 17, 2017 at 12:32 AM From: "carl hansen" To: "Richard Cavell" Cc: "Make List" Subject: Re: Error when using example from Mecklenburg book On Tue, May 16, 2017 at 3:51 PM, Richard Cavell wrote: something

Re: Error when using example from Mecklenburg book

2017-05-16 Thread Richard Cavell
Thanks for your reply. I have provided the three things you requested. Richard Sent: Tuesday, May 16, 2017 at 11:38 PM From: "carl hansen" To: "Richard Cavell" Cc: "Make List" Subject: Re: Error when using example from Mecklenburg book

Error when using example from Mecklenburg book

2017-05-16 Thread Richard Cavell
Hello, everyone. I am attempting to learn GNU Make, and I am indebted to those who provide advice. Thanks in advance. I am reading "Managing Projects with GNU Make" 3rd edition, page 29. It gives an example of a recipe for a "help" target. The book is 12 years old and my OS X ins