BB Unix Network Monitor - Message

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

Re: {bb} Problems installing BB clinet on OS X



On Thu, 2006-07-13 at 19:42, Matt Singerman wrote:
> Hi all,
> 
> I am trying to install BB client on OS X 10.3, but am running into the 
> following when I run make:
> 
> ~/bb/src bb$ make
> Making darwin makefile
> BBOS="darwin" CC="gcc" CFLAGS=" -DZOMBIE -Ddarwin -DGETTIMEOFDAY 
> -DREGEXEC -O" make -e bball
> gcc  -DZOMBIE -Ddarwin -DGETTIMEOFDAY -DREGEXEC -O 
> `./minimake/genbbdefs` -g -o bb.o -c bb.c
> In file included from bb.c:22:
> bb.h:12:19: stdio.h: No such file or directory
> bb.h:13:23: sys/types.h: No such file or directory
> bb.h:25:24: sys/socket.h: No such file or directory
> bb.h:26:24: netinet/in.h: No such file or directory
> bb.h:27:23: arpa/inet.h: No such file or directory
> bb.h:28:57: sys/signal.h: No such file or directory
> bb.h:29:65: sys/wait.h: No such file or directory
> bb.h:30:58: syslog.h: No such file or directory
> bb.h:31:65: setjmp.h: No such file or directory
> bb.c:23:19: ctype.h: No such file or directory
> bb.c:24:48: netdb.h: No such file or directory
> bb.c: In function `bbnotify':
> bb.c:33: error: `NULL' undeclared (first use in this function)
> bb.c:33: error: (Each undeclared identifier is reported only once
> bb.c:33: error: for each function it appears in.)
> bb.c:44: error: `stderr' undeclared (first use in this function)
> bb.c: In function `main':
> bb.c:100: error: `stderr' undeclared (first use in this function)
> bb.c:113: error: `stdin' undeclared (first use in this function)
> bb.c:113: error: `NULL' undeclared (first use in this function)
> make[2]: *** [bb.o] Error 1
> make[1]: *** [all] Error 2
> make: *** [all] Error 2
> 
> Any ideas what is causing this?

Those are standard C header files. You will need to install them
in order to compile anything. If you don't know where to get them
from, I would start looking at the place where you found gcc.

Cheers, Phil.



-- 
The only problem with being a man of leisure is that you can never
stop and take a rest.

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