Re: GtkApplication and argc/arv

2011-03-29 Thread Murray Cumming
On Fri, 2011-03-25 at 11:48 -0400, Colin Walters wrote: On Mon, Mar 21, 2011 at 6:03 AM, Murray Cumming murr...@murrayc.com wrote: I very much like the re-show-instead-of-reopening idea, and miss it since I stopped using MacOS 7.3. However, I don't understand why this should require a

RE: gtk+ win32 binaries

2011-03-29 Thread Pedro Santos
Hello Kean, So far I have compiled the packages I needed, which are atk, gtkdoc, glib and gtk+. I use MinGW because it builds native binaries and I think it is the natural solution. Cygwin is out of question because it also depends on the cygwin's dll. Regarding the gtk itself, I've compiled

cross-compiling glib-1.2

2011-03-29 Thread joey kuo
Hello, I'm currently trying to cross-compile gtk1.2.5 for mips-linux 4.3. while I run configure in glib-1.2.5, I got error message saying checking for extra flags to get ANSI library prototypes... configure: error: can not run test program while cross compiling.

Re: cross-compiling glib-1.2

2011-03-29 Thread Javier Jardón
On 29 March 2011 13:14, joey kuo ourj...@gmail.com wrote: Hello, Hello, I'm currently trying to cross-compile gtk1.2.5 for mips-linux 4.3. Only curious, why not using GTK+3 instead GTK+1? -- Javier Jardón Cabezas ___ gtk-devel-list mailing list

Re: cross-compiling glib-1.2

2011-03-29 Thread Allin Cottrell
On Tue, 29 Mar 2011, joey kuo wrote: while I run configure in glib-1.2.5, I got error message saying checking for extra flags to get ANSI library prototypes... configure: error: can not run test program while cross compiling. google: cross-compiling glib Allin Cottrell