BB Unix Network Monitor - Message

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

RE: {bb} BBSVR 1.9 install on Ubuntu Dapper kernel 2.6.15



Richard Beals sent me some help (which I *did* later find on Google. Thanks again.

Ref URL: http://support.bb4.com/archive/200601/msg00042.html

Line 724 of bbd.c is merely a bracket, maybe I should remove 'static from line 722?

	#ifdef fedora
	void bbd_timeout()
	#else
	static void bbd_timeout()
	#endif
Line 724 -->  {
      	  if( strlen(msgbuf) > 0 ) {
                fprintf(stderr,"%s bbd Connection terminated from %s (partial message)\n", gettimestr(), 	ipdotaddr);
	#ifdef SIGSETJMP
                siglongjmp(jmpenv,1);
	#else
                longjmp(jmpenv,1);
	#endif


However, now I have a new error:

bb@ids:/var/lib/bb1.9i-btf/src$ make
Making linux makefile
make[1]: Entering directory `/var/lib/bb1.9i-btf/src'
BBOS="linux" CC="gcc" CFLAGS=" -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH" make -e bball
make[2]: Entering directory `/var/lib/bb1.9i-btf/src'
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bb.o -c bb.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbsend.o -c bbsend.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o utils.o -c utils.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bb bb.o bbsend.o utils.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o dohostsvc.o -c dohostsvc.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbd.o -c bbd.c
bbd.c: In function âmainâ:
bbd.c:724: error: invalid storage class for function âbbd_timeoutâ
bbd.c:1115: warning: pointer targets in passing argument 3 of âacceptâ differ in signedness
make[2]: *** [bbd.o] Error 1
make[2]: Leaving directory `/var/lib/bb1.9i-btf/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/lib/bb1.9i-btf/src'
make: *** [all] Error 2 


Best,

Paul Krash
System Administrator
Exegy, Inc.
314-218-3600 x.666 (desk)
314-283-4942 (cell)

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