From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 21 Oct 2010 06:57:19 -0400 To: 9fans@9fans.net Message-ID: <46d891a78ca44b05be87b111c931d338@plug.quanstro.net> In-Reply-To: <9ecfdc432c6aa4ebf6670fed18432019@proxima.alt.za> References: <9ecfdc432c6aa4ebf6670fed18432019@proxima.alt.za> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] /sys/src/cmd source rebuild Topicbox-Message-UUID: 6bd2498a-ead6-11e9-9d60-3106f5b1d025 > There is a small error in the compilation of /sys/src/cmd/ip/snoopy > (for the ARM, I expect the same for the 386 ... and it is): > > mk snoopy > 5c -FTVw aoemask.c > ip/snoopy/aoemask.c:42 name not declared: aoerr > mk: 5c -FTVw aoemask.c : exit status=rc 5630: 5c 5632: error check to see that your mkfile is up-to-date. make sure to do a mk clean; mk all. the complaint is about autogenerated stuff. - erik