Re: problem linking 'pango-1.14.4'

2006-10-03 Thread Valdis . Kletnieks
On Tue, 03 Oct 2006 05:44:05 PDT, Sergei Steshenko said: Even if I build my own, and not change /etc/ld.so.conf, and I don not want to change it, because I do not want to break the system, I'll have two sets of X-related things - one is my packages and the other is other packages. So, even

Re: problem linking 'pango-1.14.4'

2006-10-02 Thread Valdis . Kletnieks
On Mon, 02 Oct 2006 18:52:11 PDT, Sergei Steshenko said: OK, I thought linker was smarter, that is, it would scan the libraries until it would resolve the symbols, or find it was impossible. I think, Verilog-XL linker used to work that way - sorry, experience from the a wrong world :-).

Re: Help[I cann't configure Gtk+]

2006-09-30 Thread Valdis . Kletnieks
On Sat, 30 Sep 2006 15:01:09 +0800, JunXiang Huang said: I make cairo like this ./configure --enable-pdf=yes make make install plz give me some clues. how to compile my gtk+-2.10.4 correcttly Possible causes: 1) Your Cairo is

Re: possible bug in 'configure' of gtk+-2.8.20

2006-09-29 Thread Valdis . Kletnieks
On Fri, 29 Sep 2006 00:15:34 PDT, Sergei Steshenko said: --- [EMAIL PROTECTED] wrote: On Thu, 28 Sep 2006 23:45:39 +0200, David =?iso-8859-2?B?TmXoYXMgKFlld header files installed. For example on Fedora one would get ---^^ ^^ (See that?) 'rpm -e

Re: possible bug in 'configure' of gtk+-2.8.20

2006-09-28 Thread Valdis . Kletnieks
On Thu, 28 Sep 2006 09:18:50 PDT, Sergei Steshenko said: /mnt/hdd2/sergei/build/gtk+-2.8.20/gdk/x11/gdkdrawable-x11.h:#include X11/extensions/Xrender.h I expect 'configure' to check presence of all needed include files, and to fail if any of them is missing. Is my expectation correct ?

Re: possible bug in 'configure' of gtk+-2.8.20

2006-09-28 Thread Valdis . Kletnieks
On Thu, 28 Sep 2006 23:45:39 +0200, David =?iso-8859-2?B?TmXoYXMgKFlldGkp?= said: AFAIK it checks only whether -lXrender makes function XRenderQueryExtension available and does not check for any Xrender header file at all. Bad! Bad configure script! No cookie! :) In other words it doesn't

Re: GTK 2.10 compilation help

2006-07-24 Thread Valdis . Kletnieks
On Fri, 21 Jul 2006 09:51:59 -1000, Joseph Kowalski said: From: Trond Hasle Amundsen [EMAIL PROTECTED] ... [EMAIL PROTECTED] writes: 2) Sun's compiler is actually standards-busticated, and defining that just *seems* to work, but papers over any deficiencies. Also bad news. Aside:

Re: funny gettimeofday

2006-07-23 Thread Valdis . Kletnieks
On Sat, 22 Jul 2006 23:30:13 PDT, heavenscape said: Not strictly a gtk question, but a general C programming question. What the heck, I'm waiting for a box to reboot... ;) gettimeofday(tv1,NULL); int rc; if (!(rc = gettimeofday(tv1,NULL)) { printf (gettimeofday

Re: funny gettimeofday

