[bug #61226] Missing included files that have rules don't show as an error

2022-01-18 Thread Paul D. Smith
Follow-up Comment #11, bug #61226 (project make): In the abstract, it seems to me that if a user asks to include a file and that file doesn't exist, that the include should generate some kind of error. However, maybe you're right that if a rule exists that tells make how to build that included fi

Re: Invalid use of const pointer?

2022-01-18 Thread Jon Forrest
On 1/18/2022 7:56 AM, Joe Filion wrote: BTW: In another note, Jon Forrest responded to this thread. I’m not sure what that is about. It was a mistake for which I apologize. Jon

RE: Invalid use of const pointer?

2022-01-18 Thread Joe Filion
Hmmm… I just took another look and realized I missed the reassignment of the “p” pointer on line 577 (to depname) before p is used to modify the string. Sorry for the confusion. I don’t think there is a serious issue here. I could recommend changing line 557 to something like:   const char * cp = s