View Single Post
Posts: 235 | Thanked: 86 times | Joined on Dec 2010
#13
Originally Posted by figaro View Post
@dalonso
okay, I've tried this

Code:
$ export PKG_CONFIG_LIBDIR=/c/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-20.2010.36-2-slim/usr/lib/pkgconfig
$ mad pkg-config --modversion purple
2.7.3

$ mad ./configure --host armel
.....
checking for intltool-update... no
checking for intltool-merge... no
checking for intltool-extract... no
configure: error: The intltool scripts were not found. Please install intltool.
Hmm, seems that I missed intltool. will try to install it later, but at least it's halfway working now
Thanks a lot for your answers. I'll post the result later if I manage to successfully build it. Thanks again
I kept wondering how come MADDE couldn't find intltool while it's already there at NokiaQtSDK\Maemo\4.6.2\sysroots\fremantle-arm-sysroot-20.2010.36-2-slim\usr\bin ,and found out that it should be at NokiaQtSDK\Maemo\4.6.2\bin instead

now next problem occurs

checking for xgettext... no
checking for msgmerge... no
checking for msgfmt... no
checking for gmsgfmt... no
configure: error: GNU gettext tools not found; required for intltool

I've downloaded both armel and i386 deb from http://maemo.org/packages/view/gettext and copy the contents manually to both paths I mentioned above but still won't work

/bin/xgettext: /bin/xgettext: cannot execute binary file

I thought I can just run ELF files directly from MADDE (some kind of linux emulation) but apparently it's not