On Fri, Jul 28, 2000 at 05:06:14PM -0700, Master IzO wrote:
> Hey everyone.. Glad to join the list. Unfortunately
> I'm having problems installing bb.. which is weird cuz
> I've had it working before.  Then I
> reinstalled/resetup everything and now I can't get BB
> to compile right..
> 
>    Here's the deal: I download it.. untar it.. run
> ./configure and get an error saying i don't have X
> installed.. so I use the command: './configure
> --x-includes=/usr/X11R6/include
> --x-libraries=/usr/X11R6/lib' and configure works..
> then i type 'make' and get the following errors..
> 'BaseDisplay.cc:32: X11/Xlib.h No Such...'
> 'BaseDisplay.cc:32: X11/atom.h No Such...'
> 'BaseDisplay.cc:32: X11/Xutil.h No Such...'
> then it says Error and quits.
> 
> Anyone have any idea's at all? I'm lost. Thanks.
> 
> -IzO
> 

Providing the --x-includes, etc. means that configure
will assume it's actually there... but the compile
errors indicate that it probably isn't.

Are you certain the include files are in /usr/X11R6/include?

If you're using a package-based linux system, make sure
you've got the package with the headers installed. Most
distributions package the libraries and headers seperately
(for instance, RedHat puts them in XFree86-devel).

Jeff Raven

Reply via email to