Bug 5147 - bug in /usr/share/aclocal/signed.m4
Summary: bug in /usr/share/aclocal/signed.m4
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gettext-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 17:14 MSD by pal
Modified: 2005-11-21 11:52 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pal 2004-09-02 17:14:42 MSD
оно пытается скомпилировать [signed char x;]
при -W -Wall -Werror получаем unused variable `signed char x'
в итоге configure решает что signed не поддерживается и добавляет #define signed
далее, в stl получаются одинаковые специализации шаблонов для signed char и char
в bits/type_traits.h
это естественно компилятор не переносит

предлагаю добавить в signed.m4 x='x'; - это успокаивает ворнинги
т.е. сделать [signed char x; x='x']

проверено - работает
Comment 1 Dmitry V. Levin 2004-09-13 18:57:46 MSD
Thanks, fixed in 0.14.1-alt3