2006-07-23 Thread Valdis . Kletnieks
On Sun, 23 Jul 2006 21:40:29 +0200, Nicolas George said: Always check return codes. gettimeofday() *can* fail (most likely, tv1 and/or tv2 are bum pointers that don't point where you think). As a matter of fact, no, it can not, at least as long as its second argument is NULL: # RETURN

Re: GTK 2.10 compilation help

2006-07-20 Thread Valdis . Kletnieks
On Thu, 20 Jul 2006 15:59:05 +0200, Trond Hasle Amundsen said: Try this patch: +#define __STDC__ 1 Ick. :) There's 3 possibilities here: 1) Sun's compiler is actually standard-compliant, but doesn't define that symbol itself. Not sure how/why it would do that. 2) Sun's compiler is

Re: Multiple text colors in a GtkEntry

2006-07-19 Thread Valdis . Kletnieks
On Wed, 19 Jul 2006 10:53:41 +0200, David =?iso-8859-2?B?TmXoYXMgKFlldGkp?= said: In any case, if one entry is used for several pieces of information I would consider the use of several entries. More likely, he's trying to deal with *one* entry which has text that has several different states

Re: Multiple text colors in a GtkEntry

2006-07-19 Thread Valdis . Kletnieks
On Wed, 19 Jul 2006 22:56:20 +0200, Atanas Atanasov said: If it is a question of two colours only why not use the selected text. I don't know that it's 2 colors only. It's possible (for example) to imagine an autocompleter that has colors for already typed and accepted, only possible

Re: glib2-devel 2.2.3

2006-07-18 Thread Valdis . Kletnieks
On Tue, 11 Jul 2006 23:13:58 +0200, Rafal Masztalerz said: Hi Could tell me where I can find sources for the following version of the glib2: glib2-devel 2.2.3 I suspect as a *practical* matter, what you are likely encountering is that you have the glib2-2.2.3 RPM installed, but not the

Re: migration: next step

2006-07-18 Thread Valdis . Kletnieks
On Tue, 18 Jul 2006 17:00:27 PDT, William D. Tallman said: Cut and pasted each into a separate directory, three files each: header, test and code. Each of these spews what looks to be simple coding errors at compile time. Are these known to be problematic, and if so, can someone point me to

Re: Gtk+-2.0: First attempt

2006-07-17 Thread Valdis . Kletnieks
On Fri, 14 Jul 2006 20:05:19 PDT, William D. Tallman said: -- In file included from /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h:33, from /usr/include/gtk-2.0/gdk/gdkcursor.h:5, from /usr/include/gtk-2.0/gdk/gdk.h:31, from

Re: GTK apps very slow to launch

2006-07-17 Thread Valdis . Kletnieks
On Mon, 17 Jul 2006 22:54:58 EDT, Richard Querin said: I ran an strace at the point when things were running quickly and I've now run one now that it's slow. I compared the two the best that I could (it's a huge file) and didn't find a huge difference except for the fact that it's loading

Re: Why ? When segmentation fault,there has no core file

2006-07-09 Thread Valdis . Kletnieks
On Fri, 07 Jul 2006 19:51:53 +0800, chao yeaj said: Hello everyone I compiled my application with the ``-g '' options and when debug with gdb, i can list the source file You can also say 'gdb my_program' at the shell prompt, and then issue the gdb command 'run'. When the

Re: Why ? When segmentation fault,there has no core file

2006-07-07 Thread Valdis . Kletnieks
On Fri, 07 Jul 2006 19:51:53 +0800, chao yeaj said: Hello everyone I compiled my application with the ``-g '' options and when debug with gdb, i can list the source file You can also say 'gdb my_program' at the shell prompt, and then issue the gdb command 'run'. When the

Re: Scrolling performance

2006-07-06 Thread Valdis . Kletnieks
On Thu, 06 Jul 2006 22:59:35 +0200, Clemens Eisserer said: Just a side note: GTK-2.9.4 built with -O2 -g -fPIC is a lot slower than the stuff shipped with OpenSuSE (I guess 2.8.6+). maybe the debugging symbols cause cache misses ... I don't know but its about 25-75% slower. The debugging info

Re: hi what is the G_GNUC_NULL_TERMINATED?

2006-07-06 Thread Valdis . Kletnieks
On Fri, 07 Jul 2006 13:58:32 +0900, Kwagnseol Ko said: /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:169: error: syntax error before 'G_GNUC_NULL_TERMINATED' /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:169: warning: data definition has no type or storage class That's defined in

Re: GTK Performance on Athlon

2006-06-21 Thread Valdis . Kletnieks
On Wed, 21 Jun 2006 10:45:33 EDT, Paul Davis said: On Wed, 2006-06-21 at 09:21 -0500, Michael Kahn wrote: A few months ago, I bought an HP Athlon PC and installed SuSE 9.2. The system clock took off at warp speed (about three times normal speed). When I emailed SuSE, they told me that the

Re: Scrolling performance

2006-06-20 Thread Valdis . Kletnieks
On Tue, 20 Jun 2006 15:26:51 +0200, Clemens Eisserer said: Where does all the time go to? I've done some sysprof-profiling and its shows than pango is not the evil. Are maybe the repaint algorythmns not optimal, repainting too often too large areas/hidden components? So where *does* the time

Re: Scrolling performance

2006-06-20 Thread Valdis . Kletnieks
On Tue, 20 Jun 2006 22:21:16 +0200, Clemens Eisserer said: 1.) Not even one comment from a developer. Maybe there are not enough, maybe nobody cares, ore maybe they can't cope with critic? I don't know. Maybe none of the developers are seeing your issue, and none of the usual bleeding-edge

Re: Scrolling performance

2006-06-20 Thread Valdis . Kletnieks
On Wed, 21 Jun 2006 00:41:31 +0200, Clemens Eisserer said: I did some oprofiling, however I don't have a vmlinz-file handy so its quite a bit useless: 5558 39.2930 no-vmlinux Bummer. With a system time *that* high, I'm wondering if there's something odd going on here... a vmlinux to

Re: Help with GdkPIxbuf and GtkImage...

2006-06-02 Thread Valdis . Kletnieks
On Thu, 01 Jun 2006 22:41:35 PDT, heavenscape said: //create a GdkPixbuf GdkPixbuf* pb = gdk_pixbuf_new_from_data( pDisplayBuf, // data buffer GDK_COLORSPACE_RGB, //COLORSPACE FALSE, // has_alpha, 8, // int bits_per_sample,

Re: Pango-1.13.0 released [unstable]

2006-04-25 Thread Valdis . Kletnieks
On Sun, 23 Apr 2006 17:47:33 EDT, Behdad Esfahbod said: Pango-1.13.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ e0ff0a52ef9690be02610508618bccd5 pango-1.13.0.tar.bz2 60166ab4b02c7d5db718cb810b0c2ba8

Re: Pango-1.13.0 released [unstable]

2006-04-25 Thread Valdis . Kletnieks
On Sun, 23 Apr 2006 17:47:33 EDT, Behdad Esfahbod said: Pango-1.13.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ e0ff0a52ef9690be02610508618bccd5 pango-1.13.0.tar.bz2 60166ab4b02c7d5db718cb810b0c2ba8

Re: Pango-1.13.0 released [unstable]

2006-04-24 Thread Valdis . Kletnieks
On Sun, 23 Apr 2006 17:47:33 EDT, Behdad Esfahbod said: Pango-1.13.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ e0ff0a52ef9690be02610508618bccd5 pango-1.13.0.tar.bz2 60166ab4b02c7d5db718cb810b0c2ba8

Re: Doubt

2006-04-06 Thread Valdis . Kletnieks
On Thu, 06 Apr 2006 07:22:18 CDT, Michael Ekstrand said: Oh, and if you're in Python, PyGTK seems (to me) much more Pythonic than PyGTK. If I'm in a python, I want a Bowie knife, not a widget set... ;) Did you mean to say PyGTK twice? pgpO3TJ1b1u8k.pgp Description: PGP signature

