Hi, I want to compilr gtk-2.10.0 for arm using scratcj box. I have successfully installed all dependent libraries except libjpeg. My configuration option is like this: ./configure --without-jpeg --x-includes=/usr/local/include/X11 --x-libraries=/usr/local/lib It configure successfully and generating Makefile. But when I run make it is giving this error.
/home/moon/allpack/gtk+-2.10.0/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_create_for_bitmap' /home/moon/allpack/gtk+-2.10.0/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_create' /home/moon/allpack/gtk+-2.10.0/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_set_size' collect2: ld returned 1 exit status make[4]: *** [gtk-query-immodules-2.0] Error 1 make[4]: Leaving directory `/home/moon/allpack/gtk+-2.10.0/gtk' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/moon/allpack/gtk+-2.10.0/gtk' make[2]: *** [all] Error 2. Before there was a error like unable to find cairo_xlib.h I changed this to cairo.h and after taking much time it shows the above error. Can you please tell me what should I do now. Regards Suhas
_______________________________________________ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users