Re: Gtk Win32 cross-development with installer

2005-05-05 Thread Yevgen Muntyan
Hi there, Jeff Bonggren wrote: > I'm looking for a way to build GTK apps for Win32 using either Linux or > Cygwin as a development environment. I also need an easy way to install > the many files needed for the GTK runtime on user systems. I am making my gtk application for windows on linux

RE: glib 1.2.10 compile problem?

2005-05-05 Thread Xu Qiang
[EMAIL PROTECTED] wrote: > Color me mystified (bonus points for anybody who knows what RGB that > is?)... > > That certainly *looks* like something that FreeBSD's "libtool" should > be able to cope with. We're into grasping-at-straws like "maybe > /usr/bin/file and the 'file' on your $PATH are d

Re: glib 1.2.10 compile problem?

2005-05-05 Thread Valdis . Kletnieks
On Thu, 05 May 2005 16:18:41 +0800, Xu Qiang said: > [EMAIL PROTECTED] wrote: > > What happens if you say: "file /lib/libc.so*" (pick a known working > > shared library on your system) > > The output is: > /lib/libc.so.5: ELF 32-bit LSB shared object, Intel 80386, version 1 > (FreeBSD), strippe

RE: Co-existence of gtk+ 1.2.10 and gtk+ 2.6.7

2005-05-05 Thread Xu Qiang
Antonio Gomes wrote: > Hi Xu, > >> If I install 1.2.10 into a different place, say, > /usr/local/gtk+_1.2.10, would the >system find it automatically? > > I don't think the system will find it automatically, but i'm sure you > can set up where your program must to look for the glib1.2 at > compi

Gtk Win32 cross-development with installer

2005-05-05 Thread Jeff Bonggren
I'm looking for a way to build GTK apps for Win32 using either Linux or Cygwin as a development environment. I also need an easy way to install the many files needed for the GTK runtime on user systems. I want the GTK runtime files to be built using the same development environment (not using VC+

gtk on HP-UX

2005-05-05 Thread Angelo_Mose . Pozzi
Hi has someone succeded in porting gtk to HP-UX 11.11? I'm trying to do that and I successfully compile all the stuff (glib-2.6.3, atk, pango and gtk+) but when I run gtk-demo, it crashes because of a memory fault. And so does any application linked to gtk. Thanks in advance Angelo Poz

generalized wizard dialog?

2005-05-05 Thread Ben Johnson
Hey. I made my first little wizard dialog a little while ago, and learned a lot about the problems involved with making a wizard. In order to make this process easier and less error prone, I thinking about making a generalized wizard dialog. first, does something like this already exist that I c

Re: Unforgiving GtkEntry

2005-05-05 Thread Maciej Katafiasz
Dnia 04-05-2005, śro o godzinie 11:29 +0200, Egon Andersen napisał: > Hi, > > I've discovered a problem that I can't really determine if it is a bug > or intended. [snip] >From your description it looks like genuine bug. Just go ahead and file it, so it won't get lost, in case it's intended beh

Re: warning: `visibility' attribute directive ignored

2005-05-05 Thread Matthias Clasen
On Thu, 2005-05-05 at 11:42 -0400, Eric ClÃment wrote: > Hi all, > > I found this couple of warning but I don't know what it mean. > > Regards, > Eric > > /usr/include/glib-2.0/gobject/gtype.h:431: warning: `visibility' attribute > directive ignored > /usr/include/glib-2.0/gobject/gtype.h:432: w

warning: `visibility' attribute directive ignored

2005-05-05 Thread Eric Clément
Hi all, I found this couple of warning but I don't know what it mean. Regards, Eric /usr/include/glib-2.0/gobject/gtype.h:431: warning: `visibility' attribute directive ignored /usr/include/glib-2.0/gobject/gtype.h:432: warning: `visibility' attribute directive ignored /usr/include/glib-2.0/gobj

Re: Welcome to the "gtk-list" mailing list

2005-05-05 Thread Antonio Gomes
Hi Xu, >If I install 1.2.10 into a different place, say, /usr/local/gtk+_1.2.10, would the >system find it automatically? I don't think the system will find it automatically, but i'm sure you can set up where your program must to look for the glib1.2 at compiling time yet ... probably the 'conf

RE: glib 1.2.10 compile problem?

2005-05-05 Thread Xu Qiang
[EMAIL PROTECTED] wrote: > What happens if you say: "file /lib/libc.so*" (pick a known working > shared library on your system) The output is: /lib/libc.so.5: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), stripped Regards, Xu Qiang __

Re: glib 1.2.10 compile problem?

2005-05-05 Thread Valdis . Kletnieks
On Thu, 05 May 2005 15:31:12 +0800, Xu Qiang said: > Now I met another problem: although there is no error now, a warning is > harassing me: > *** Warning: the command libtool uses to detect shared libraries, > *** /usr/bin/file, produces output that libtool cannot recognize. Just as a wild gue

RE: glib 1.2.10 compile problem?

2005-05-05 Thread Xu Qiang
Jean BrÃfort wrote: > Apply this patch (found in Gentoo) to glib-1.2.10. Thank you, Jean. It works! Btw, Google helped me found another solution: http://bugzilla.gnome.org/show_bug.cgi?id=141281 http://cvs.openpkg.org/chngview?cn=16208 For your convenience, I briefly list the code here: --