I am trying to build gtk+-2.12.10 in my posix complaint cygwin environment.
background:
CYGWIN_NT-5.1 1.5.25
glib-2.17.2
cairo-1.6.4 & pixman-0.11.4
pango-1.21.3
atk-1.9.0
(1) ./configure --with-x --with-gdktarget=x11 --prefix= (runs successfully)
configuration:
target: x11
(2) make aborts and does not succeed. The problem seems to be:
io-jpeg.c: In function `gdk_pixbuf__jpeg_image_load_increment':
io-jpeg.c:967: error: structure has no member named `progressive_mode'
Any help and advice in curing this make problem will be appreciated.
Regards,
dj
---------------- tail of make output to stdout
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkPixbuf\" -I.. -I..
-I../gdk-pixbuf -I../gdk-pixbuf -DGTK_SYSCONFDIR=\"/etc\"
-DGTK_VERSION=\"2.12.10\" -DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_PREFIX=\"\"
-DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/inc
lude/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng12
-DGDK_PIXBUF_ENABLE_BACKEND -DPIXBUF_LIBDIR=\"/lib/gtk-2.0/2.10.0/loaders\"
-DBUILT_MODULES_DIR=\"./.libs\" -I/usr/X11R6/include -g -O2 -Wall -MT
io-jpeg.lo -MD -MP -MF .deps/io-jpeg.Tpo -
c io-jpeg.c -DDLL_EXPORT -DPIC -o .libs/io-jpeg.o
io-jpeg.c: In function `gdk_pixbuf__jpeg_image_load_increment':
io-jpeg.c:967: error: structure has no member named `progressive_mode'
make[4]: *** [io-jpeg.lo] Error 1
make[4]: Leaving directory `/usr/src/gtk2/gtk+-2.12.10/gdk-pixbuf'
make[3]: *** [all-recursive] Error 1
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list