On Thu, Jun 26, 2003 at 03:10:02PM -0500, Robert Upshall wrote: > On my home machine I am running the cvs version of blackbox without > problems. I am attempting to compile and install the cvs version of > bbkeys as well. > > During my configure it tells me I am missing the blackbox header files > and tells me I can use a parm on the configure to tell it where to find > the header files. > > My questions is what dir is it asking for? I have tried every dir from > the blackbox CVS build and any other dir that might have something to do > with blackbox. Where can I find what it is looking for. >
The answer lies in 'configure.ac' in bbkeys. The '--with-bt-includes' directive looks for the file 'Application.hh', so the directory you need to give is the one where 'Application.hh' is located. Look around lines 140-150 in configure.ac to see what is going on. Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