Re: how serious are these compiler warnings?

2006-04-06 Thread Valdis . Kletnieks
On Thu, 06 Apr 2006 09:33:56 PDT, Rick Jones said: So, by default, AIX is rather like Windows or OpenVMS in that the library an executable loads cannot reach-out and call a routines from the executable itself :( Not by name. However, calling through a function pointer will work. The

Re: how serious are these compiler warnings?

2006-04-05 Thread Valdis . Kletnieks
On Wed, 05 Apr 2006 16:13:22 PDT, Rick Jones said: yep, the compiler (invoked as xlc_r now since this is threaded) has stopped complaining. Alas, I still segfault at the end of my test. It looks like my g_module_open()ed library may be dying right at a call to a routine that is actually

Re: how serious are these compiler warnings?

2006-04-05 Thread Valdis . Kletnieks
On Thu, 06 Apr 2006 00:45:18 EDT, [EMAIL PROTECTED] said: b) Making the final main program link look like: cc -o mail -lfoo -lbar -lbaz In a GTK context, the failure is often caused by a final link that looks like: cc -o $PROG main.c yadda.o yadda.o `pkg-config gtk --libs` and can be fixed

Re: How to use my glib program on other computer?

2006-02-21 Thread Valdis . Kletnieks
On Tue, 21 Feb 2006 22:17:05 +0800, Peter Cai said: I've written a C program based on glib on my computer. But when I copyied it to another computer, it did not work. More details, please? Did the program fail to start and complained about an undefined symbol? Did the program start but then

Re: Win32 themes

2006-02-06 Thread Valdis . Kletnieks
On Mon, 06 Feb 2006 11:58:22 EST, Etienne Fortin said: Hmmm, I see. But that's strange because on the GTK themes screenshot I looked at, the title bar seems to be changed also. How does it work? Many of the screenshots were probably taken on a desktop running Gnome, which follows and uses the

Re: Win32 themes

2006-02-06 Thread Valdis . Kletnieks
On Mon, 06 Feb 2006 12:45:51 MST, Michael Torrie said: What you're seeing is people running lots of different window manager themes. Many metacity themes for the metacity window manager are designed to pick up cues from the current gtk theme so that they look like they are better

Re: Cannot download

2006-01-27 Thread Valdis . Kletnieks
On Fri, 27 Jan 2006 12:25:40 +0200, Sakari Aaltonen said: Is it me is or is it the files? I have been trying to download gtk+ for a day or so, but every file I ftp from ftp.gtk.org turns out to be bad: Hmm.. Oddness. I just double-checked the gtk2+-2.8.8.tar.bz2 you mentioned, and it

Re: I have a problem with an undefined symbol

2006-01-24 Thread Valdis . Kletnieks
On Fri, 20 Jan 2006 19:57:53 GMT, Adrian Victor CRISCIU said: I just installed gtk+-2.8.10 with all its dependencies (I compiled every one of them from source) and cannot run gtk-demo. It crashes with the following message: Oddness. I don't know for sure what the problem is, but it's quite

Re: GLib 2.9.1 released

2006-01-08 Thread Valdis . Kletnieks
On Sun, 08 Jan 2006 20:20:21 PST, ying lcs said: How can I use yum to update glib and gtk2? I'm assuming you're trying to get glib 2.9.1 onto a Fedora system (the current leading-edge gtk2 for Fedora is currently 2.8.9). You'll need to add the 'development' repository to your yum configuration.

