Re: urgent please

2000-08-14 Thread Tim Mooney
In regard to: Re: urgent please, Tomas Ogren said (at 9:41am on Aug 14, 2000): >On 13 August, 2000 - Tim Mooney sent me these 2.6K bytes: > >> Basically, the way gtk is built on AIX makes it pretty much unusable, because >> of the way AIX does shared object dependencies. Th

Re: urgent please

2000-08-14 Thread Marc Lehmann
On Sun, Aug 13, 2000 at 10:09:01PM -0500, Tim Mooney <[EMAIL PROTECTED]> wrote: > What does work is to build all of gtk, install the entire package, and > then edit the gtk-1.2.8/gtk/Makefile and on the link line for libgtk, add > > -L/path/to/lib/directory/containing/installed/libgdk -lgd

Re: urgent please

2000-08-14 Thread Tomas Ogren
On 13 August, 2000 - Tim Mooney sent me these 2.6K bytes: > Basically, the way gtk is built on AIX makes it pretty much unusable, because > of the way AIX does shared object dependencies. The problem isn't in the > gtk code, it's in the build process itself. [..] > What does work is to build all

Re: urgent please

2000-08-13 Thread Tim Mooney
Regarding the problems with gimp on AIX 4.3.x -- I spent some time looking into the problem this weekend. As I guessed earlier in this thread, the problem is really in gtk (well, actually, AIX...). Rashmi, if you're interested in porting gimp to AIX 4.x, you should read the entire thread from g

Re: urgent please

2000-08-12 Thread Tim Mooney
In regard to: urgent please, [EMAIL PROTECTED] said (at 6:26pm on Aug 11,...: >I am porting gimp-1.1.24 to AIX-4.3.3. I have installed glib-1.2.8, >gtk-1.2.8 , xlc compiler and configured gimp-1.1.24 as >--disable-plugins --disable-nls --disable-ansi. Did you --disable-nls in gtk

urgent please

2000-08-11 Thread brashmi
Hi I am porting gimp-1.1.24 to AIX-4.3.3. I have installed glib-1.2.8, gtk-1.2.8 , xlc compiler and configured gimp-1.1.24 as --disable-plugins --disable-nls --disable-ansi. While make I was getting error in url.c as it is excepting some constant value in line number 214, this file is present

Re: urgent

2000-08-11 Thread Tim Mooney
In regard to: urgent, [EMAIL PROTECTED] said (at 11:10am on Aug 11, 2000): > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/l >ocal/lib/glib/include -I/usr/local/include >-I/usr/local/inc >lude -DLOCALEDIR=\""/usr/local/share/locale"\" -

urgent

2000-08-11 Thread brashmi
Hi I am porting gimp-1.1.24 to AIX-4.3.3. I have installed glib-1.2.8, gtk-1.2.8 , xlc compiler and configured gimp-1.1.24 as --disable-plugins --disable-nls --disable-ansi. however now I am getting errors in make as follows