Juergen Weigert wrote:
I've pushed all known versions of screen in savanna-cvs The latest 'HEAD' is still very close to 4.0.2 -- just added a few of my backlogging patches. See http://cvs.savannah.gnu.org/viewcvs/screen/screen/src/NEWS?rev=HEAD cheers, Jw.
fileio.c, at line 133: the declaration int StartRc(rcfilename, nopanic) char *rcfilename, int nopanic is a syntax error for gcc 3.4.4. ( ',' should be ';') After that change, I was able to compile cleanly. _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
