Re: how to use GTK+ on Mingwmsys? what i need to begin with GTK+?

2006-02-07 Thread L. Misoullee
thank you. yeh, i am little on english but i can know what you tell me. in addition, i live in seoul korea. as you said the Mingw is not Unix emlulation but msys is. just i would said so . becuase of it looks the Mingw usually do with msys. also Gaim on Windows doesn't use any Unix emulation. i

Re: how to use GTK+ on Mingwmsys? what i need to begin with GTK+?

2006-02-07 Thread Goran Rakić
First of all, GTK+ is cross-platform GUI library. So, when you write your program (with some GTK functions calls in it) you can compile it for MS Windows, Linux,... With GTK+ runtime installed (shared libraries) on the system you can run your application on that system. To compile your

GTK+ + VT100 support

2006-02-07 Thread Prabhakar Muthuswamy
Our application should get serial data from server, interpret the data as VT100 text and then display it in a window. Is there a VT100 widget in GTK that will do the VT100 interpretation for us? If not how should I do this? Thanks in Advance

Re: GTK+ + VT100 support

2006-02-07 Thread Eduardo M KALINOWSKI
Prabhakar Muthuswamy wrote: Our application should get serial data from server, interpret the data as VT100 text and then display it in a window. Is there a VT100 widget in GTK that will do the VT100 interpretation for us? If not how should I do this? See the vte library, it provides a

Re: Application with XML parsing

2006-02-07 Thread Greg Breland
Depending on your specific needs, you might want to keep your eye on my project (http://www.weldae.org). I haven't posted the source yet, but I'm trying very hard to get the first release with source out soon. I'm building something very similar to what your asking for. Nothing is hard coded

Re: defective GTK app crashes gnome

2006-02-07 Thread Matt Hull
On Tue, 7 Feb 2006, Ricardo Malafaia wrote: On 2/6/06, Michael Torrie [EMAIL PROTECTED] wrote: This is new news to me. The only thing that I know of that would make a machine lock up so as to require a reboot is a memory leak or some obscure X11 bug. Actually, i've had several

redirecting stdout to Gtk Text widget

2006-02-07 Thread ashish gupta
hi, I am developing a gui in windows and need to redirect stdout to text widget. i came to know about g_set_print_handler () function but it gives only those strings that i pass to g_print and not all warnings that come in stdout. another problem i face is that when i give two g_print() the

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
I went all the way back to cairo in the list. It would be nice if it said which library was trying to reference libiconv ? Should i take out /sw/lib out of my path for compiling ? On 07/02/2006, at 12:32 AM, muppet wrote: On Feb 6, 2006, at 7:15 AM, electroteque wrote: Yes i installed

Re: Issue now with pango on osx

2006-02-07 Thread Hubert Figuiere
electroteque wrote: I went all the way back to cairo in the list. It would be nice if it said which library was trying to reference libiconv ? Should i take out /sw/lib out of my path for compiling ? I'll make a wild guess (as I haven't even tried that code): Just add -framework

GTK_MODULE (G)Option breakage init ordering ...

2006-02-07 Thread michael meeks
Hi there, So - I've been chasing a rather interesting bug: GNOME hangs on login with a11y enabled Of course - clobbering the proximate cause: gnome-session activating vino-server synchronously works around this nicely; but there is a deeper problem:

Re: Issue now with pango on osx

2006-02-07 Thread Hubert Figuiere
electroteque wrote: Cairo makefile i guess or pango ? Well, to the right _LDFLAGS in the right makefile, the one that fails. I maybe mis-read. Again, I don't have that code here, I just have some knowledge/experience. The ld libtool is using is /usr/bin/ld, could that be an issue ? should

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
like this ? libpangocairo_1_0_la_LDFLAGS = -framework CoreFoundation -framework ApplicationServices I suppose but is it a bug, or just my system ? On 07/02/2006, at 10:59 PM, Hubert Figuiere wrote: electroteque wrote: Cairo makefile i guess or pango ? Well, to the right _LDFLAGS in the

Re: Issue now with pango on osx

2006-02-07 Thread Hubert Figuiere
electroteque wrote: like this ? libpangocairo_1_0_la_LDFLAGS = -framework CoreFoundation -framework ApplicationServices if that it to build libpangocairo_1_0_la, yes. I suppose but is it a bug, or just my system ? I'd say it is a bug. But again, just a wild guess. Hub

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
ok there is two Makefile.am, i worked out there is a second one within the /pango dir. On 07/02/2006, at 11:14 PM, Hubert Figuiere wrote: electroteque wrote: like this ? libpangocairo_1_0_la_LDFLAGS = -framework CoreFoundation -framework ApplicationServices if that it to build

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
libpangocairo_1_0_la_LDFLAGS = $(LIBRARY_LIBTOOL_OPTIONS) On 07/02/2006, at 11:14 PM, Hubert Figuiere wrote: electroteque wrote: like this ? libpangocairo_1_0_la_LDFLAGS = -framework CoreFoundation -framework ApplicationServices if that it to build libpangocairo_1_0_la, yes. I suppose

Re: More compiling issues this time gtk-doc

2006-02-07 Thread Anders Carlsson
electroteque skrev: ##SUBDIRS = help/manual/C Works, i guess its not needed ? Should somone make a patch ? Im still writing my notes and its going into a blog and will post my outcomes. Hello, I've updated the patch on the build instructions page to remove the SUBDIRS line. Regards,

Re: Issue now with pango on osx

2006-02-07 Thread muppet
On Feb 7, 2006, at 7:21 AM, electroteque wrote: libpangocairo_1_0_la_LDFLAGS = $(LIBRARY_LIBTOOL_OPTIONS) That looks like the one. Append to that. Appending is important, else you will break stuff that was already working. -- I like drawing and painting. If you make something really