Re: Available GTK Developers

2005-10-14 Thread Valdis . Kletnieks
On Fri, 14 Oct 2005 18:28:38 BST, Roger Leigh said: I am a GTK+ developer based in Blackburn, Lancashire. My CV is available here: http://www.whinlatter.ukfsn.org/cv.pdf http://en.wikipedia.org/wiki/Boulder_Pledge pgpYviqWvyzGo.pgp Description: PGP signature

Re: Repeated timeouts period

2005-10-13 Thread Valdis . Kletnieks
On Thu, 13 Oct 2005 15:16:36 +0200, Nicolas George said: What I want is a displayed clock that *changes* precisely at the time the internal clock value changes. With careful programming, I can get that with precisely = the intrinsic system latency, which is pretty good (less than a CRT screen

Re: gtk+-2.8.6 link error I_ libgtk-x11-2.0.so

2005-10-12 Thread Valdis . Kletnieks
On Wed, 12 Oct 2005 21:16:09 PDT, Tom Crockett said: /bin/bash ../libtool --mode=link gcc -g -O2 -Wall-o gtk-query-immodules-2.0 queryimmodules.o libgtk-x11-2.0.la ../gdk-pixbuf/libgdk_pixbuf-2.0.la ../gdk/libgdk-x11-2.0.la Looks like a borked .la libtool file? That might

Re: Error in glib while trying to execute the gtk-demo

2005-09-27 Thread Valdis . Kletnieks
On Wed, 28 Sep 2005 08:32:07 +0800, Xyber Blue said: Fontconfig error: Cannot load default config file Our target board has already a running x server. I also look the fonts.conf from the following contents dir/opt/rootgtk/rootfs-glibc-frv-040820-3/usr/X11R6/lib/X11/fonts/dir

Re: problem in installing

2005-09-11 Thread Valdis . Kletnieks
On Sat, 10 Sep 2005 13:16:04 +0300, Ali Shahbour said: i am facing a problem in installing gtk+ it says missing /usr/bin/update-gtk-immodules i got fedora FC4 what shall i do even thought gtk-utiltlities are installed and gtk i don't know what is the problem Fedora Core 4 (like most other

Re: Compile GTK+ 28.3 on Fedora 4

2005-09-11 Thread Valdis . Kletnieks
On Sun, 11 Sep 2005 21:24:04 CDT, samuel cheung said: I am trying to compile GTK+ 2.8.3 on Fedora 4, but I get this error after I compile and install GLB 2.8.1 . I appreciate if someone can help me. As an alternative, you might want to look at installing the RPMs from the development tree,

Re: problem in installing

2005-09-11 Thread Valdis . Kletnieks
On Sun, 11 Sep 2005 22:33:35 EDT, [EMAIL PROTECTED] said: You'll probably want to install: gtk2-devel-2.6.7-4.i386.rpm - on Disc 3 of the 4-disk FC4 set. atk-devel-1.9.1-1.i386.rpm - on Disc 3 pango-devel-1.8.1-2.i386.rpm - on Disc 3 glib-devel-1.2.10-16.i386.rpm - on Disc 4 Stupid grep. ;)

Re: Can't link to Pango while running configure for GTK+ 2.8.*

2005-08-25 Thread Valdis . Kletnieks
On Wed, 24 Aug 2005 15:26:17 PDT, Armaghan Mallik said: /usr/local/lib/libpangocairo-1.0.so: undefined reference to `pango_fc_font_create_metrics_for_context' Double-check your build of Pango. This error is a Pango routine being unable to find another Pango routine. You'll probably need to

Re: installation problems x lib error

2005-08-23 Thread Valdis . Kletnieks
On Wed, 24 Aug 2005 01:54:37 +0900, Andrew Jones said: checking for X... no configure: error: X development libraries not found I have installed the X libs from www.freedesktop.org any idea? 1) Where in the filesystem tree did the libraries get installed? 2) Did you remember to install the

Re: gtkaccelgroup.lo problem

2005-08-22 Thread Valdis . Kletnieks
On Mon, 22 Aug 2005 16:42:47 +0200, Giovanni De Maio said: Hi, i've downloaded latest version of gtk+-1.2,gtk+-1.2.8. And here I was positive the latest was gtk+-1.2.10. pgpUd7ExOHxK7.pgp Description: PGP signature ___ gtk-list mailing list

Re: compiling stop dont found Glib ?

2005-08-14 Thread Valdis . Kletnieks
On Sun, 14 Aug 2005 18:23:29 +0200, Maurizio Caloro said: Ahh.. somebody who actually includes relevant config.log output. ;) configure:4404: gcc -o conftest -g -O2 -Wall -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -D_REENTRANT conftest.c -L/usr /local/lib -lgmodule

Re: How to run Gtk 1.2 application on FC3?

2005-08-11 Thread Valdis . Kletnieks
On Thu, 11 Aug 2005 13:39:50 PDT, Andrew Krause said: Can I compile my application with Gtk1.2 on FC3? Why are you programming with Gtk1.2? While it is still in use, Gtk2 is more feature-rich and available on Fedora Core 3 (and 1, 2 and 4 for that matter...). If he's trying to build an

Re: GTK+ 2 speed

2005-07-29 Thread Valdis . Kletnieks
On Fri, 29 Jul 2005 16:07:14 BST, Robert Thorpe said: If it isn't possible to write a program without Pango then that's a disadvantage for my program. Since going though Pango means going through more code it means possibly lower performance and possibly problems from bugs in that code.

Re: Displaying a stream of images using GTK

2005-07-28 Thread Valdis . Kletnieks
On Thu, 28 Jul 2005 20:00:05 -, alok nagdev said: I'm writing an application for displaying a sequence of images. The sequence of images is actually converted from a 30 frames/sec. video and are stored as a single binary file containing 3 channels (RGB). Can someone give me any idea on

Re: Can't link to Pango. Pango is required to build

2005-07-27 Thread Valdis . Kletnieks
On Wed, 27 Jul 2005 22:51:16 -, Alex Weeks said: When trying to build GTK I get the following error: configure: error: *** Can't link to Pango. Pango is required to build *** GTK+. For more information see http://www.pango.org It's a Linux ES 3 system and I think I got all the

Re: Beginner difficulty with first tutorial program

2005-07-26 Thread Valdis . Kletnieks
On Tue, 26 Jul 2005 08:50:22 CDT, Jonathan Hayward said: I've installed 2.4.9 under FC4, and when something else didn't work, tried to compile and run the tutorial's sample program. I created test.c: Was there a reason you didn't use the 2.6.7 that shipped with FC4? How *exactly* did you

Re: Movinf the mouse pointer

2005-06-13 Thread Valdis . Kletnieks
On Mon, 13 Jun 2005 14:38:27 +0200, Luca Cappa said: My problem is that I would like to reset the mouse pointer position after each delta movement has been detected: in this way the mouse pointer is always placed in the original position it was when the mouse button was pressed. Please

Re: Welcome to the gtk-list mailing list

2005-05-05 Thread Valdis . Kletnieks
On Thu, 05 May 2005 12:52:40 +0800, Xu Qiang said: My previous 2.6.7 version is installed at /usr/local. Can I install 1.2.10 in to the same place? Yes. All the libraries and include files are designed so they can co-exist on the system. Do *NOT* remove 2.6.7 - you can install 1.2.10 right

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 guess,

Re: How to find your shell

2005-04-27 Thread Valdis . Kletnieks
On Tue, 26 Apr 2005 21:40:45 PDT, Shiraz Baig said: You see the point is which shell are you are intrested in? Are you interested in the currently executing shell. Or you are interested in your login shell. The former is aval thru echo $SHELL. and the error reporting. The latter is

Re: How to find your shell

2005-04-25 Thread Valdis . Kletnieks
On Fri, 22 Apr 2005 16:11:17 BST, Shyal Beardsley said: Maybe I'm missing something, or maybe it's only on my system, but I can get my shell with $SHELL echo $SHELL result: /bin/tcsh Strictly speaking, $SHELL is *NOT* the currently executing shell. From 'info bash': `SHELL' The

Re: Installing Pango with the Xft backend

2005-04-01 Thread Valdis . Kletnieks
On Fri, 01 Apr 2005 07:16:45 -1000, Karina Orot said: I apologize if this has been answered previously, but I couldn't find a good answer in my attempts to search. I am trying to install gtk+-2.6.4 (because it is the latest) on a RedHat Enterprise Linux 3 box. I need it so that I can then

Re: gtk, cairo, glitz, luminocity, what's their relation?

2005-03-29 Thread Valdis . Kletnieks
On Sun, 27 Mar 2005 17:02:01 +0200, [EMAIL PROTECTED] said: promising. There is one thing I don't understand though. Cairo is able to render scalable widgets using vector graphics. Glitz is a backend that provides openGL acceleration for Cairo. So if I'm not mistaken, an OpenGL accelerated

Re: Help on atk installing

2005-02-28 Thread Valdis . Kletnieks
On Mon, 28 Feb 2005 15:39:59 PST, haimin said: In the following notes, it says ../atk/atkobject.h does not exist, but I = do have that file. In file included from atkaction.h:23, from atkaction.c:20: ../atk/atkobject.h:27:25: glib-object.h: No such file or directory No -

Re: glib error

2005-02-27 Thread Valdis . Kletnieks
On Thu, 10 Feb 2005 13:17:51 EST, Salman said: I'm trying to compile glib-2.6.2 on my work AIX 4.3.3 machine with gcc. configure runs fine, but make stops after a while, giving some assembler errors. I don't know how to go further, can someone please have a look and see what is going wrong?

Re: installing glib and gtk - new versions

2005-02-14 Thread Valdis . Kletnieks
On Sun, 13 Feb 2005 18:10:54 +0100, Murray Cumming said: On Sun, 2005-02-13 at 00:16 -0500, [EMAIL PROTECTED] wrote: On Sat, 12 Feb 2005 20:31:14 EST, charles livsey said: I'm trying to install new versions of Glib and GTK over old on RH Enterprise Linux AS, ^^^

Re: installing glib and gtk - new versions

2005-02-12 Thread Valdis . Kletnieks
On Sat, 12 Feb 2005 20:31:14 EST, charles livsey said: I'm trying to install new versions of Glib and GTK over old on RH Enterprise Linux AS, ^^^ I'm getting these errors? Why does Redhat not use these versions? Because you're not using the version of RedHat software that

Re: stupid suggestion about themes

2005-02-11 Thread Valdis . Kletnieks
On Fri, 11 Feb 2005 16:07:16 +0100, david:: said: Imagine A and B have both of them Gtk with different themes. When you launch an application in B from A, you see that application's widgets with A's theme, not B's theme. The Gtk application is running as an X client on B, and has no

Re: stupid suggestion about themes

2005-02-11 Thread Valdis . Kletnieks
On Sat, 12 Feb 2005 00:54:53 +0100, david:: said: I have not explained correctly, I'm sorry. I was talking about what you say as host-dependent themes. Maybe the matter should _begin_ with this other question: Could be possible to have _different_ applications (no matter where they

Re: coredump. dbx shows gtk internal functions.

2005-02-08 Thread Valdis . Kletnieks
On Thu, 03 Feb 2005 17:41:07 +0530, Mohan Kumar S said: coredump. dbx shows gtk internal functions. i cant figure out where why it happens.Please help The program does coredump, which is not reprodusable. when i debug using dbx, where the most frequent one is this g_type_check_instance

Re: Can someone tell me how I can copy a binary file

2005-02-07 Thread Valdis . Kletnieks
On Mon, 07 Feb 2005 13:13:38 +0100, [EMAIL PROTECTED] said: Can someone tell me how I can copy a binary file. Is glib not good for this? And how should the code be then. A code example would be really welcome! thx Increase your buffer to be 4096 bytes atleast even much bigger like a

Re: there already appears to be an xserver running on display :0

2005-01-14 Thread Valdis . Kletnieks
On Thu, 13 Jan 2005 23:12:22 +0200, yonatan maman said: I have rebuild gtk+-1.2.10 and glib-1.2.10 (from sources) . I have updated PATH to pint the bin directory and /etc/ld.so.conf to point the lib directories. Was there a reason you did it from sources, rather than installing them from RPMs?

Re: there already appears to be an xserver running on display :0

2005-01-14 Thread Valdis . Kletnieks
On Fri, 14 Jan 2005 23:44:55 +0200, yonatan maman said: Hi, u r right. I have installed them somewhere under /opt/. is its a problem ? I can install them on their default location. Everything that was installed via RPM is probably expecting to find stuff in the location RedHat put them. Note

Re: there already appears to be an xserver running on display :0

2005-01-14 Thread Valdis . Kletnieks
On Sat, 15 Jan 2005 00:16:04 +0200, yonatan maman said: 10x alot for your tips. about backing up the system - how do u suggets me to do it ? is there any common tools for that ? Depends on what you have available. Personally, I have a set of scripts that use the native 'dump' commands (from

Re: GTK+ 2.6.1 released

2005-01-10 Thread Valdis . Kletnieks
On Sun, 09 Jan 2005 14:37:21 EST, Archit Baweja said: I was afraid of this. Everyone's itches out in the open :-D At least nobody mentioned Snobol, Jovial, RPG-II, or Intercal. ;) pgp6yuMJeilIf.pgp Description: PGP signature ___ gtk-list mailing list

Re: there already appears to be an xserver running on display :0

2005-01-10 Thread Valdis . Kletnieks
On Tue, 11 Jan 2005 00:42:07 +0200, yonatan maman said: gdm is my default desktop manager. the problems had started after upgrading into gtk2+ including the following librarys: gtk 2.4.13 Let me guess - you removed the GTK1 libraries when you upgraded, and that broke gdm which was still

Re: Will gtk+-2.6 be released in time?

2004-12-15 Thread Valdis . Kletnieks
On Wed, 15 Dec 2004 14:07:47 GMT, =?gb2312?B?zsQgvPs=?= said: I want to know whether gtk+-2.6.0 will be released in time! In time for what? I also believe gtk+ program is a little slower compared with windows application! Be more specific. Slower starting up, slower while running, slower in

Re: compiling okay, success running gtk-app computer dependant

2004-12-06 Thread Valdis . Kletnieks
On Sat, 27 Nov 2004 16:51:55 +0100, Sven Neumann said: edward hage [EMAIL PROTECTED] writes: I narrowed the problem down to this program. The following program shows a Segmetation Fault on one computer, and works fine for the other. gdb clearly shows that the crash happens in exit() so

Re: Drawing on the root window

2004-12-06 Thread Valdis . Kletnieks
On Mon, 29 Nov 2004 06:59:19 EST, Paul Davis said: Hmmm that's because you didn't understand very well my problem here... what i'm trying to do is similar to this: http://www.quinn.echidna.id.au/Quinn/WWW/HISubtleties/AnnotatedCoachMark.gif See that red circle painted over the widgets?

Re: Drawing on the root window

2004-11-26 Thread Valdis . Kletnieks
On Fri, 26 Nov 2004 21:20:14 -0200, Joao Victor said: Hmm. Maybe i'm looking for the wrong solution to the problem. Explain what problem you're trying to solve here? I'm fairly sure that you're trying to achieve a specific result, possibly quite reasonable, but trying to do it in a very

Re: Drawing on the root window

2004-11-26 Thread Valdis . Kletnieks
On Fri, 26 Nov 2004 22:21:02 -0200, Joao Victor said: Hmmm that's because you didn't understand very well my problem here... what i'm trying to do is similar to this: http://www.quinn.echidna.id.au/Quinn/WWW/HISubtleties/AnnotatedCoachMark.gif See that red circle painted over the widgets?

Re: specific font selection

2004-11-19 Thread Valdis . Kletnieks
On Thu, 18 Nov 2004 09:06:57 EST, Wright, Brian D. said: The problem is that when I install the application on other systems it sometimes uses a different font. How can I force my application to use the specific font that I desire? Well.. that's a tricky question - if you're on another

Re: Compiling GLib2 under FreeBSD

2004-11-17 Thread Valdis . Kletnieks
On Mon, 15 Nov 2004 21:35:32 +0300, Yegor Derevenets said: Nice try. But I have libiconv installed into /usr/local prefix. Second time I launch ./configure LDFLAGS=-L /usr/local/lib CFLAGS=-I /usr/local/include CPPFLAGS=-I /usr/local/include LINGUAS=am ru Have you tried this (ksh/bash - use

Re: running real time application behind glade

2004-11-02 Thread Valdis . Kletnieks
On Tue, 02 Nov 2004 20:07:51 +0100, =?ISO-8859-1?Q?Jos=E9_Antonio_S=E1nchez?= said: Maybe he is testing the real time kernel to use it on a real time project. I had to make a lot of dummy tests for my application before starting with the real work only to get started with the RTAI API. So

Re: Why isn't make GTK+2.4.0 finding -lXext

2004-09-21 Thread Valdis . Kletnieks
On Mon, 20 Sep 2004 23:53:19 PDT, Seamus Cranley said: gcc -shared .libs/gdk-pixbuf-xlib.o .libs/gdk-pixbuf-xlib-render.o .libs/gdk-pixbuf-xlib-drawable.o .libs/gdk-pixbuf-xlibrgb.o -Wl,--rpath -Wl,/usr/src/redhat/SOURCES2/ethereal/gtk+-2.4.0/gdk-pixbuf/.libs -Wl,--rpath -Wl,/usr/local/lib

Re: Pango won't compile.

2004-09-07 Thread Valdis . Kletnieks
On Sat, 04 Sep 2004 14:54:21 +0200, Den=?iso-8859-1?Q?=EDs_Fern=E1ndez_Cabrera?= said: checking for pkg-config... (cached) /usr/bin/pkg-config checking for GLIB - version = 2.4.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the

Re: Help installing GTK+-2.0 v 2.4.6

2004-08-24 Thread Valdis . Kletnieks
On Sat, 21 Aug 2004 18:08:39 EDT, Jeff Lane said: I am trying to get GTK+-2.0 installed on a Red Hat AS3 machine. Is there a reason you're not using the RedHat-provided RPMs? % cat /etc/issue Red Hat Enterprise Linux ES release 3 (Taroon Update 2) Kernel \r on an \m % rpm -q pango pango-devel

Re: blurry text

2004-07-23 Thread Valdis . Kletnieks
On Fri, 23 Jul 2004 22:59:53 +0200, Justyna Sidorska [EMAIL PROTECTED] said: I use WindowMaker and Slackware 10.0. Text (buttons, menu etc.) in some applications is a little bit blurry. I guess what these apps have in common is that they are based on gtk+. Is there any way to get the text

Re: GLIB / Pango install

2004-07-08 Thread Valdis . Kletnieks
On Mon, 05 Jul 2004 23:33:47 +1200, Andreas Hagele [EMAIL PROTECTED] said: rpm -i glib3-2.4.2-1.i386.rpm produces: file /usr/lib/libglib-2.0.so.0 from install of glib2-2.4.2-1 conflicts with file from package glib2-2.2.1-1 Well, yes. You're trying to -i (install) over an existing

Re: Howto build Gtk 2.4.2

2004-06-13 Thread Valdis . Kletnieks
On Thu, 10 Jun 2004 12:32:25 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] said: Hello, I downloaded glib 2.4.2 / gtk+ 2.4.2 / pango 1.4.0 I build glib 2.4.2 When I try to build gtk+ 2.4.2 on my Fedora Core 1 linuxbox I get the following error: You might find it a lot easier and more

Re: Traditional C rejects ISO C

2004-06-13 Thread Valdis . Kletnieks
On Sat, 12 Jun 2004 20:01:05 PDT, Carl B. Constantine said: Second, I'm obviouslly using gcc's -Wtraditional setting for these errors to come up, so my question was: how do I get rid of these errors so that everything works correctly while still using -Wtraditional? Should I even be using

Re: win32 binaries for GTK+

2004-06-07 Thread Valdis . Kletnieks
On Sat, 05 Jun 2004 23:24:19 CDT, David [EMAIL PROTECTED] said: I don't know how to do it on a Windows system, but I was able to get to the gimp/win32 site by adding the entry 128.32.112.248 www.gimp.org to my /etc/hosts file on my Linux system. This allows my system to resolve the

Re: Simple configure problem building glib on Irix

2004-05-24 Thread Valdis . Kletnieks
On Mon, 24 May 2004 18:27:44 CDT, Eric Bennett [EMAIL PROTECTED] said: checking if -liconv is needed to use gettext... checking for dcgettext in -lintl... no configure: error: *** You must have either have gettext support in your C library, or use the *** GNU gettext library.

Re: error when I compile gtk 2.4.1, I haven't this error when I compile 2.4.0

2004-05-17 Thread Valdis . Kletnieks
On Sat, 15 May 2004 15:03:41 +0200, David Necas (Yeti) [EMAIL PROTECTED] said: There should be no unexpanded @X_CFLAGS@ in the command. However I don't how it could get there. What configure says about X (and grep ^X_ config.log)? A borked pkg-config specification returning bogus --cflags?

Re: Problems compiling application Gtk1.2

2004-05-17 Thread Valdis . Kletnieks
On Mon, 17 May 2004 14:04:03 -0300, Flavio Alberto Lopes Soares [EMAIL PROTECTED] said: gcc -g -O2 -Wall -Wunused -o ihmserial main.o support.o ihmserial.o serial.o interface.o callbacks.o -rdynamic -L/usr/lib -L/usr/X11R6/lib -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk

Re: parameters in gtk

2004-05-13 Thread Valdis . Kletnieks
On Thu, 13 May 2004 12:43:00 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] said: A little question... When a signal is catched by gtk_main, a function is called... Can I pass more than one parameter to the function?? Usually, the function called has got two parameter: an object and an user

Re: configure can't find libjpeg.so

2004-05-12 Thread Valdis . Kletnieks
On Tue, 11 May 2004 14:41:35 PDT, Mike [EMAIL PROTECTED] said: Libjpeg.so is buried in /opt/java131/jre/lib/alpha/libjpeg.so, with a link to it from /usr/shlib/libjpeg.so. But it definitely is there, I installed it yesterday. Let's see what the config.log file says about that test program.

Re: configure can't find libjpeg.so

2004-05-12 Thread Valdis . Kletnieks
On Tue, 11 May 2004 14:41:35 PDT, Mike [EMAIL PROTECTED] said: Libjpeg.so is buried in /opt/java131/jre/lib/alpha/libjpeg.so, with a link to it from /usr/shlib/libjpeg.so. But it definitely is there, I installed it yesterday. Oh, and (4): go down that long /opt/ list, and verify all the

Re: Now it's fonts

2004-05-11 Thread Valdis . Kletnieks
On Tue, 11 May 2004 23:28:10 -, Dov Grobgeld said: Pango is using fontconfig. You can get a list of all fontconfig fonts by doing fc-list . You may also just run gedit or gimp and check its font dialog. fc-list. The answer to my long-standing search. :) I owe this man a beer or similar

Re: Now it's fonts

2004-05-11 Thread Valdis . Kletnieks
On Wed, 12 May 2004 01:52:23 +0200, Sven Neumann said: You might find this document useful: http://www.gimp.org/unix/fonts.html This is about setting up fonts for GIMP but most of this applies to font configuration for any GTK+ application. Yeah I've seen equivalent info before, the

Re: problem building gtk

2004-05-07 Thread Valdis . Kletnieks
On Fri, 07 May 2004 11:29:59 EDT, Dov Kruger [EMAIL PROTECTED] said: Hello, configure:21804: gcc -o conftest -g -O2 -Wallconftest.c 5 conftest.c:27:18: glib.h: No such file or directory And there's your problem I tried building glib-2.4.1 by hand from source, which puts the

Re: Unable to Compile GTK 2.4.0 on Linux-AIX-HP-SUN-IRIX

2004-05-04 Thread Valdis . Kletnieks
On Fri, 30 Apr 2004 15:30:49 +0200, Vincent Jamart said: I'm writing mostly from memory here, as I don't have access to my AIX boxes as I'm typing this, and it's been a while since I ported this stuff. Although I also support Linux, Solaris, and Irix boxes, you don't give enough context for the

  1   2   3   >