View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#121
Originally Posted by marmistrz View Post
I'm trying to compile glib 2.28 from Harmattan, but the autotools are detected as too old, even though I installed automake1.10-autoconf264 and autoconf2.64.
What am I doing wrong?
Yes, I have tried and messed with these without deep understanding. I confess these are packages by me. I can't find my sources for them, but I think they have something wrong.

I think you can install automake from extras-devel and it contains /usr/bin/automake-1.10 (1.10.1).

I have used/I'm using autoconf-2.68 copied from my Ubuntu.

Ugly (but working?):
Code:
sudo cp /usr/bin/autoconf /scratchbox/users/`whoami`/targets/FREMANTLE_ARMEL/usr/bin/autoconf
Not sure what else it needs, maybe all these:
Code:
/usr/bin/autoscan
/usr/bin/autoheader
/usr/bin/autoreconf
/usr/bin/ifnames
/usr/bin/autom4te
/usr/bin/autoupdate
/usr/bin/autoconf
Some of them are also in different path, so you must delete them, or overwrite old symlinks. e.g
Code:
sudo cp /usr/bin/autom4te /scratchbox/devkits/autotools-legacy/bin/autom4te

Last edited by AapoRantalainen; 2012-06-26 at 19:47.
 

The Following User Says Thank You to AapoRantalainen For This Useful Post: