gcc -g -O2 -DHYPERTEST -o htestrdmsg mbox2hypermail.c mbox2hypermail.c:33: macro `strcpy' used without args make[1]: *** [htestrdmsg] Error 1
The problem is that glibc 2.0.106 (and likely 2.1) defines strcpy as a macro through string.h, and the prototype is expanded.
Commenting out the prototype fixed the problem in my case. Could someone more knowledgeable suggest a more elegant solution?
Thanks,
Michael
csf_at_moscow.com
This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:11 AM GMT GMT