Re: Trying to cross compile glib-2.18.2 for ARM

2010-08-13 Thread Enrico Weigelt
* Robert Pearce wrote: > It's not "glib make", it's the configure script. In order to confirm > whether glib can use a POSIX compliant getgrgid_r the configure script > has to build and run a test program to check for compliance. For most > things it's enough to compile the test, but for some com

Re: Check minimum required gtk-version

2010-08-13 Thread Andy Spencer
On 2010-08-13 20:29, Christopher Roy Bratusek wrote: > is there a way to check an application for which minimum gtk-version it uses? > Something automated like Glade's function to check gtkbuilder files? You can use gtkdoc-depscan to some extent. As an example, I have the following rule in one of

Re: Trying to cross compile glib-2.18.2 for ARM

2010-08-13 Thread Enrico Weigelt
* Chuck Kuecker wrote: > I took a look at QEMU - it appears to lead to me needing to learn yet > another system. but not getting me anywhere with my project. Ah, the solution for a conceptionally broken crosscompile support (hmm, why the hell do we need to explicitly support it at all, why isn'

Re: Trying to cross compile glib-2.18.2 for ARM

2010-08-13 Thread Enrico Weigelt
* Chuck Kuecker wrote: Hi, > checking for posix getpwuid_r... (cached) yes > checking for posix getgrgid_r... configure: error: in > `/opt/Freescale1/ltib/rpm/BUILD/glib-2.18.2': > configure: error: cannot run test program while cross compiling > See `config.log' for more details. > error: Bad e

Check minimum required gtk-version

2010-08-13 Thread Christopher Roy Bratusek
Hi all, is there a way to check an application for which minimum gtk-version it uses? Something automated like Glade's function to check gtkbuilder files? Thanks in advance, Chris ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailma

Any RGB macro in Gtk?

2010-08-13 Thread Ken Resander
I would like to port some Windows programs to Ubuntu+Gtk. These contain several large colour lookup tables using the Windows RGB macro. For example: static COLALTINFO safealts [ NUMCOLITEMS ]    =    {    { RGB(0xF0,0xF8,0xFF),RGB(0xFF,0xFF,0xFF) ,RGB(0x00,0x00,0x00) },    { RGB(0xFA,0xEB,0xD7),R