Quote:
Originally Posted by NiLuJe
That error message is fairly straightforward: your app depends on libX11.
You need to build libX11  . Which may or may not depend on a full XOrg install, can't recall, and not on a Linux box to check right now.
Once it's installed, it should be in a standard path (provided you configured it with the right --prefix), and you won't have to tinker (more than usual) with CPPFLAGS/LDFLAGS.
Did I mention that building GUI stuff risked getting hairy fairly rapidly? ^^.
|
Hm, that's worth then I expected. I hoped that I only need to copy some header files and some libs from the kindle to the tool chain.
Now know why there is less documentation here about how to work with the tool chain. The tool chains I worked with before had all the libs and headers that are available on the device already included.
So I only needed to add or compile the tools that where not already on the device manually.
Hanspeter