[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with ncurses-5.6-20080712.patch.gz
From: |
Funda Wang |
Subject: |
Problem with ncurses-5.6-20080712.patch.gz |
Date: |
Sun, 13 Jul 2008 14:24:01 +0800 |
Hello,
I'm currently building ncurses with patch updated to 20080712 under
Mandriva cooker (gcc 4.3.1) , and find there the patch on 20080712
which will cause a build problem:
gcc -I../progs -I../../progs -DHAVE_CONFIG_H -I../../progs/../include
-I. -I../include -D_GNU_SOURCE -DNDEBUG -I/usr/include/ncurses -O2 -g
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 --param max-inline-insns-single=1200 -fPIC
-c ../../progs/tput.c -o ../obj_s/tput.o
In file included from ../../progs/tput.c:45:
../progs/termsort.c:6: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'bool_terminfo_sort'
../progs/termsort.c:53: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'num_terminfo_sort'
../progs/termsort.c:95: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'str_terminfo_sort'
../progs/termsort.c:512: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'bool_variable_sort'
../progs/termsort.c:559: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'num_variable_sort'
../progs/termsort.c:601: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'str_variable_sort'
../progs/termsort.c:1018: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'bool_termcap_sort'
../progs/termsort.c:1065: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'num_termcap_sort'
../progs/termsort.c:1107: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'str_termcap_sort'
../../progs/tput.c: In function 'tput':
../../progs/tput.c:161: warning: ignoring return value of 'system',
declared with attribute warn_unused_result
The patch series to 20070705 builds fine here.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Problem with ncurses-5.6-20080712.patch.gz,
Funda Wang <=