Hi, I just checked out gomp-20050608-branch from the CVS and tried to compile it. This is the error I got:
gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -Icp -I../.././gcc -I../.././gcc/cp -I../.././gcc/../include -I../.././gcc/../libcpp/include ../.././gcc/cp/cp-lang.c -o cp/cp-lang.o In file included from ../../gcc/cp/cp-tree.h:33, from ../../gcc/cp/cp-lang.c:27: ../../gcc/cp/name-lookup.h:315: conflicting types for `lookup_name' ../../gcc/c-common.h:783: previous declaration of `lookup_name' I tried to take look, but it doesn't seem to be a simple typo. both declarations of 'lookup_name' have coresponding definitions. Do you have any idea what is wrong? Best regards Marcin