Hi!
That's for bug-m4, not for me.
----------------------------------------------------------------------
Hi,
I have the following problem compiling m4-1.4q on Tru64Unix:
source='perl.c' object='perl_la-perl.lo' libtool=yes
depfile='.deps/perl_la-perl.Plo' tmpdepfile='.deps/perl_la-perl.TPlo'
depmode=tru64 /bin/bash ../config/depcomp /bin/bash ../libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../m4 -I../m4
-I/software/@sys/usr/include -I/usr/local2/include -I/usr/local/include
-I/usr/local2/openssl/include `perl -MExtUtils::Embed -e ccopts` -O2 -arch ev56
-c -c9x -o perl_la-perl.lo `test -f 'perl.c' || echo './'`perl.c
rm -f .libs/perl_la-perl.lo
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../m4 -I../m4
-I/software/@sys/usr/include -I/usr/local2/include -I/usr/local/include
-I/usr/local2/openssl/include -pthread -std -fprm d -ieee
-I/software/@sys/usr/include -I/software/@sys/usr/BerkeleyDB-4.1.25/include
-I/usr/local2/include -DLANGUAGE_C
-I/software/@sys/usr/lib/perl5/5.8.1/alpha-dec_osf-thread-multi-ld/CORE -O2
-arch ev56 -c -c9x -MD perl.c -DPIC -o .libs/perl_la-perl.lo
cc: Error: ../m4/hash.h, line 38: Error parsing parameter list. Found "__builtin_try" when
expecting one of: ",", ")". (notexpecting)
typedef int m4_hash_cmp_func (const void *key, const void *try);
---------------------------------------------------------------^
cc: Error: ../m4/hash.h, line 53: Error parsing parameter list. Found "__builtin_try" when
expecting one of: ",", ")". (notexpecting)
int m4_hash_string_cmp (const void *key, const void *try);
------------------------------------------------------------------^
cc: Error: ../m4/hash.h, line 41: In this declaration, "m4_hash_cmp_func" does
not name a type. (nottypedef)
m4_hash_cmp_func *cmp_func);
---------------------------------^
Changing compile switches does not help. Any ideas? ;)