Re: GTK Warning

2004-02-04 Thread Aaron Neerenberg
Hi- Running terminal won't do quite what you need. I'd advise downloading a X11 Server, and starting that before using gimp/bluefish. The terminal application in MacOSX is, more or less, a telnet application. -Aaron On Mon, 2004-02-02 at 21:31, Steve Slade wrote: > Hello, > > I'm very new to

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Aaron Neerenberg
ATH} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} -Aaron On Mon, 2004-02-02 at 08:23, Gwendolynn ferch Elydyr wrote: > On Mon, 2 Feb 2004, Aaron Neerenberg wrote: > > OK. If you are using --enable-static, then you will probably want to > > tell the build system what types of image loaders to co

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Aaron Neerenberg
OK. If you are using --enable-static, then you will probably want to tell the build system what types of image loaders to compile in statically. I use the following, but if you are only worried about png support, you can trim the list down to just png: --with-included-loaders=ani,bmp,gif,ico,png

Re: glib-2.2.3 vs. pkgconfig-0.15.0

2004-02-02 Thread Aaron Neerenberg
Pavel- I think I may know what is happening to you, having run into this issue with the 2.2.2 series. It looks like, to me, that you have different versions of glib installed in different places. At a guess, I'd say that you have the 2.2.3 version installed in a nonstandard location, and have yo

Re: compiling

2004-01-29 Thread Aaron Neerenberg
Well, if you don't learn how make and configure work, then things are going to be a wee bit hard for you. If you plan on doing any serious development, they are useful tools to learn anyways. For learning make, I would recommend reading "Managing Projects with make", by O'Reilly Publishing. Al

Re: pkg-config

2004-01-29 Thread Aaron Neerenberg
Serdar- The reason that setting PKG_CONFIG_PATH="/usr/local/bin" isn't working for you is that you need to set PKG_CONFIG when you invoke the configure: sh PKG_CONFIG=/usr/local/bin/pkg-config ./configure The PKG_CONFIG_PATH variable, if you intend to use it, should be set before invoking confi

Re: gtk+-2.2.4 make fails

2004-01-26 Thread Aaron Neerenberg
xinput is what I have in my code :) We'll just blame the ximput bit on Monday mornings :) -Aaron On Mon, 2004-01-26 at 09:57, Gene Heskett wrote: > On Monday 26 January 2004 12:37, Aaron Neerenberg wrote: > >Is there an option to just completely turn ximput off? I've tr

Re: gtk+-2.2.4 make fails

2004-01-26 Thread Aaron Neerenberg
Is there an option to just completely turn ximput off? I've tried with --with-ximput=no, but it doesn't seem to work as one would expect. Thanks, Aaron On Mon, 2004-01-26 at 03:37, Sven Neumann wrote: > Hi, > > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > > The config line is: > > ./con

Problems compiling gtk+ 2.2.4 on RedHat Linux 8.0

2004-01-22 Thread Aaron Neerenberg
nyone have any suggestions about how to resolve this build issue? Given that the failing components seem to be input methods for locales that I don't need to support anyways, I'd be happy if there is some hidden configure option to disable these