Re: [Tack-devel] ACK compiles on NetBSD-macppc, sort of...
Moved to https://github.com/davidgiven/ack
Brought to you by:
dtrg
From: Gregory T. (t. K. <gt...@di...> - 2006-07-19 11:12:41
|
At 2:39 PM -0400 7/18/06, David Given wrote: >Right, I've checked lots of stuff into CVS. This includes all the stuff >I did about fixing the shell scripts, making sure that things now >include the right headers, removing some of the most bogus of the >'extern void printf();' statements in the middle of functions, the >\0-in-awk-scripts thing, and a few other tweaks. > >[more delay] > >Unfortunately CVS doesn't actually build right now --- something seems >to have broken somewhere. I'll have a look why... How was this going? After I saw the problem with rm_deps not being found, I= started looking through a lot of the sub-components' Out files. Lots of= messages related to rm_deps and do_resolve. Adding an absolute path makes= them work, but these are used in a lot of Makefiles. Before I do a lot of= global replacing in the proto.make files, I thought I'd check with you and= see if the shell fixes you did make any difference. If they don't fix the problem, my thoughts were to replace "rm_deps" in the= proto.make files with "$(RM_DEPS)" where RM_DEPS =3D $(UTIL_HOME)/bin/rm_de= ps, and do the same for do_resolve. Feedback appreciated. thanks, tim Gregory T. (tim) Kelly Owner Dialectronics.com P.O. Box 606 Newberry, SC 29108 "Anything war can do, peace can do better." -- Bishop Desmond Tutu |