Displaying 2 results from an estimated 2 matches for "scavenger_tim".
Did you mean:
scavenger_timer
2013 Sep 25
2
samba 4.0.9 Build Error
Hi there,
I tried to build samba 4.0.9 on a Debian Wheezy 7.1 x86 fresh install
and got this error:
[2717/3935] Compiling source3/smbd/scavenger.c
../source3/smbd/scavenger.c: In function ?scavenger_timer?:
../source3/smbd/scavenger.c:482:3: error: format ?%lu? expects argument
of type ?long unsigned int?, but argument 3 has type ?uint64_t?
[-Werror=format]
../source3/smbd/scavenger.c:490:3: error: format ?%lu? expects argument
of type ?long unsigned int?, but argument 3 has type ?uint64_t?
[-Werr...
2013 Sep 27
1
Error samba task: cc scavenger.c -> scavenger 91.o
Hello everybody,
I try to install samba on ubuntu server 13.04
So I downloaded the 4.0.9 version of samba but when the make I get this
error:
../source3/smbd/scavenger.c : In function 'scavenger_timer' :
../source3/smbd/scavenger.c: 482:3 : error : format '%lu' expects
argument of type 'long unsigned int', but argument 3 has type 'uint64_t'
[-Werror=format]
../source3/smbd/scavenger.c: 490:3 : error : format '%lu' expects
argument of type 'long unsign...