Folks,
We finally have some of the GNU stuff working (if anyone
needs any pointers send me mail!). However, we see this error
a lot:
making sub-all in info
cc -c -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/usr/local/info:."' -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_ALLOCA_H=1 -I. -I. -I./../libtxi -O dir.c
/usr/lib/cmplrs/cc/cfe: Warning: /usr/include/string.h: 198: The number of arguments in macro invocation does not match definition
/usr/lib/cmplrs/cc/cfe: Error: /usr/include/string.h, line 198: Syntax Error
extern void memcpy(, , );
-------------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
Has anyone else seen this error? We haven't upgraded to OSF 3.2
(we're still at 3.0B) so maybe that'll fix it, but, looking at
line 198:
196 extern void bzero();
197 extern int bcmp();
198 extern void bcopy(); <---
199 extern char *basename();
200 extern char *dirname();
It doesn't seem like there's anyhting wrong with this
declaration. Is there a newer copy of some of these
headers that we should patch with?
Thanks a ton in advance for any ideas!
--Roger Jagoda
Cornell University
rogerj_at_lps.cornell.edu
Received on Wed Mar 01 1995 - 18:42:13 NZDT