From: Jesse Farinacci Date: 11 May 2007 Gentoo-bug: 177042 The configure scripts that build ICU need to include stdio.h. diff -Naur pr3287-3.3/configure pr3287-3.3/configure --- pr3287-3.3/configure 2007-05-11 12:22:27.622502551 -0400 +++ pr3287-3.3/configure 2007-05-11 12:24:16.842559358 -0400 @@ -3134,6 +3134,7 @@ then echo "$as_me:$LINENO: checking for ICU version strings" >&5 echo $ECHO_N "checking for ICU version strings... $ECHO_C" >&6 cat >/tmp/icutst$$.c < #include "unicode/ucnv.h" #define xstr(s) str(s) #define str(s) #s diff -Naur pr3287-3.3/configure.in pr3287-3.3/configure.in --- pr3287-3.3/configure.in 2007-05-11 12:22:27.622502551 -0400 +++ pr3287-3.3/configure.in 2007-05-11 12:24:00.080240453 -0400 @@ -146,6 +146,7 @@ if test "$enable_dbcs" != no then AC_MSG_CHECKING([for ICU version strings]) cat >/tmp/icutst$$.c < #include "unicode/ucnv.h" #define xstr(s) str(s) #define str(s) #s diff -Naur s3270-3.3/configure s3270-3.3/configure --- s3270-3.3/configure 2007-05-11 12:22:27.619169419 -0400 +++ s3270-3.3/configure 2007-05-11 12:24:16.895889464 -0400 @@ -3608,6 +3608,7 @@ then echo "$as_me:$LINENO: checking for ICU version strings" >&5 echo $ECHO_N "checking for ICU version strings... $ECHO_C" >&6 cat >/tmp/icutst$$.c < #include "unicode/ucnv.h" #define xstr(s) str(s) #define str(s) #s diff -Naur s3270-3.3/configure.in s3270-3.3/configure.in --- s3270-3.3/configure.in 2007-05-11 12:22:27.619169419 -0400 +++ s3270-3.3/configure.in 2007-05-11 12:24:00.080240453 -0400 @@ -120,6 +120,7 @@ if test "$enable_dbcs" != no then AC_MSG_CHECKING([for ICU version strings]) cat >/tmp/icutst$$.c < #include "unicode/ucnv.h" #define xstr(s) str(s) #define str(s) #s diff -Naur tcl3270-3.3/configure tcl3270-3.3/configure --- tcl3270-3.3/configure 2007-05-11 12:22:27.609170024 -0400 +++ tcl3270-3.3/configure 2007-05-11 12:24:16.902555727 -0400 @@ -4234,6 +4234,7 @@ then echo "$as_me:$LINENO: checking for ICU version strings" >&5 echo $ECHO_N "checking for ICU version strings... $ECHO_C" >&6 cat >/tmp/icutst$$.c < #include "unicode/ucnv.h" #define xstr(s) str(s) #define str(s) #s diff -Naur tcl3270-3.3/configure.in tcl3270-3.3/configure.in --- tcl3270-3.3/configure.in 2007-05-11 12:22:27.605836893 -0400 +++ tcl3270-3.3/configure.in 2007-05-11 12:24:00.080240453 -0400 @@ -149,6 +149,7 @@ if test "$enable_dbcs" != no then AC_MSG_CHECKING([for ICU version strings]) cat >/tmp/icutst$$.c < #include "unicode/ucnv.h" #define xstr(s) str(s) #define str(s) #s