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....? -- ===Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 sdean at bard.edu voice: 845-758-7475, fax: 845-758-7035
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. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071220/e154554b/attachment-0002.bin>
Seemingly Similar Threads
- building in AIXV5.3 using the IBM C for AIX compiler V6.0
- AIX compilation issues - openssh V 3.8.1p1 and 3.9p1
- Compile problem on AIX with dovecot 1.2 rev 10449:a164075ea33a
- OpenSSH ver.8.2p1 compilation error on AIX
- [Bug 2315] New: OpenSSH 6.7p1 on AIX 7.1 compile issue