Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Function tgoto implicitly converted to pointer
- X-seq: zsh-workers 31225
- From: Nick Bryda <nickbryda@xxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Function tgoto implicitly converted to pointer
- Date: Sat, 06 Apr 2013 14:19:48 -0400
- 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
- Reply-to: nickbryda@xxxxxx
I'm getting a build error with 5.0.2 on Ubuntu 12.10. The error is
Function `tgoto' implicitly converted to pointer at
../../../Src/Zle/zle_refresh.c:2361
Our automated build log filter detected the problem(s) above that will
likely cause your package to segfault on architectures where the size of
a pointer is greater than the size of an integer, such as ia64 and amd64.
This is often due to a missing function prototype definition.
Since use of implicitly converted pointers is always fatal to the application
on ia64, they are errors. Please correct them for your next upload.
More information can be found at:
http://wiki.debian.org/ImplicitPointerConversions
The full build log is available here
https://launchpadlibrarian.net/136382500/buildlog_ubuntu-quantal-amd64.zsh_5.0.2-0ubuntu1~ppaqq1_FAILEDTOBUILD.txt.gz
Can anyone help me out?
Thanks
Messages sorted by:
Reverse Date,
Date,
Thread,
Author