Re: Bones 0.8.2

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Wed, 26 Apr 1995 16:34:58 +0200

Hi!

Marc Lewis <marc@blarg.com> said:

Marc> Has anyone successfully compiled bones-0.8.2.tgz under Linux?
Marc> If so, how did you do it? I keep getting this:

Marc> server.c: In function `gdbm_null_rpc_1':
Marc> server.c:48: number of arguments doesn't match prototype
Marc> rpcgdbm.h:232: prototype declaration

Marc> Anyone able to clue me in (I'm currently clueless)?

Looks like some prototype problems. I would guess that it depends on
rpcgen and whether it will create prototypes or not. Either fix the
prototypes or use a compiler switch to ignore those prototypes.

Juergen