Hallo, e.pkelly hat gesagt: // e.pkelly wrote:
I've been relying on binaries I have of ggee for years. Here's why: every time I try to compile ggee on my 1GHz Athlon with Redhat 7.2 system I get the output enclosed in the attachment.
control/serialctl.c:174:10: warning: pasting "|=" and "ISIG" does not give a valid preprocessing token control/serialctl.c:174:10: warning: pasting "~" and "ISIG" does not give a valid preprocessing token control/serialctl.c:175:10: warning: pasting "|=" and "ICANON" does not give a valid preprocessing token control/serialctl.c:175:10: warning: pasting "~" and "ICANON" does not give a valid preprocessing token control/serialctl.c:176:10: warning: pasting "|=" and "ECHO" does not give a valid preprocessing token
[...]
control/serialctl.c:263:
IXANY' undeclared (first use in this function) control/serialctl.c:264:
IXOFF' undeclared (first use in this function) control/serialctl.c:265: `IMAXBEL' undeclared (first use in this function) make: *** [control/serialctl.o] Error 1Compilation exited abnormally with code 2 at Fri Feb 7 02:19:57
I can't help with the problem directly, but do you *need* the serialctl objects? If not, you can try removing it. For that remove serialctl.c from the Makefile at:
SOURCES = ... control/serialctl.c <==DELETE! ...
and try building without it. ggee at least here (CVS) isn't a library anymore (per default) but single externals so you don't need to edit ggee.c and remove serialctl_setup() there.
Frank Barknecht _ ______footils.org__