Hi,
I'm using RH6.1 and downloaded dia-0.83, I has installed:
libxml-1.4.0-1.i386.rpm
libxml-devel-1.4.0-1.i386.rpm
libxml10-1.0.0-2.i386.rpm
imlib-1.9.7-1
imlib-cfgeditor-1.9.7-1
imlib-devel-1.9.7-1
I am getting errors while building ./configure:
(my imlib-config script is in /usr/bin that it's in my PATH)
checking for IMLIB - version >= 1.8.2... no
*** The imlib-config script installed by IMLIB could not be found
*** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the IMLIB_CONFIG environment variable to the
*** full path to imlib-config.
and later when I run my "make" ends with:
../lib/libdia.a(dia_image.o): In function `dia_image_init':
/var/tmp/dia-0.83/lib/dia_image.c:35: undefined reference to
`gdk_imlib_init'
/var/tmp/dia-0.83/lib/dia_image.c:37: undefined reference to
`gdk_imlib_get_visual'
/var/tmp/dia-0.83/lib/dia_image.c:38: undefined reference to
`gdk_imlib_get_colormap'
../lib/libdia.a(dia_image.o): In function `dia_image_get_broken':
/var/tmp/dia-0.83/lib/dia_image.c:49: undefined reference to
`gdk_imlib_create_image_from_xpm_data'
../lib/libdia.a(dia_image.o): In function `dia_image_load':
/var/tmp/dia-0.83/lib/dia_image.c:63: undefined reference to
`gdk_imlib_load_image'
../lib/libdia.a(dia_image.o): In function `dia_image_release':
/var/tmp/dia-0.83/lib/dia_image.c:84: undefined reference to
`gdk_imlib_destroy_image'
../lib/libdia.a(dia_image.o): In function `dia_image_draw':
/var/tmp/dia-0.83/lib/dia_image.c:91: undefined reference to
`gdk_imlib_paste_image'
collect2: ld returned 1 exit status
make[2]: *** [dia] Error 1
make[2]: Leaving directory `/var/tmp/dia-0.83/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/dia-0.83'
make: *** [all-recursive-am] Error 2
please, help me whith this problem
Thanks,
Daniel