On Sat, 22 Jun 2002 11:07:08 +1000 Neverness <[EMAIL PROTECTED]> wrote: <snip> > First, it complained that it couldn't find X. > configure: error: Blackbox requires the X Window System libraries and > headers. > So I gave it > bash-2.05a$ ./configure --x-libraries=/usr/X11R6/lib > --x-includes=/usr/X11R6/include > > Then it told me > configure: error: Could not find XOpenDisplay in -lX11. > > I tried copying my alpha8 config.cache to see if that would help, but > all I got back was a string of errors. Expected, but I had to try it. > :-) > > So far, I've grabbed gcc, cpp, make. What else am I missing? X > libraries? Which ones? <snip>
Hey Neverness, Make sure you have xlibs and xlibs-dev installed from Woody. My guess is that xlibs-dev is what is still missing, however I have been known to be wrong alot :) Tim.
