The file dosn't exist, which causes mkproto to fail, thusly: Building include/proto.h creating /export/home/davecb/projects/samba/SVN/samba3/source/include/proto.h gawk: script/mkproto.awk:118: (FILENAME=libgpo/gpo_ldap.c FNR=867) fatal: cannot open file `libgpo/gpo_parse.c' for reading (No such file or directory) This is followed by a compile error the first time proto.h is used, due to an unclosed #ifndef And, indeed, there is no libgpo/gpo_parse.c file, nor do I see one in the svn web. The error can be worked around by removing libgpo/gpo_parse.o from the Makefile, but I assume that's not the real fix...
Is this still valid with latest SVN? I can't reproduce it. Can you please verify that it still happens for you with current SVN? If not, please close. Thanks, Volker
Yes, it's fixed, thanks. --dave