CVS woes under HPUX 10.20

Cliff Green green at UMDNJ.EDU
Thu Dec 10 00:31:14 GMT 1998


<sigh>

Ever since the -lsec/-lsecurity tests in configure were "fixed", post
beta2, I cannot compile any version of Samba 2.x on HPUX 10.20.  The only
options set with configure are --prefix= and --with-mmap.  The differences
seem to be reversed settings for availability of getspnam, bigcrypt,
getprpwnam, and set_auth_parameters (in config.cache) and for the related
defines in config.h (plus HAVE_PUTPRPWNAM).  Needless to say, I'm totally
confused.

Make gets all the way to the passdb section and falls down thusly:

<---make's death throes follows--->
Compiling passdb/pass_check.c
cc: "passdb/pass_check.c", line 732: warning 527: Integral value
implicitly converted to pointer in assignment.
cc: "passdb/pass_check.c", line 732: warning 563: Argument #1 is not the
correct type.
cc: "passdb/pass_check.c", line 796: warning 527: Integral value
implicitly converted to pointer in assignment.
cc: "passdb/pass_check.c", line 797: error 1530: Undefined struct or
union.
cc: "passdb/pass_check.c", line 797: error 1563: Expression in if must be
scalar.
cc: "passdb/pass_check.c", line 798: error 1530: Undefined struct or
union.
cc: "passdb/pass_check.c", line 816: warning 527: Integral value
implicitly converted to pointer in assignment.
cc: "passdb/pass_check.c", line 817: error 1530: Undefined struct or
union.
cc: "passdb/pass_check.c", line 817: error 1529: Cannot select field of
non-structure.
cc: "passdb/pass_check.c", line 817: error 1563: Expression in if must be
scalar.
cc: "passdb/pass_check.c", line 818: error 1530: Undefined struct or
union.
cc: "passdb/pass_check.c", line 818: error 1529: Cannot select field of
non-structure.
*** Error exit code 1

Stop.
<---make's death throes ends--->

Is anyone else able to make the recent versions (either cvs branch, or
beta3)?

c
--
Cliff Green
Academic Computing Service
UMDNJ



More information about the samba mailing list