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’
Philip,
Thanks for the quick response, below are my answers
1. No its a 32 bit system, ( Dell laptop).
2. Yes most recent 1.9g.
3. bbconfig did not give any issues. except cgi-bin directory had to
be changed from its default location to /var/www/cgi-bin.
4. I tried deleting and untar-ing again, but the problem continued.
5. Changed to void bbd_timeout() and then it compiled :).
Not sure what the issue is, but if you like me to do some other
testing I would be glad to help out.
suresh
On 05 Jul 2005 01:43:27 +0100, Philip Clark <bblist@cannae.uklinux.net> wrote:
> 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.
>
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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