Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Error in configure when examining "size_t"
- X-seq: zsh-workers 41334
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Error in configure when examining "size_t"
- Date: Tue, 20 Jun 2017 09:42:08 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=FJ7KDxkMk3dtP5yY2ShhZ7OB+12N9vVHBadHPCEvJhM=; b=kyg5p8xGxl+gg+SzbAU1BZ3gZWiaupAhN0HElJz5YZ4+PwqtckuaeTYjP2qi3ctWN2 PE+2Lr+eGKNsMY0TMA8j/EVfeC5EVO0RL8tUvsjRMdTLrQ1coosRhdVr3AJvx0erH4vn QjD385ljnCUaZOIR9MySl7HfxoHLFnnI2hro5CQLnliNFTJkmNWWEZl1FB/yRQtxY100 +ObRPDftk8hBAXanxFgbYXyYhPJz1W+Q0gg45mcHAeh615lM6tWL3ZMLWluN8JEhcsw8 kiQUw1QPh010kxwUgFXx6Xl3JdtHEfS6BaA+5AmUbuvJX/J8ckyFAnsNbuG/ffAgNUQr Cm1w==
- In-reply-to: <etPan.5948df79.3cc81529.63ea@zdharma.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <etPan.5948df79.3cc81529.63ea@zdharma.org>
That's an expected error in the event that the test fails. It means
the size_t type was not found in any of the headers that were checked.
This is a standard configure test (part of the suite, not something we
added explicitly) so if it's wrong (or digging in the wrong place) a
newer version of the GNU tools may be needed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author