Re: recent vfs patches

2002-07-31 Thread Rafal Szczesniak

On Wed, Jul 31, 2002 at 12:20:27PM +0300, Alexander Bokovoy wrote:
> On Wed, Jul 31, 2002 at 11:15:50AM +0200, Rafal Szczesniak wrote:
> > On Tue, Jul 30, 2002 at 09:29:44PM +0200, Simo Sorce wrote:
> > > can you tell me which lines of proto do give you that error?
> > > just cut&paste the line with error thanks.
> > 
> > Never mind about that one. After one big "make clean", configure
> > and make went fine. Sorry for false alarm.
> > 
> > Makefiles creation still returns errors in those 2 points.
> This is not a false alarm!!! Simo, you forgot to add Makefile.in files in
> examples/VFS/{,block/}.

No, no :)

False alarm = problems with include/proto.h file

True alarm (still) = problems with Makefiles in examples/VFS/


-- 
cheers,
++
|Rafal 'Mimir' Szczesniak <[EMAIL PROTECTED]>   |
|*BSD, GNU/Linux and Samba  /
|__/




Re: recent vfs patches

2002-07-31 Thread Alexander Bokovoy

On Wed, Jul 31, 2002 at 11:15:50AM +0200, Rafal Szczesniak wrote:
> On Tue, Jul 30, 2002 at 09:29:44PM +0200, Simo Sorce wrote:
> > can you tell me which lines of proto do give you that error?
> > just cut&paste the line with error thanks.
> 
> Never mind about that one. After one big "make clean", configure
> and make went fine. Sorry for false alarm.
> 
> Makefiles creation still returns errors in those 2 points.
This is not a false alarm!!! Simo, you forgot to add Makefile.in files in
examples/VFS/{,block/}.

-- 
/ Alexander Bokovoy
---
Quigley's Law:
Whoever has any authority over you, no matter how small, will
atttempt to use it.




Re: recent vfs patches

2002-07-31 Thread Rafal Szczesniak

On Tue, Jul 30, 2002 at 09:29:44PM +0200, Simo Sorce wrote:
> can you tell me which lines of proto do give you that error?
> just cut&paste the line with error thanks.

Never mind about that one. After one big "make clean", configure
and make went fine. Sorry for false alarm.

Makefiles creation still returns errors in those 2 points.


-- 
cheers,
++
|Rafal 'Mimir' Szczesniak <[EMAIL PROTECTED]>   |
|*BSD, GNU/Linux and Samba  /
|__/




recent vfs patches

2002-07-30 Thread Rafal Szczesniak

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