20 Dec
2007
20 Dec
'07
6:48 p.m.
On Wed, 2007-12-19 at 11:20 -0500, Stewart Dean wrote:
Using IBM's C for AIX V9 with Ralf Becker's AIX adaption, I see this:
- exec /usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/freeware/include/ openssl -g -c close-keep-errno.c -M source='compat.c' object='compat.o' libtool=no DEPDIR=.deps depmode=aix /bin/sh ../../depcomp /usr/local/dovecot/dovecot-cc -DHAVE_CONFIG_H -I. -I. -I ../.. -I/opt/freeware/include/openssl -g -c compat.c
- exec /usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/freeware/include/ openssl -g -c compat.c -M "compat.c", line 64.71: 1506-275 (S) Unexpected text ';' encountered. "compat.c", line 64.23: 1506-238 (S) Function argument cannot be type void. make: 1254-004 The error code from the last command is 1.
Is this enough or do you need more....?
I was a bit worried this might happen with some compilers. Oh well, I'll just do it another slightly more complex way then.