after ./configure, cd .. and make I get:
gcc -c -g -O2 plugin.c
gcc -c -g -O2 builtin.c
In file included from builtin.c:1432:
iomonad.c: In function `primHGetPosn':
iomonad.c:715: aggregate value used where an integer was expected
iomonad.c: In function `primHSetPosn':
iomonad.c:730: invalid initializer
iomonad.c:736: incompatible types in assignment
make: *** [builtin.o] Error 1
uname -a
Linux city.dbnet.ece.ntua.gr 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)
(I know gcc-2.96 is not supposed to be a normal release branch, but it
is what RH packages...)
--
Yiorgos Adamopoulos -- #include
On Fri, Oct 13, 2000 at 12:40:17PM +0300, Yiorgos Adamopoulos wrote:
after ./configure, cd .. and make I get:
gcc -c -g -O2 plugin.c gcc -c -g -O2 builtin.c In file included from builtin.c:1432: iomonad.c: In function `primHGetPosn': iomonad.c:715: aggregate value used where an integer was expected iomonad.c: In function `primHSetPosn': iomonad.c:730: invalid initializer iomonad.c:736: incompatible types in assignment make: *** [builtin.o] Error 1 [...] (I know gcc-2.96 is not supposed to be a normal release branch, but it is what RH packages...)
I have just been trying to build hugs on RHL 7.0 and got
the same error. I have succeed using kgcc (that is, egcs)
instead of gcc 2.96.
Romildo
--
Prof. José Romildo Malaquias
participants (2)
-
José Romildo Malaquias -
Yiorgos Adamopoulos