Re: win32/gcc : how to avoid need of -fnative-struct

2002-09-08 Thread Egon Andersen, Talura
Thierry CARRARD wrote: when compiling a win32 app using gcc and win32 gtk DLLs, you can suppress the ?fnative-struct option (which isn?t available any more on gcc3.x) if you replace the contant of gtk/gtkbox.h by this (for version 2.0.6) : Or use -mms-bitfields /Egon

PKG_CONFIG_PATH variable

2002-09-08 Thread millward
Could someone tell me how to set the PKG_CONFIG_PATH environment variable? I've upgraded rpm -Uvh glib2-2.0.4-1gtk.i386.rpm, but when I do a: pkg-config glib-2.0 --modversion I get an error message: Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the

Re: GTK Kill

2002-09-08 Thread Ayose
On Thu, Sep 05, 2002 at 02:17:42PM +0200, Stöhr Kirsten wrote: Which sub-routine is called when a gtk program is killed by a Window Manager (like WindowMaker)? I think the SIGPIPE signal is sent to the program. -- Ayose Cazorla León Debian GNU/Linux - setepo

Oddity compiling gtk-1.2.10

2002-09-08 Thread Steven Lembark
Running: #!/bin/bash -x make distclean; export CC=/opt/bin/gcc; export CFLAGS=-O3 -march=i686 -fexpensive-optimizations $(/opt/glib/bin/glib-config --libs); ./configure \ --prefix=/opt/gtk/1.2.10