2007/8/22, vasant kanchan <[EMAIL PROTECTED]>: > Hi, > > Thanks for the update. I installed the doc tools and I > can proceed further. However now I fails with the > following message > AM_GLIB_GNU_GETTEXT not found in library. > > Any ideas ?
Seems to come from: [sbox-bora: ~] > dpkg -S /usr/share/aclocal/glib-gettext.m4 libglib2.0-dev: /usr/share/aclocal/glib-gettext.m4 It should be in the default search path for aclocal, but you can make sure it's found with: > export ACLOCAL_PATH=' -I /usr/share/aclocal' and then run autogen.sh again (I'm not sure if dpkg-buildpackage does that for you). -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://syslog.movial.fi _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
