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
I ran into the same issue when putting the BB client on my OS X servers.
You'll need to download and install the Apple XCode Developer Tools on
your system(s) before compiling BB - gcc is not native to darwin (which
is why you're getting those errors), but gcc is installed with the
Developer Tools.
Download them from http://developer.apple.com/tools/download/ - you'll
need to register for a free Apple Developer account in order to do this
- and then compile your BB client.
Slaughter
-----Original Message-----
From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Philip
Clark
Sent: Thursday, July 13, 2006 4:11 PM
To: bb@bb4.com
Subject: 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.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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