BB Unix Network Monitor - Message

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

Re: {bb} Compiling Big Brother on Fedora Core 4



On Fri, 2006-05-19 at 15:41, chrisl@xp.etowns.net wrote:
> What's the trick for getting BB to compile with the new version of gcc?

Did you do "./bbconfig fedora", or something else?

If you did, that should have taken care of the following error:

  bbd.c:719: error: invalid storage class for function 'bbd_timeout'

in the latest (1.9i) version.

If your version is older, you will have to make the modification
manually (or upgrade). Change:

  static void bbd_timeout()

 to:
 
  void bbd_timeout()

in two places in the file bbd.c.

If you are seeing errors other than the "invalid storage class"
ones, then please post them to the list. Note that warnings are
not the same as errors and will normally compile without problems.

Cheers, Phil.



-- 
Madam, there's no such thing as a tough child -- if you parboil
them first for seven hours, they always come out tender.
(W. C. Fields)

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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