Re: GTK_MODULE (G)Option breakage init ordering ...

2006-02-07 Thread Matthias Clasen
On 2/7/06, michael meeks [EMAIL PROTECTED] wrote: Hi there, So - I've been chasing a rather interesting bug: GNOME hangs on login with a11y enabled Of course - clobbering the proximate cause: gnome-session activating vino-server synchronously works around

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
Sorry dude how would i do that ? Currently recompiling all the deps here :D On 08/02/2006, at 12:16 AM, muppet wrote: On Feb 7, 2006, at 7:21 AM, electroteque wrote: libpangocairo_1_0_la_LDFLAGS = $(LIBRARY_LIBTOOL_OPTIONS) That looks like the one. Append to that. Appending is

Re: Issue now with pango on osx

2006-02-07 Thread muppet
electroteque said: Sorry dude how would i do that ? Um, for now, just add the options to the end of the line in Makefile.am. If that works, let the maintainers know and they'll do it The Right Way. I said appending is important because if you replace what's already there, you'll remove the

Re: GTK_MODULE (G)Option breakage init ordering ...

2006-02-07 Thread michael meeks
On Tue, 2006-02-07 at 09:24 -0500, Matthias Clasen wrote: Unfortunately - the introduction of GOption clobbered all GtkModule argument passing; and ensures that no GtkModule gets anything but a 0/NULL argc/argv cf. Looks like this is a bug that got introduced when we first

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
Using this libpangocairo_1_0_la_LDFLAGS = \ $(LIBRARY_LIBTOOL_OPTIONS) \ -framework CoreFoundation -framework ApplicationServices I get this which is similar but different, i went all the way to the top of the list and recompiled, so

Re: GTK+ + VT 100 Support

2006-02-07 Thread Federico Mena Quintero
On Mon, 2006-02-06 at 17:47 -0500, Prabhakar Muthuswamy wrote: Our application should get serial data from server, interpret the data as VT100 text and then display it in a window. Is there a VT100 widget in GTK that will do the VT100 interpretation for us? If not how should I do this?

GTK+ team irc meeting

2006-02-07 Thread Matthias Clasen
I won't be available for long after 4pm today, so I think we should either move the meeting to tomorrow or just skip this week. Matthias ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
Ok i removed the quotes and get a different but similar answer , i guess i should bug report it ? sr/share/sources/gtk/pango/pango/.libs/libpango-1.0.dylib /usr/local/gtk/lib/libgobject-2.0.dylib /usr/local/gtk/lib/libgmodule-2.0.dylib /usr/local/gtk/lib/libglib-2.0.dylib

Re: GTK_MODULE (G)Option breakage init ordering ...

2006-02-07 Thread Matthias Clasen
On 2/7/06, michael meeks [EMAIL PROTECTED] wrote: On Tue, 2006-02-07 at 09:24 -0500, Matthias Clasen wrote: Unfortunately - the introduction of GOption clobbered all GtkModule argument passing; and ensures that no GtkModule gets anything but a 0/NULL argc/argv cf. Looks

Re: GTK_MODULE (G)Option breakage init ordering ...

2006-02-07 Thread Owen Taylor
On Tue, 2006-02-07 at 16:42 -0500, Matthias Clasen wrote: On 2/7/06, michael meeks [EMAIL PROTECTED] wrote: On Tue, 2006-02-07 at 09:24 -0500, Matthias Clasen wrote: Unfortunately - the introduction of GOption clobbered all GtkModule argument passing; and ensures that no

Re: Issue now with pango on osx

2006-02-07 Thread Richard Hult
Hi, electroteque wrote: Ok i removed the quotes and get a different but similar answer , i guess i should bug report it ? No, afaics, it's still the same problem as described in: http://bugzilla.gnome.org/show_bug.cgi?id=322374 /Richard ___

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
This worked for me punkz thanks from export CFLAGS=-I/usr/local/gtk/include -framework Foundation -framework AppKit to export CFLAGS=-I/usr/local/gtk/include however kept getting this gcc: -framework: linker input file unused because linking not done gcc: Foundation: linker input file

A GIterator type, but not as a simple type - as a GTypeInterface (GIterIface)

2006-02-07 Thread Philip Van Hoof
Hey Owen, More then a year ago you wrote an E-mail about why you wouldn't want to start using a type like GIterator in gtk+. I do share some of your opinions on this, mainly the fact that it shouldn't be introduced in gtk+. But I wouldn't share your opinion if you would say that therefore a

Gtk + OSX

2006-02-07 Thread electroteque
Hi, i finally manage to get pango going with that extra flag to CFLAGS. Now gtk broke, with this gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\Gdk\ -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -pthreads

gtk-quartz for osx

2006-02-07 Thread electroteque
Can someone tell me if this is still in development or available to try out ?? http://gtk-quartz.sourceforge.net/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GTK_MODULE (G)Option breakage init ordering ...

2006-02-07 Thread Matthias Clasen
I have vague memory that modules not getting arguments is intentional rather than an oversight ... that we discussed it at the point of the GOption switch and decided it was fundamentally busted and unsupportable. I may just be inventing that memory... Regards,

Re: gtk-quartz for osx

2006-02-07 Thread electroteque
It looks like you need Quartz Composer tools which is only available for Tiger from the looks of it ! http://developer.apple.com/cgi-bin/search.pl? q=Quartz%2Ehnum=10site=default_collection What a pain. On 08/02/2006, at 1:17 PM, electroteque wrote: Thats what i am to find out. It

XDarwin possible goer ?

2006-02-07 Thread electroteque
So it looks like after all that effort gtk wont compile in 10.3. Ive just stumbled across this, will this work to run gtk apps off it ? http://www.xdarwin.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org