bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ncurses-5.6-20080712.patch.gz


From: Thomas Dickey
Subject: Re: ncurses-5.6-20080712.patch.gz
Date: Sun, 13 Jul 2008 06:22:51 -0400 (EDT)

On Sun, 13 Jul 2008, Christian Ebert wrote:

ncurses/base/MKlib_gen.sh  |    3 ++-
ncurses/tinfo/lib_setup.c  |    4 ++--
ncurses/tinfo/read_entry.c |    6 +++---
progs/MKtermsort.sh        |   22 +++++++++++-----------
progs/dump_entry.c         |   12 ++++++------
progs/dump_entry.h         |    6 +++---
10 files changed, 37 insertions(+), 33 deletions(-)
------------------------------------------------------------------------------

20080712
+ compiler-warning fixes for Solaris.

With this patch applied compiling on MacOS 10.4.11 fails like so:

I assume it's due to the change to use PredIdx, which was fairly late in the process (though I did compile it... on more than one platform). I'll take a look and fix it.

thanks

[...]
gcc -I../progs -I. -DHAVE_CONFIG_H -I. -I../include  -U_XOPEN_SOURCE 
-D_XOPEN_SOURCE=500 -DSIGWINCH=28 -D_XOPEN_SOURCE_EXTENDED -DNDEBUG 
-I/usr/local/include/ncursesw -O2 --param max-inline-insns-single=1200  
-no-cpp-precomp -dynamic -c ../progs/tput.c -o ../obj_s/tput.o
In file included from ../progs/tput.c:45:
.../progs/termsort.c:6: error: parse error before ‘bool_terminfo_sort’
.../progs/termsort.c:51: warning: data definition has no type or storage class
.../progs/termsort.c:53: error: parse error before ‘num_terminfo_sort’
.../progs/termsort.c:93: warning: data definition has no type or storage class
.../progs/termsort.c:95: error: parse error before ‘str_terminfo_sort’
.../progs/termsort.c:510: warning: data definition has no type or storage class
.../progs/termsort.c:512: error: parse error before ‘bool_variable_sort’
.../progs/termsort.c:557: warning: data definition has no type or storage class
.../progs/termsort.c:559: error: parse error before ‘num_variable_sort’
.../progs/termsort.c:599: warning: data definition has no type or storage class
.../progs/termsort.c:601: error: parse error before ‘str_variable_sort’
.../progs/termsort.c:1016: warning: data definition has no type or storage class
.../progs/termsort.c:1018: error: parse error before ‘bool_termcap_sort’
.../progs/termsort.c:1063: warning: data definition has no type or storage class
.../progs/termsort.c:1065: error: parse error before ‘num_termcap_sort’
.../progs/termsort.c:1105: warning: data definition has no type or storage class
.../progs/termsort.c:1107: error: parse error before ‘str_termcap_sort’
.../progs/termsort.c:1522: warning: data definition has no type or storage class
make[1]: *** [../obj_s/tput.o] Error 1
make: *** [all] Error 2


Let me know if I should provide more info and what kind.

c
--
 Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]

_F R E E_  _V I D E O S_  -->>  http://www.blacktrash.org/underdogma/


_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

reply via email to

[Prev in Thread] Current Thread [Next in Thread]