4 Aug 15:32
ZSH 4.3.6 fails to compile (module.c: 1453) on AIX 5300-08-01 (AIX 5.3 TL 8), ZSH 4.2.7 compiles
From: Mihai Criveti <cmihai <at> boreas.ro>
Subject: ZSH 4.3.6 fails to compile (module.c: 1453) on AIX 5300-08-01 (AIX 5.3 TL 8), ZSH 4.2.7 compiles
Newsgroups: gmane.comp.shells.zsh.devel
Date: 2008-08-04 13:35:11 GMT
Expires: This article expires on 2008-08-18
Subject: ZSH 4.3.6 fails to compile (module.c: 1453) on AIX 5300-08-01 (AIX 5.3 TL 8), ZSH 4.2.7 compiles
Newsgroups: gmane.comp.shells.zsh.devel
Date: 2008-08-04 13:35:11 GMT
Expires: This article expires on 2008-08-18
Hi. I'm trying to build zsh 4.3.6 on AIX 5300-08-01 using gcc 4.2.4
and Autoconf 2.61. Configure works fine, but the build fails after
some time with:
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o
linklist.o linklist.c
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o
loop.o loop.c
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o
math.o math.c
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o
mem.o mem.c
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o
module.o module.c
module.c: In function 'load_and_bind':
module.c:1453: warning: assignment from incompatible pointer type
module.c:1454: error: 'struct module' has no member named 'flags'
module.c:1455: error: 'struct module' has no member named 'flags'
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
That line in module.c looks like:
(Continue reading)
RSS Feed