From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22012 invoked from network); 14 May 2001 16:23:14 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 May 2001 16:23:14 -0000 Received: (qmail 11941 invoked by alias); 14 May 2001 16:23:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14333 Received: (qmail 11916 invoked from network); 14 May 2001 16:22:59 -0000 From: "Bart Schaefer" Message-Id: <1010514162145.ZM10006@candle.brasslantern.com> Date: Mon, 14 May 2001 16:21:44 +0000 In-Reply-To: Comments: In reply to Peter Stephenson "Re: (Fwd) Re: Bugs on SourceForge" (May 14, 4:23pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Bugs on SourceForge Cc: Jason Price MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 14, 4:23pm, Peter Stephenson wrote: } } I'll have to try this out when I get a moment. But given the headers are } screwy for Solaris 8 (see below), I rather suspect I won't be able to } reproduce it. Certainly works OK on 8 with zsh compiled under 6. Note that it was Solaris 6 where Jason is having `rlimit64' problems, so the fact that you're able to compile on Solaris 6 but he is not may be indicative of ... something ... } > On to the datasize tests. } } These worked, right? Else I'm missing something. They worked. I closed out the bug report on SourceForge. } > In file included from /usr/include/sys/wait.h:24, from configure:2638: } > /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside } > parameter list } } This looks like another header problem, but this time it's more than just } configure complaining. struct rlimit64 should be defined: [...] } 5.8 system. The complaints are presumbably from the lines } } extern int setrlimit64(int, const struct rlimit64 *); } extern int getrlimit64(int, struct rlimit64 *); Your header certainly makes it appear that it shouldn't be possible to compile the above two lines without also having rlimit64 defined. I've already sent mail to Jason asking what his resource.h looks like (and he's Cc'd on this message). -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net