Greg Troxel <g...@ir.bbn.com> writes: > This fails in test-round.c. It's likely like "foo.h needs sys/types.h" > but I haven't looked yet - just wanted to point it out. > > > gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include > -I../../test-suite/standalone -I../.. -I../.. -I/usr/pkg/include -pthread -g > -O2 -Wall -Wmissing-prototypes -Werror -MT test_round-test-round.o -MD -MP > -MF .deps/test_round-test-round.Tpo -c -o test_round-test-round.o `test -f > 'test-round.c' || echo './'`test-round.c > In file included from test-round.c:30: > /usr/include/machine/fpu.h:14: error: expected specifier-qualifier-list > before 'uint16_t' > /usr/include/machine/fpu.h:30: error: expected specifier-qualifier-list > before 'uint16_t'
Can you elucidate this? Does adding <sys/types.h> work? I introduced the change in c50764e72efd0f8f345cae4ab106d81535b014ca to make the test compile on Tru64. Thanks, Ludo'.