Lost my x11 libs?


Gruntfuggly

Mostly Harmless
Joined
Feb 2, 2004
Messages
1,487
Location
Brighton, UK
Website
www.zaonce.com
I've been building a whole bunch of stuff in order to get something else to build.

I was having trouble with gcc failing a 'sanity check', so I followed this advice:

http://boards.openpandora.org/topic/12285-solved-tktcl-not-installed-properly-bug-fix/#entry230230

This worked a treat and I've built a bunch of other libraries. However, now when I try to build my original application, I get errors saying that it can't find the X11 libraries?  Ie, error: X11/Xlib.h: No such file or directory

Any idea why this has happened or how I get them back?
 
Last edited by a moderator:
What toolchain do you use? Did you install X11 libs in a non default directory like /usr/local?


Try to search for them an adjust pkg-config or export the location before configure.
 
I first installed code::blocks and ran the command line installer, but since then I've been using the C/C++/Py Development Tools. 

I'll have a look for the libs tonight - what is the normal place to put them?
 
Last edited by a moderator:
Back
Top