by Ramana » Fri Jul 23, 2010 12:29 pm
1) Tried building of libgsf on android env which showed dependencies on glib. 2) Glib needed libiconv and so built libiconv onto android. 3) While building of iconv it required libintl.h which we got from net. This file has got some gettext calls. Got in those source files fromt the gettext library.
Hi,
But while building we got errors one of them is : libgnuintl.h:153: error: storage class specified for parameter 'libintl_gettext'
If somebody has successfully built libgsf on Android please share the details like from where did u guys got the libgsf and dependencies(url/link)?