gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_hfkt.c gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_menue.c gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_mouse.c gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_opt.c gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_wind.c gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_prog.c gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_progn.c gcc -Os -march=pentium4 -pipe -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1 -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_debug.c we_debug.c:55: error: conflicting types for 'tparm' we_debug.c:55: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/include/curses.h:710: error: previous declaration of 'tparm' was here we_debug.c:55: error: conflicting types for 'tparm' we_debug.c:55: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/include/curses.h:710: error: previous declaration of 'tparm' was here make: *** [we_debug.o] Error 1 make: *** Waiting for unfinished jobs.... emerge xwpe -pv These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] app-editors/xwpe-1.5.29a 0 kB
Good luck with this one. No maintainer in Gentoo and dead upstream... http://www.identicalsoftware.com/xwpe/ <snip> Future Development Development has stopped. Mailing List The mailing list has been shutdown. </snip>
Same problem here. Compile fails after upgrading TC to glibc-2.4. Nothing appears to depend on xwpe. Deleting from my system.
Here is the fix: diff -u -r xwpe-1.5.29a.orig/we_debug.c xwpe-1.5.29a/we_debug.c --- xwpe-1.5.29a.orig/we_debug.c Wed Jun 05 04:53:50 2002 +++ xwpe-1.5.29a/we_debug.c Tue Apr 04 08:15:00 2006 @@ -52,7 +52,7 @@ extern char *att_no; extern char *e_tmp_dir; -char *tparm(); +char *tparm(char *, ...); char *tgoto(); #ifdef DEFTPUTS int tputs();
treecleaner candidate?
pmasked.
punted