Summary: | app-editors/emacs-18.59-r14 fails to compile (CLANG-STRICTER-SYSTEM): eval.c:1269:5: error: incompatible pointer to integer conversion passing unsigned char[1] to parameter of type int [-Wint-conversion] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | GNU Emacs project <gnu-emacs> |
Status: | IN_PROGRESS --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 835363 [details]
build.log
build log and emerge --info
Emacs 18 is currently only available on 32 bit platforms, and there are many places where the code assumes that a pointer will fit in an integer. I am currently working on a 64 bit version which will fix all these problems. Thank you. |