![]() |
2011-02-07
, 10:02
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#2
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2011-02-07
, 13:25
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#3
|
![]() |
2011-03-19
, 22:10
|
Posts: 87 |
Thanked: 47 times |
Joined on Sep 2009
@ Sorocaba, Brasil
|
#4
|
I wish to compile some plugins from Purple Plugin Pack for use in my N900, however all Makefiles in the package must be configured first and I don't know how to configure it in MADDE
I've tried "./configure", "mad ./configure", "mad configure" but none of them work
FYI I've successfully compiled a pidgin plugin once, so I know it's not purple lib issue since I got purple-dev on MADDE
I just want to know how to run 'configure' in MADDE
Thanks a lot
The Following User Says Thank You to dalonso For This Useful Post: | ||
![]() |
2011-03-20
, 06:04
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#5
|
mad ./configure --host armv7l configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... i686-pc-mingw32 checking host system type... Invalid configuration `armv7l': machine `armv7l' not recognized configure: error: /bin/sh ./config.sub armv7l failed
![]() |
2011-03-20
, 14:01
|
Posts: 87 |
Thanked: 47 times |
Joined on Sep 2009
@ Sorocaba, Brasil
|
#6
|
The Following User Says Thank You to dalonso For This Useful Post: | ||
![]() |
2011-03-20
, 15:33
|
Posts: 87 |
Thanked: 47 times |
Joined on Sep 2009
@ Sorocaba, Brasil
|
#7
|
The Following User Says Thank You to dalonso For This Useful Post: | ||
![]() |
2011-03-20
, 16:01
|
Posts: 330 |
Thanked: 97 times |
Joined on Dec 2010
@ saudi arabia
|
#8
|
![]() |
2011-03-21
, 02:59
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#9
|
![]() |
2011-03-21
, 14:12
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#10
|
$ 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.
I've tried "./configure", "mad ./configure", "mad configure" but none of them work
FYI I've successfully compiled a pidgin plugin once, so I know it's not purple lib issue since I got purple-dev on MADDE
I just want to know how to run 'configure' in MADDE
Thanks a lot