crazy behaviour of GtkFixed children

2005-07-17 Thread Calin Vatavu
Hello, I'm trying to achieve a canvas-like functionality using a GtkFixed widget. I know, there's GnomeCanvas, but I can't use it, it's buggy on win32. The problem is, when I'm trying to move a widget it starts shaking, like having a double. You can try it for yourself. Where am I doing wrong?

enviornment variables

2005-07-17 Thread Abhishek Misra
Hello, as recomended i tried to set the following enviornment variables. CPPFLAGS LDFLAGS PKG_CONFIG_PATH LD_LIBRARY_PATH to my surprise i get error st. command not found on running printenv or env the list of variavle,value that i get does not include any of these on running env CPPFLAGS="xy

GTK and LSB

2005-07-17 Thread Banginwar, Rajesh
Hello, Recently we formed a Desktop working group within LSB project. As a part of that we have been looking at standardizing some of the libraries required for desktop applications. The top library set on the list is of course GTK+. I will like to get some opinions and ask a few questions

Re: that old pango problem

2005-07-17 Thread J. Ali Harlow
On 17/07/05 13:48:21, john q public wrote: Trust me folks Ive tried googling and archive searching till I can't take any more. I even checked a bug tracker that claimed it was "RESOLVED" thats fine but there was no patch and no suggestions, not very helpful in the end so could someone please

that old pango problem

2005-07-17 Thread john q public
Trust me folks Ive tried googling and archive searching till I can't take any more. I even checked a bug tracker that claimed it was "RESOLVED" thats fine but there was no patch and no suggestions, not very helpful in the end so could someone please either find me a cheap copy of XP on E-bay or

Re: problem : pango make can't find glib.h

2005-07-17 Thread Viraj Chatterjee
Abhishek, The queries posted by you indicates that you have probably missed reading the following installation guide: http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html Also useful are some questions in the FAQ: http://www.gtk.org/faq/#AEN192 Installation of GTK is an involved proce

problem : pango make can't find glib.h

2005-07-17 Thread Abhishek Misra
Hello friends I'm having some problem in make of pango I have following dir structure //gtk/glib-2.6.0 //gtk/pango-2.6.0 when I do make for pango , the error st. is in file included from ftxopen.c:18 : otlbuffer.h 17:18 glib.h no such file or directory found oltbuffer.h includes glib.h which

Re: glib.2.6.0.pc

2005-07-17 Thread Keith Sharp
On Sun, 2005-07-17 at 14:16 +0530, Abhishek Misra wrote: > Hello, > > for glib-2.6.0 i have done > > /configure > make > rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h > make install > > all this comleted without any errors > > > but /usr/lib/pkgconfig/ still does not

glib.2.6.0.pc

2005-07-17 Thread Abhishek Misra
Hello, for glib-2.6.0 i have done /configure make rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h make install all this comleted without any errors but /usr/lib/pkgconfig/ still does not contaion glib-2.6.0.pc file please let me know where the problrem could lie.