Has anyone built this on Tru64 Unix? I downloaded and attempted to build
today and received this,
# /usr/sbin/sizer -v
HP Tru64 UNIX V5.1B (Rev. 2650); Tue Mar 20 15:08:40 CDT 2007
#
# make
Using FLAGS = -O -D_SAMBA_BUILD_=3 -I/usr/local/include
-I/spi/opensource
/samba-3.0.25c/source/iniparser/src -Iinclude -I./include -I. -I.
-I./lib/repla
ce -I./lib/talloc -I./tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H
-I
/spi/opensource/samba-3.0.25c/source/lib -D_SAMBA_BUILD_=3
PICFLAG = -fPIC
LIBS = -lproplist -lsecurity -lresolv -lresolv
LDFLAGS = -pie -L/usr/local/lib
DYNEXP =
LDSHFLAGS = -shared -L/usr/local/lib
SHLIBEXT = so
SONAMEFLAG = -Wl,-soname,
Compiling smbd/posix_acls.c
smbd/posix_acls.c: In function `append_ugw_ace':
smbd/posix_acls.c:3110: error: syntax error before '.' token
smbd/posix_acls.c:3139: error: `acl_common' undeclared (first use in this
functi
on)
smbd/posix_acls.c:3139: error: (Each undeclared identifier is reported only
once
smbd/posix_acls.c:3139: error: for each function it appears in.)
The following command failed:
gcc -I. -I/spi/opensource/samba-3.0.25c/source -O -D_SAMBA_BUILD_=3
-I/usr/loca
l/include -I/spi/opensource/samba-3.0.25c/source/iniparser/src -Iinclude
-I./in
clude -I. -I. -I./lib/replace -I./lib/talloc -I./tdb/include -I./libaddns
-I./l
ibrpc -DHAVE_CONFIG_H -I/spi/opensource/samba-3.0.25c/source/lib
-D_SAMBA_BU
ILD_=3 -fPIC -c smbd/posix_acls.c -o smbd/posix_acls.o
make: *** [smbd/posix_acls.o] Error 1
This was a continuation compile (make) where every previous program above
this compiled okay.
Now I can't even find a true "acl_common" and naturally no
'.' token on line
3110 +/- a few dozen lines.
I've withheld posting the ./configure run because of size. Available to
anyone with some thoughts on how to fix this.
I'm using TWW (The Written Word) builds of GCC and GNU tools. Previous
Samba have built.
Thanks in advance.
-- Robert