using HP Tru64 UNIX 5.1B with PK5 Using FLAGS = -O -D_SAMBA_BUILD_ -I./popt -Iinclude -I/tmp/samba-3.0.21a/source/include -I/tmp/samba-3.0.21a/source/ubiqx -I/tmp/samba-3.0.21a/source/tdb -I. -I/tmp/samba-3.0.21a/source -D_SAMBA_BUILD_ LIBS = -lsecurity -lresolv LDSHFLAGS = -shared LDFLAGS = PIE_CFLAGS = PIE_LDFLAGS = Compiling nsswitch/wb_common.c cc: Error: nsswitch/wb_common.c, line 238: In this declaration, "socklen_t" must specify a type. (badparsedecl) socklen_t errnosize; ----------------^ cc: Error: nsswitch/wb_common.c, line 253: In this statement, "errnosize" is not declared. (undeclared) errnosize = sizeof(connect_errno); ----------------------------------------^ *** Exit 1 Stop. I have been running 3.0.7 so this version built successfully. Thanks, Paul
New info. Samba version 3.0.9 built OK on the same system. Paul
Could you try the latest SAMBA_3_0_RELEASE svn branch? There has been a fix for this that will be in 3.0.21b. Volker