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 ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 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"\" -g -c url.c "url.c", line 214.25: 1506-195 (S) Integral constant expression with a value gre ater than zero is required. make: 1254-004 The error code from the last command is 1. ------------------------------------------------------------------------------------------------------------------------------------------------------------------ The file url.c is in /gimp-1.1.24/plug-ins/common, Please help me to proceed further. Thank you Rashmi