View Single Post
Old 04-15-2023, 05:13 PM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
You're trying to build a GTK-2 something. The toolchain doesn't know anything about GTK, it only provides you a compiler, a libc and kernel headers.

Now, Kindles *do* ship some god awful ancient bits of GTK stuff, so you *could* frankenstein something, but it's going to be a PITA unless you know what you're doing (specifically, you're going to need matching headers for the binaries shipped. You might want to look at the lab126 source code drop for your specifric FW release, I would imagine they'd be in there, in source form, at least, so you're not out of the woods yet ;p).

----

If you're aiming for GTK stuff, it might be easier to dig up whatever KTerm was using to be built, I imagine it's described somewhere.
NiLuJe is offline   Reply With Quote