I don't think my previous post got through - If they did please excuse this repetition.
I'm having problems compiling the beta under Solaris 2.5.1/gcc 2.7.2.3 - I had problems with gcc 2.7.2.1 also so I installed gcc 2.7.2.3.
/usr/local/bin/gcc -c -DIN_GCC -DGPC -DSVR4 -O3 -I. -I.. -I. -I./.. -I./..
/config gpc-lex.c
In file included from gpc-lex.c:102:
hash.h:122: `AND_' undeclared here (not in a function)
hash.h:122: initializer element for `wordlist[24].token' is not constant
hash.h:125: `NOT_' undeclared here (not in a function)
hash.h:125: initializer element for `wordlist[27].token' is not constant
hash.h:126: `NIL_' undeclared here (not in a function)
hash.h:126: initializer element for `wordlist[28].token' is not constant
hash.h:136: `MOD_' undeclared here (not in a function)
hash.h:136: initializer element for `wordlist[38].token' is not constant
hash.h:153: `DIV_' undeclared here (not in a function)
hash.h:153: initializer element for `wordlist[55].token' is not constant
hash.h:161: `SET_' undeclared here (not in a function)
hash.h:161: initializer element for `wordlist[63].token' is not constant
hash.h:176: `CONST_' undeclared here (not in a function)
hash.h:176: initializer element for `wordlist[78].token' is not constant
make[1]: *** [gpc-lex.o] Error 1
make[1]: Leaving directory `/usr1/local/src/GNU/SOURCE/gpc-971001/p'
make: *** [gpc1] Error 2
Is there a solution to compiling the beta?
Regards,
Clyde