BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} invalid storage class for function ‘bbd_timeout’



A couple of questions come to mind. Is this 64 bit hardware? Are
you using the new (1.9g) version of BB? Did the "bbconfig" step
give you any problems? If possible, I'd recommend deleting the
remnants of your previous attempts and untar-ing again.

If the problem persists, the next step would seem to be to
remove the "static" modifier from the bbd_timeout function.
i.e. change:

  static void bbd_timeout()

to:

  void bbd_timeout()

near line 719 in the file bbd.c.

Please report back to the list if this modification allows you
to compile where the original did not.

Cheers, Phil.



On Mon, 2005-07-04 at 12:27, Copland98 wrote:
> Hi all, 
> 
> I am trying to run "make" on a new Fedora Core 4 machine, but get a
> compile error below. Any hints would be appreciated.
> 
> System = Fedora Core 4 2.6.11
> GCC	 Verison 4.0.0.
> 
> 
> bbd.c: In function ‘main’:
> bbd.c:719: error: invalid storage class for function ‘bbd_timeout’
> bbd.c:1110: warning: pointer targets in passing argument 3 of ‘accept’
> differ in signedness
> bbd.c:1149:8: warning: extra tokens at end of #endif directive
> bbd.c:1181:8: warning: extra tokens at end of #endif directive
> make[2]: *** [bbd.o] Error 1
> make[2]: Leaving directory `/home/bb/bb1.9g-btf/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/bb/bb1.9g-btf/src'
> make: *** [all] Error 2
> 
> regards
> Suresh



-- 
Reality is for people who can't face science fiction.


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index