Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Compilation fix for AIX (missing consts)
- X-seq: zsh-workers 29097
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Jérémie Roquet <arkanosis@xxxxxxxxx>
- Subject: Re: [PATCH] Compilation fix for AIX (missing consts)
- Date: Wed, 27 Apr 2011 11:54:36 -0700
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zPfonF4vnSSYlBi+6KZbNI0SaSurWZn31F2mS25z1ec=; b=xJmmUDNcfvooWqjBmjjJXVZUqnsIfwCRZEH+StTK/0WoVTxJbZgTAzaAHSB9MyCO0m 5bT7XQbQ/5SU0dQpZnW7eCF/zwsjuaLjFc+6LopStvxu5R+YR3AoO1H2QIrD8TX3nitF QNv1I7f6sPYld3ZboKJCIJTcPDIfaExM7pFD4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=RdFot+KiTEVWubS61+ti8D5FoOP016RbVIX/LjV+pY9ZpjacoS1MSk24eBC6GbE2pM RHSrrUbfBms29aVtJ5ANoL8CKPOR6Ps8sbAB1LuqkjeEvkv/lNmzX0xgbdP8o4trw8Zj cpGSgDFF01yEW/1J2uXJoxoUq9jU0LqehiKm0=
- In-reply-to: <BANLkTi==gKWtBVbiWkQN=XgDUFoD7-OFCg@mail.gmail.com>
- 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: <BANLkTi=wtU3LGu3vPbcD_DH5EQd=X9g0tw@mail.gmail.com> <BANLkTi=UQX0XKbUdhkiO_3-RYtSWPnvkkg@mail.gmail.com> <BANLkTi==gKWtBVbiWkQN=XgDUFoD7-OFCg@mail.gmail.com>
- Sender: 4wayned@xxxxxxxxx
2011/4/27 Jérémie Roquet <arkanosis@xxxxxxxxx>:
> That's from the man for Linux and FreeBSD and from the source for AIX.
In Linux they now have the extra "const"s in the include files, though
not in the man pages.
> Yes, it's conflicting with the available header.
So, where are those defined in your /usr/include files? The best fix
is to avoid manual prototypes on systems that have them already
defined. So we should work out a rule that avoids including that
section on AIX. What do the various TERM vars get defined as in
config.h?
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author