Like you said, Aidan, perhaps the error message is a tiny bit juvenile:
cc -c -v -g -xO2 -xspace -Demacs -I. -DHAVE_CONFIG_H
-I/u/sheltonv/software/SunOS-5.5/include -I/usr/dt/include -I/usr/openwin/include
/u/sheltonv/software/src/xemacs-21.5-2005-03-01-1931/src/select-x.c
"/u/sheltonv/software/src/xemacs-21.5-2005-03-01-1931/src/charset.h", line 103:
warning: trailing "," prohibited in enum declaration
"/u/sheltonv/software/src/xemacs-21.5-2005-03-01-1931/src/charset.h", line 134:
warning: trailing "," prohibited in enum declaration
"/u/sheltonv/software/src/xemacs-21.5-2005-03-01-1931/src/select-x.c", line 532:
prototype mismatch: 1 arg passed, 2 expected
cc: acomp failed for /u/sheltonv/software/src/xemacs-21.5-2005-03-01-1931/src/select-x.c
make[1]: *** [select-x.o] Error 2
make[1]: Leaving directory
`/u/sheltonv/software/SunOS-5.5/build/xemacs-21.5-2005-03-01-1931-mule/src'
make: *** [src] Error 2
For those who are too lazy to consult the source, here's the content
of line 532:
invalid_operation("your Xt library sucks too much to transfer this "
"much data!");
you seem to be missing a 2nd arg in the call to invalid_operation.
:-)
Regards,
Vin
--
In a minute there is time
For decisions and revisions which a minute will reverse. T.S. Eliot
[URL:
http://www.cs.amherst.edu/~ccm/prufrock.html]