compiling gimp 1.1.24 fails

2000-07-09 Thread Nikolai Vladychevski

Hello,

I got 1.1.24 sources from mirror, upgraded to gtk 1.2.8 an ran
./configure. Everything looked ok, but when I tryed to "make" i got
tihs:

make  all-recursive
make[1]: Entering directory `/home/niko/gimp1.1/gimp-1.1.24'
Making all in tools
make[2]: Entering directory `/home/niko/gimp1.1/gimp-1.1.24/tools'
make[3]: Entering directory `/home/niko/gimp1.1/gimp-1.1.24/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/niko/gimp1.1/gimp-1.1.24/tools'
make[2]: Leaving directory `/home/niko/gimp1.1/gimp-1.1.24/tools'
Making all in po
make[2]: Entering directory `/home/niko/gimp1.1/gimp-1.1.24/po'
make[2]: *** No rule to make target `en.gmo', needed by `all-yes'. 
Stop.
make[2]: Leaving directory `/home/niko/gimp1.1/gimp-1.1.24/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/niko/gimp1.1/gimp-1.1.24'
make: *** [all-recursive-am] Error 2

I did everything as in INSTALL file , what could be the problem? (RedHat
6.1)

Thanks in advance
Nikolai



Compiling gimp 1.1.24

2000-06-29 Thread paul


Hi everyone!
I'm trying to compile the latest gimp source code with Mandrake 7.1, but
when running make, I get the error messages shown below.
I've got gettext-0.10.35 installed, along with the development package.
Other software:
gtk+/glib 1.2.8
glibc-2.1.3
Any ideas on getting it to compile?

/usr/share/apps/Graphics/gimp-1.1.24/app/about_dialog.c:256: undefined
reference to `dcgettext__'
/usr/share/apps/Graphics/gimp-1.1.24/app/about_dialog.c:307: undefined
reference to `dcgettext__'
/usr/share/apps/Graphics/gimp-1.1.24/app/about_dialog.c:317: undefined
reference to `dcgettext__'
/usr/share/apps/Graphics/gimp-1.1.24/app/about_dialog.c:357: undefined
reference to `dcgettext__'
airbrush.o: In function `airbrush_options_new':
/usr/share/apps/Graphics/gimp-1.1.24/app/airbrush.c:141: undefined
reference to `dcgettext__'
airbrush.o:/usr/share/apps/Graphics/gimp-1.1.24/app/airbrush.c:154: more
undefined references to `dcgettext__' follow
collect2: ld returned 1 exit status
make[2]: *** [gimp] Error 1
make[2]: Leaving directory `/usr/share/apps/Graphics/gimp-1.1.24/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/apps/Graphics/gimp-1.1.24'
make: *** [all-recursive-am] Error 2

Cheers!