Hi all,
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. This happened with my Athlon 600MHz Mandrake 7.0 system as well. I've been using cheats to get around it (like installing Fernando Lopez's rpm and then copying the binaries to my /usr/local/lib/pd/externs directory) but this really isn't good enough!
Also, where can I get stk 3.2 or 3.1? Perry Cook's site just has the latest v4.1.1 - which has a different architecture from earlier versions!
Gn, Ed
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__