Thread
:
How to build Pidgin plugin using MADDE
View Single Post
dalonso
2011-03-20 , 14:01
Posts: 87 | Thanked: 47 times | Joined on Sep 2009 @ Sorocaba, Brasil
#
6
Hi, it's a lowcase L.
It's weird because I just used this command to configure the source package of socat.
The only difference I can think of, if because I'm using the mad from MADDE that comes with Nokia QT SDK, so I have to do:
~/QtSDK/Maemo/4.6.2/bin/mad ./configure --host armv7l
but it works.
EDIT: I tried with the sources of pidgin-plugin-pack, and it's true that the --host flag armv7l is not recognized. I do not know what's the difference between the ./configure from socat and the ./configure from pidgin-plugin-pack. I will investigate further.
EDIT2: tried with "--host armel" and it goes further in the configure process. It stops however later claiming about the pkg-config version in madde being too old.
EDIT3: The previous problem with pkg-config is actually both a bug and both the truth of it being old. The bug is already reported (
http://bugreports.qt.nokia.com/brows...3Aall-tabpanel
) and it has a temporary fix consisting in editing ~/QtSDK/Maemo/4.6.2/madbin/pkg-config and adding the following line before the lines "use Madde::PkgConfig" as follows:
use lib "../madlib/perl5";
use Madde::PkgConfig;
Nevertheless, the MADDE pkg-config does not support the --atleast-pkgconfig-version expected by configure, so it fails again.
Last edited by dalonso; 2011-03-20 at
14:53
.
Quote & Reply
|
The Following User Says Thank You to dalonso For This Useful Post:
figaro
dalonso
View Public Profile
Send a private message to dalonso
Find all posts by dalonso