Simo, could you fix recently changes commiting vfs code for samba ?
There're some minor errors with makefiles and function prototypes.
Typescript attached.
--
cheers,
+------------------------------------------------------------+
|Rafal 'Mimir' Szczesniak <[EMAIL PROTECTED]> |
|*BSD, GNU/Linux and Samba /
|__________________________________________________________/
Script started on Tue Jul 30 15:14:34 2002
mimir@valhalla:~/samba/head/source$ ./configure.developer --with-tdbsam
--with-acl-support
...
creating ./config.status
creating include/stamp-h
creating Makefile
creating script/findsmb
creating ../examples/VFS/Makefile
sed: can't read ./../examples/VFS/Makefile.in: No such file or directory
creating ../examples/VFS/block/Makefile
sed: can't read ./../examples/VFS/block/Makefile.in: No such file or directory
creating include/config.h
include/config.h is unchanged
mimir@valhalla:~/samba/head/source$ make
Using FLAGS = -O -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual
-Wcast-align -DDEBUG_PASSWORD -DDEVELOPER -Iinclude -I./include -I./ubiqx
-I./smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I.
FLAGS32 = -O -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual
-Wcast-align -DDEBUG_PASSWORD -DDEVELOPER -Iinclude -I./include -I./ubiqx
-I./smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I.
LIBS = -lacl -lresolv -ldl -lcrypt -lnsl -lcom_err -lk5crypto -lkrb5
-lgssapi_krb5 -llber -lldap -lcrypt -lpopt
LDSHFLAGS = -shared -O -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith
-Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER
LDFLAGS =
Building include/proto.h
creating /home/mimir/samba/head/source/include/proto.h
Building include/wrepld_proto.h
creating /home/mimir/samba/head/source/include/wrepld_proto.h
Building include/build_env.h
creating nsswitch/winbindd_proto.h
creating web/swat_proto.h
creating client/client_proto.h
creating utils/net_proto.h
Compiling smbd/server.c
In file included from include/includes.h:798,
from smbd/server.c:22:
include/proto.h:5568: warning: function declaration isn't a prototype
Compiling smbd/files.c
In file included from include/includes.h:798,
from smbd/files.c:21:
include/proto.h:5568: warning: function declaration isn't a prototype
Compiling smbd/chgpasswd.c
In file included from include/includes.h:798,
from smbd/chgpasswd.c:49:
Script done on Tue Jul 30 15:15:10 2002