Hello, today I build and installed the Gimp 1.1.27 RPM on my RedHat 6.1 compatible system and now I have trouble building extra RPMS. I tried fourier, xsane 0.62, split and gdyntext. For gdyntext 1.5.2 I get the following error messages: gcc -o .obj/gdyntext.o -Wall -Wstrict-prototypes -Wmissing-declarations -I. -g -I/usr/lib/glib/include -I/usr/X11R6/include -c gdyntext.c gdyntext.c: In function `gdt_query': gdyntext.c:69: `PARAM_INT32' undeclared (first use in this function) gdyntext.c:69: (Each undeclared identifier is reported only once gdyntext.c:69: for each function it appears in.) gdyntext.c:69: initializer element is not constant gdyntext.c:69: (near initialization for `gdt_args[0].type') gdyntext.c:70: `PARAM_IMAGE' undeclared (first use in this function) gdyntext.c:70: initializer element is not constant gdyntext.c:70: (near initialization for `gdt_args[1].type') gdyntext.c:71: `PARAM_DRAWABLE' undeclared (first use in this function) gdyntext.c:71: initializer element is not constant gdyntext.c:71: (near initialization for `gdt_args[2].type') gdyntext.c:73: `PARAM_STRING' undeclared (first use in this function) gdyntext.c:73: initializer element is not constant gdyntext.c:73: (near initialization for `gdt_args[3].type') gdyntext.c:74: initializer element is not constant gdyntext.c:74: (near initialization for `gdt_args[4].type') gdyntext.c:75: initializer element is not constant gdyntext.c:75: (near initialization for `gdt_args[5].type') gdyntext.c:76: initializer element is not constant gdyntext.c:76: (near initialization for `gdt_args[6].type') gdyntext.c:77: initializer element is not constant gdyntext.c:77: (near initialization for `gdt_args[7].type') gdyntext.c:78: `PARAM_COLOR' undeclared (first use in this function) gdyntext.c:78: initializer element is not constant gdyntext.c:78: (near initialization for `gdt_args[8].type') gdyntext.c:79: initializer element is not constant gdyntext.c:79: (near initialization for `gdt_args[9].type') gdyntext.c:80: initializer element is not constant gdyntext.c:80: (near initialization for `gdt_args[10].type') gdyntext.c:84: `PARAM_LAYER' undeclared (first use in this function) gdyntext.c:84: initializer element is not constant gdyntext.c:84: (near initialization for `gdt_rets[0].type') gdyntext.c:97: `PROC_PLUG_IN' undeclared (first use in this function) gdyntext.c: In function `gdt_run': gdyntext.c:129: `PARAM_STATUS' undeclared (first use in this function) gdyntext.c:130: `STATUS_SUCCESS' undeclared (first use in this function) gdyntext.c:131: `PARAM_LAYER' undeclared (first use in this function) gdyntext.c:135: `RUN_INTERACTIVE' undeclared (first use in this function) gdyntext.c:156: `RUN_NONINTERACTIVE' undeclared (first use in this function) gdyntext.c:161: `STATUS_CALLING_ERROR' undeclared (first use in this function) gdyntext.c:178: `RUN_WITH_LAST_VALS' undeclared (first use in this function) gdyntext.c:136: warning: unreachable code at beginning of switch statement gdyntext.c:185: warning: enumeration value `GIMP_RUN_INTERACTIVE' not handled in switch gdyntext.c:185: warning: enumeration value `GIMP_RUN_NONINTERACTIVE' not handled in switch gdyntext.c:185: warning: enumeration value `GIMP_RUN_WITH_LAST_VALS' not handled in switch gdyntext.c: In function `gdt_save': gdyntext.c:299: `PARASITE_PERSISTENT' undeclared (first use in this function) gdyntext.c:299: `PARASITE_UNDOABLE' undeclared (first use in this function) gdyntext.c:300: warning: implicit declaration of function `gimp_drawable_attach_parasite' gdyntext.c: In function `gdt_render_text_p': gdyntext.c:353: `PARAM_IMAGE' undeclared (first use in this function) gdyntext.c:353: `PARAM_END' undeclared (first use in this function) gdyntext.c:412: `GDrawableType' undeclared (first use in this function) gdyntext.c:413: `NORMAL_MODE' undeclared (first use in this function) gdyntext.c:528: `PARAM_CHANNEL' undeclared (first use in this function) make: *** [.obj/gdyntext.o] Error 1 Bye, Henning