cross-compiling Pango for embedded systems

2003-06-13 Thread Jace Krull
I'm in the process of building GTK+ for an arm-linux target, destined for an embedded system, using the framebuffer backend. I'm currently trying to build Pango, and therefore fontconfig, freetype2, expat, etc. Is it possible to build Pango with a single, "embedded" font, and avoid having to bu

Re: gtk+ and tinyx (kdrive)

2003-06-13 Thread Jace Krull
Looks like you should be able to rebuild the GTK+ package with the --disable-xkb option to the configure script. See http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html Good Luck, Jace Krull Balatech, Inc. www.balatech.com Peter Gasper wrote: I am developing an embedded gtkmm app to

Re: Licensing

2003-06-17 Thread Jace Krull
There was a very detailed thread on this subject not too long ago. Check the archives for the LGPL topic (within the last two months). The net as I understood it was, if you supply a dynamically linked executable, then there's no obligation to supply source, or even object files. The key is tha

Re: gtkFB cross compile errors

2003-06-19 Thread Jace Krull
und may provide some relief... Good luck, Jace Krull www.balatech.com Peter Gasper wrote: I am trying to compile the gtkFB libraries for a target system. gtkFB and all its dependencies have been installed with: ./configure --prefix=/opt/target --with-gdktarget=linux-fb Additionally