Hello I'm working on updating Abiword to 2.4.1, and it seems that libgnomeprintui is now a required dependency. libgnomeprint is a required dependency of libgnomeprintui so I'm trying to install that. However, compiling libgnomeprint-2.12.1 fails like this:
gcc -shared .libs/gnome-print-lpd.o -Wl,--rpath -Wl,/sources/libgnomeprint-2.12.1/libgnomeprint/.libs /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libxml2.so -lz -lm -lpopt ../../.libs/libgnomeprint-2-2.so -Wl,-soname -Wl,libgnomeprintlpd.so -o .libs/libgnomeprintlpd.so /usr/bin/ld: cannot find -lpopt collect2: ld returned 1 exit status make[4]: *** [libgnomeprintlpd.la] Error 1 make[4]: Leaving directory `/sources/libgnomeprint-2.12.1/libgnomeprint/modules/lpd' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/sources/libgnomeprint-2.12.1/libgnomeprint/modules' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/sources/libgnomeprint-2.12.1/libgnomeprint' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/sources/libgnomeprint-2.12.1' make: *** [all] Error 2 As you can see, it's looking for popt, which I've not installed as it's only listed as an optional dependency for libgnomeprint. So should I change the libgnomeprint page to make popt a required dependency? Or have I made a mistake somewhere? Is it possible to build libgnomeprint-2.12.1 without popt? Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
