Hi I'm trying to compile a cvs code adding the latest winbindd_group.c : Revision 1.3.4.17 Dec 18 (Fix for enumerating users and groups when there are trusted domains that ar down) downloaded from the cvs web page that seems to be newer than the one included on the cvs source and I'm getting the following errors: nsswitch/winbindd_group.c:39:10 #include expects "FILENAME" or <FILENAME> nsswitch/winbindd_group.c:89:114: missing terminating ' character nsswitch/winbindd_group.c:136:130: missing terminating ' character nsswitch/winbindd_group.c:1020:6: warning: no newline at end of file make: *** [nsswitch/winbindd_group.o] Error 1 ????? Please, could someone tell me what's going wrong ?
On Wed, 19 Dec 2001 Walter_Prentice/Trimax@trimax.com wrote:> downloaded from the cvs web page that seems to be newer than the one > included on the cvs source and I'm getting the following errors:Downloaded from the web page? Um, can you say: "file corruption" :) If you only want 'nsswitch', then get that with: cvs -z3 -d :pserver:cvs@pserver.samba.org:/cvsroot co -r SAMBA_2_2 samba/source/nsswitch (I'm assuming it is the 2.2 branch you want) You must run the cvs login command first, but that is explained on the samba cvs-pages. /Urban