search for: _stdprintf

Displaying 2 results from an estimated 2 matches for "_stdprintf".

Did you mean: _snprintf
2000 Apr 05
0
Compiling samba-2.0.6 with the sfio-library under Solaris 2.6
..._PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS = -lsec -lgen -lsocket -lnsl -ldl -L./sfio/lib -lstdio -lsfio Compiling smbd/server.c In file included from include/includes.h:632, from smbd/server.c:22: include/smb.h:76: `_stdprintf' is an unrecognized format function type include/smb.h:81: `_stdprintf' is an unrecognized format function type include/smb.h:1344: `_stdprintf' is an unrecognized format function type make: *** [smbd/server.o] Error 1 can anybody help ? Thanks, chris Christian Masopust PSE TN OB...
2001 Apr 25
0
Compilation and use of SFIO library with samba
...wrapper $(CPPFLAGS) -DSMBLOGFILE=\"$(SMB LOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\" to add include search path for sfio I have this warning at the compilation time In file included from include/includes.h:653, from smbd/server.c:22: include/smb.h:76: warning: `_stdprintf' is an unrecognized format function type include/smb.h:81: warning: `_stdprintf' is an unrecognized format function type include/smb.h:1466: warning: `_stdprintf' is an unrecognized format function type When I launch samba /aar/masson/NOT_SAVED/samba2/bin/smbd -D Segmentation Fault...