Did this. #git checkout -f origin/v4-0-test #cd source #make clean && ./autogen.sh && ./configure && make RESULT Linking bin/nsstest bin/static/libsamba-util.a(fault.o): In function `fault_report': fault.c:(.text+0x3a1): undefined reference to `samba_version_string' collect2: ld returned 1 exit status make: *** [bin/nsstest] Error 1
Is this still reproducible?
No, but now I get this instead =) In file included from ./librpc/gen_ndr/ndr_winbind.h:4, from auth/auth_winbind.c:28: ./librpc/gen_ndr/winbind.h:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'struct' The following command failed: gcc -fPIC -Ilib/replace -Ilib/talloc -Ilib/tdb/include -fvisibility=hidden -I./include -I. -I./lib -I./lib/replace -I./lib/talloc -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H -c auth/auth_winbind.c -o auth/auth_winbind.o make: *** [auth/auth_winbind.o] Error 1
I can't reproduce the problem and don't find the mentioned line in the header file "winbind.h". Did you use the latest GIT release and made there a "make clean"?
Yes, checked out v4-0-test. Did a autogen.sh && configure && make
How it's now?
It this reproducible till now?
Okay, this is gonna be closed due to lack of a retry. If the problem persists, please reopen with cause!