Re: configure: error: Cannot find GTKmm: Is gtkmm-config in path?

2002-03-20 Thread Murray Cumming
On Thu, 2002-03-21 at 07:00, pjs wrote: > in case anyone else got/gets this-- > gtkmm-config had /usr/include/sigc++/ as > a value in cflags, whereas my installation was > at /usr/include/sigc++-1.0 The Ximian gtkmm rpms are currently broken, so please try installing the source. It's already in X

Re: configure: error: Cannot find GTKmm: Is gtkmm-config in path?

2002-03-20 Thread pjs
in case anyone else got/gets this-- gtkmm-config had /usr/include/sigc++/ as a value in cflags, whereas my installation was at /usr/include/sigc++-1.0 pjs On Tue, 2002-03-19 at 21:12, pjs wrote: > can someone make sense of this error for me? > im running red hat 7.2 and ximian-gnome > pjs > >

Re: hello, Mr. Ronald Bultje

2002-03-20 Thread guo li
Hi,everyone, do you have the scribble source codes in GTk tutorial? I checked online but no source code available. :( almost driven by the error, white window no image! :( guo >From: Ronald Bultje <[EMAIL PROTECTED]> >To: guo li <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: hello,

Re: Porting GnomeMeeting

2002-03-20 Thread Hing-Wah Wan
I guess you need to call gdk_thread_init ? from Changes-2.0.txt * GDK is no longer put into threaded mode automatically when g_thread_init() has been called. In order to use the global GDK thread mutex with gdk_threads_enter() and gdk_threads_leave(), you must call gdk_threads_init() ex

Re: Porting GnomeMeeting

2002-03-20 Thread Damien Sandras
Another solution is to put every calls that are made into thread in g_idle_add functions. I know that it would prevent threads problems, but I would like to know why something that perfectly worked with GTK1 has so much problems now and always segfaults as calls to GTK functions were not protected

Re: 2.0 and solaris 7 anyone gotten it to compile?

2002-03-20 Thread Dave Reed
> Cc: [EMAIL PROTECTED] > From: Owen Taylor <[EMAIL PROTECTED]> > User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/21.1 > Content-Type: text/plain; charset=us-ascii > Sender: [EMAIL PROTECTED] > X-BeenThere: [EMAIL PROTECTED] > X-Loop: [EMAIL PROTECTED] > X-Mailman-Version: 2.0.8 > Precedence: bulk > L

Porting GnomeMeeting

2002-03-20 Thread Damien Sandras
Hi all, I started to port GnomeMeeting to Gnome2 and GTK2 a few days ago, and it has proven to be a complete disaster. The last version of GnomeMeeting was very stable (we have made tests and stopped GM after 700 calls), now GnomeMeeting, with the same code, crashes every 2 calls. It seems to al

Re: performance issues on win32

2002-03-20 Thread Philip Bunce
At 06:04 PM 3/20/2002 +0100, Marco Lettere wrote: >I ported my application written using gtk+1.2 to win32. It went quite >well. I used dev-c++ which is an ide based on mingw compiler. > >The libraries I used under windows were Lilqvist's gtk-1.3, glib-2.0 etc.. > >Now I noticed some considerable

performance issues on win32

2002-03-20 Thread Marco Lettere
I ported my application written using gtk+1.2 to win32. It went quite well. I used dev-c++ which is an ide based on mingw compiler. The libraries I used under windows were Lilqvist's gtk-1.3, glib-2.0 etc.. Now I noticed some considerable performance loss in the ported version when compared to

Using GTK+ on Windows

2002-03-20 Thread Nicolas web
Why It´s difficult finding information about using GTK+ on Windows? It´s can´t be possible? __ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ ___ gtk-list mailing list

Re: How to destroy a window?

2002-03-20 Thread Paul Davis
>I found out that the error occurs because i hadn't unparent the window, but wa >sn't >the window suposed to unparent herself when she is destroyed? (this question i >s >for the gtk developer team..) when you add a widget to a container, then unless you call gtk_widget_ref() before doing so, you

RE: How to destroy a window?

2002-03-20 Thread hunchback
Hi, I found out that the error occurs because i hadn't unparent the window, but wasn't the window suposed to unparent herself when she is destroyed? (this question is for the gtk developer team..) Afonso -- ''- i have a clas

Re: cant complete install..

2002-03-20 Thread Sven Neumann
Hi, ±i¥ý¥Í <[EMAIL PROTECTED]> writes: > My system is Mandrake 8.1 > after setting up glib-1.2.10, and it doesnt have an error message, then i go >back to configure gtk+-1.2.10 ,but i have got the following message.. > > > checking for catalogs to be installed... az ca cs da

Re: Help! (Losing widget names)

2002-03-20 Thread Stephen Witkop
On Wed, 2002-03-20 at 08:34, David Eduardo Gomez Noguera wrote: > On 20 Mar 2002 21:02:56 +0800 > John Breen <[EMAIL PROTECTED]> wrote: > > > On Wed, 2002-03-20 at 20:56, David Eduardo Gomez Noguera wrote: > > > On 20 Mar 2002 18:29:42 +0800 > > > John Breen <[EMAIL PROTECTED]> wrote: > > > > >

cant complete install..

2002-03-20 Thread 張先生
hi all developers,       My system is Mandrake 8.1     after setting up glib-1.2.10, and it doesnt have an error message, then i go back to configure gtk+-1.2.10 ,but i have got the following message..     checking for catalogs to be installed...  az ca cs da de el es et eu fi fr ga

error when compiling pango ...

2002-03-20 Thread Cyro X
i got errors when compiling pango 1... while i compiled glib 2 and atk 1 with no errors or warnings .. anyway, what's XftConfig ? i couldn't find it anywhere when i installed Xfree86 so, i searches thru the net and found one and put it under /usr/X11R6 here's compilation error msgs : /bin/sh .

Re: 2.0 and solaris 7 anyone gotten it to compile?

2002-03-20 Thread Owen Taylor
Stephen Watson <[EMAIL PROTECTED]> writes: > > Program received signal SIGSEGV, Segmentation fault. > > 0xfec508c4 in __icv_iconv () from /usr/lib/iconv/646%UTF-8.so > > (gdb) where > > #0 0xfec508c4 in __icv_iconv () from /usr/lib/iconv/646%UTF-8.so > > #1 0xfebc467c in iconv () from /usr/lib

Re: pango font for arrow keys

2002-03-20 Thread Sven Neumann
Hi, Deepa Chacko Pillai <[EMAIL PROTECTED]> writes: > I am porting GdkFont in stock-ticker to Pango. I am not able > to find the Pango font which will display the up/down arrow > characters. Previously, it was Symbol (Adobe). When I used > Symbol as the font to Pango, it gave me "Invalid UTF8 s

Re: pango font for arrow keys

2002-03-20 Thread Havoc Pennington
Deepa Chacko Pillai <[EMAIL PROTECTED]> writes: > > I am porting GdkFont in stock-ticker to Pango. I am not able > to find the Pango font which will display the up/down arrow > characters. Previously, it was Symbol (Adobe). When I used > Symbol as the font to Pango, it gave me "Invalid UTF8 str

pango font for arrow keys

2002-03-20 Thread Deepa Chacko Pillai
Hi I am porting GdkFont in stock-ticker to Pango. I am not able to find the Pango font which will display the up/down arrow characters. Previously, it was Symbol (Adobe). When I used Symbol as the font to Pango, it gave me "Invalid UTF8 string passed to pango_layout_set_text()". What is the font

Re: 2.0 and solaris 7 anyone gotten it to compile?

2002-03-20 Thread Billy Patton
Stephen Watson wrote: > > In message <[EMAIL PROTECTED]> > Stephen Watson <[EMAIL PROTECTED]> scribbled: > > > In message <[EMAIL PROTECTED]> > > Billy Patton <[EMAIL PROTECTED]> scribbled: > > > THen I tried the install. That also crashed with a segmentation > > > violation

Re: 2.0 and solaris 7 anyone gotten it to compile?

2002-03-20 Thread Stephen Watson
In message <[EMAIL PROTECTED]> Stephen Watson <[EMAIL PROTECTED]> scribbled: > In message <[EMAIL PROTECTED]> > Billy Patton <[EMAIL PROTECTED]> scribbled: > > THen I tried the install. That also crashed with a segmentation > > violation here : > > > > if [ -z "" ] ; then \

Re: Help! (Losing widget names)

2002-03-20 Thread David Eduardo Gomez Noguera
On 20 Mar 2002 21:02:56 +0800 John Breen <[EMAIL PROTECTED]> wrote: > On Wed, 2002-03-20 at 20:56, David Eduardo Gomez Noguera wrote: > > On 20 Mar 2002 18:29:42 +0800 > > John Breen <[EMAIL PROTECTED]> wrote: > > > > You are using glade, right? > yes > > > > > Glade uses gtk_object_data_set/ge

Re: "losing" widget names

2002-03-20 Thread Paul Davis
>Ok, I got moving widgets from one container to another to work. The >gtk_widget_reparent() worked fine. > >Now, I want to ONLY create the new window (and widgets) if they don't >already exist. I've tried this: [ ... ] i've never seen any GTK+ code that uses the lookup_widget() approach. it

Re: Help! (Losing widget names)

2002-03-20 Thread John Breen
On Wed, 2002-03-20 at 20:56, David Eduardo Gomez Noguera wrote: > On 20 Mar 2002 18:29:42 +0800 > John Breen <[EMAIL PROTECTED]> wrote: > > You are using glade, right? yes > > Glade uses gtk_object_data_set/get on the parent GtkWindow Widget with every widget >that is inside it and its name. l

Re: 2.0 and solaris 7 anyone gotten it to compile?

2002-03-20 Thread Stephen Watson
In message <[EMAIL PROTECTED]> Billy Patton <[EMAIL PROTECTED]> scribbled: > Has anyone had any luck compiling it for solaris 7? Compiling did not report any errors, however > THen I tried the install. That also crashed with a segmentation > violation here : > > if [ -z "" ] ; then

Re: gtk2.0 theme engine error

2002-03-20 Thread Nick Soffe
Hi Sven, Yes it was reading my normal gtkrc file (from gtk1.2).Deleting it has removed the error from gtk2.0. Sorry I'm new to all this. Nick Soffe. On Wed, 20 Mar 2002, Nick Soffe wrote: > Hi Sven, > No I didn't but it is in the .gtkrc file. Not sure what's going on but it > all seems to work

Re: gtk2.0 theme engine error

2002-03-20 Thread Nick Soffe
Hi Sven, No I didn't but it is in the .gtkrc file. Not sure what's going on but it all seems to work otherwise. Thanks, Nick. On 20 Mar 2002, Sven Neumann wrote: > Hi, > > Nick Soffe <[EMAIL PROTECTED]> writes: > > > Thanks for the information Sven. I have no engines directory in > > /usr/lib/

Re: gtk2.0 theme engine error

2002-03-20 Thread Sven Neumann
Hi, Nick Soffe <[EMAIL PROTECTED]> writes: > Thanks for the information Sven. I have no engines directory in > /usr/lib/gtk-2.0/2.0.0 so I assume it isn't included in the RPM's and I > have to load it separately. Just for interest, why is gtk2.0 looking for > the "Raleigh" theme when running the

Re: gtk2.0 theme engine error

2002-03-20 Thread Nick Soffe
Thanks for the information Sven. I have no engines directory in /usr/lib/gtk-2.0/2.0.0 so I assume it isn't included in the RPM's and I have to load it separately. Just for interest, why is gtk2.0 looking for the "Raleigh" theme when running the simple "hello world program? Thanks, Nick Soffe.

Re: gtk2.0 theme engine error

2002-03-20 Thread Sven Neumann
Hi, Nick Soffe <[EMAIL PROTECTED]> writes: > I'm new to this list but have enjoyed using gtk1.2 for a year or so. I > have just installed gtk2.0 on my RH7.2 system. I first upgraded pkg-config > from V 0.7.0 to 0.8.0 and loaded the binary RPM's from the gtk web site. > The installation seemed t

Help! (Losing widget names)

2002-03-20 Thread John Breen
I didn't get a reply to this the first time, so her goes again... Help! I have managed to get my widgets to reparent using the code snippet on the gtk+ website. That goes cool. Unfortunately, when I do reparent the widgets, they seem to lose the contents of their name field. This makes it im

gtk2.0 theme engine error

2002-03-20 Thread Nick Soffe
Hi, I'm new to this list but have enjoyed using gtk1.2 for a year or so. I have just installed gtk2.0 on my RH7.2 system. I first upgraded pkg-config from V 0.7.0 to 0.8.0 and loaded the binary RPM's from the gtk web site. The installation seemed to go fine with no errors. I was able to compile t