Gruntfuggly
Mostly Harmless
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?
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: