Re: Color to Pixel (Was:help )

2001-07-11 Thread Jeff Trefftzs
Hi Rolf - It looks like you want ImageMagick. This is a largish package of image manipulation commands, accessible from the command line. I suggest you look at display(1), which seems to have just what you want, as well as man ImageMagick HTH, -- --Jeff Jeff Trefftzs <[EMAIL PROTEC

More pango-0.26 compile problems

2002-02-27 Thread Jeff Trefftzs
make[2]: Leaving directory `/mnt/S.home/trefftzs/downloads/Source s/pango-0.26/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/S.home/trefftzs/downloads/Source s/pango-0.26' make: *** [all-recursive-am] Error 2 -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]

Re: Installing test gtk-1.3.15

2002-02-28 Thread Jeff Trefftzs
he export PKG_CONFIG_PATH="/opt/gnome/pkgconfig:$PKG_CON FIG_PATH" and try again. You may also need to set LD_LIBRARY_PATH. I did, but I was installing in a *really* strange place (/usr/local/development). HTH, -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]> http://www.tcsn.net/trefft

Re: Compiling and installing gtk+

2002-06-10 Thread Jeff Trefftzs
self again HTH, -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]> http://www.tcsn.net/trefftzsHome Page http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery http://trefftzs.topcities.com/home.html Photo galleries

Re: problems with glibc -- please help

2003-06-30 Thread Jeff Trefftzs
led on your system and where to find them. HTH, -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]> http://www.tcsn.net/trefftzsHome Page http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery http://trefftzs.topcities.com/ Photo Gallery __

Re: About installing GTK+

2003-08-09 Thread Jeff Trefftzs
. 2. as root, run /sbin/ldconfig -v to update the library search path. What has happened is that you installed glib, but the dynamic loader doesn't know about it, because its entry points aren't yet in the cache. That's what the voodoo with ld.so.conf and ldconfig accomplish. A

Re: how to tell compiler to look for GTK library

2003-08-25 Thread Jeff Trefftzs
#x27;t see how it couldn't, but ...), and maybe add /usr/include/gtk-1.2 to the /etc/ld.so.conf file as well. Or, try addint /usr/include/gtk-1.2 to your LD_LIBRARY_PATH environment variable. HTH, -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]> http://www.tcsn.net/trefftzs

Re: how to tell compiler to look for GTK library

2003-08-25 Thread Jeff Trefftzs
On Sun, 2003-08-24 at 21:30, [EMAIL PROTECTED] wrote: > On Sun, 24 Aug 2003 21:16:36 PDT, Jeff Trefftzs <[EMAIL PROTECTED]> said: > > > > A quick check on my system (RH9) shows the directory as > > > > /usr/include/gtk-1.2 (note the dash between gtk and 1.2