![]() |
2009-10-05
, 05:00
|
Posts: 521 |
Thanked: 296 times |
Joined on Sep 2009
|
#2
|
![]() |
2009-10-05
, 06:12
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#3
|
apt-get install libhildonmm-dev
The Following 2 Users Say Thank You to danielwilms For This Useful Post: | ||
![]() |
2010-03-07
, 20:20
|
Posts: 15 |
Thanked: 3 times |
Joined on Jan 2010
|
#4
|
![]() |
2010-03-07
, 20:23
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
I'm getting same error message, but I'm not finding a 'libhildonmm-dev' package.
Would this be inside scratchbox? or normal ?
I checked both places....no such package. Did the name change?
![]() |
2010-06-01
, 12:56
|
Posts: 5 |
Thanked: 0 times |
Joined on Jun 2010
|
#6
|
![]() |
2010-06-01
, 13:14
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#7
|
I have also added the fremantle extras folder to my sources list but it hasn't helped the above errors. Im sort of out of ideas, could anyone help me resolve what i'm doing wrong. Also shouldnt the virtual images have all of this already set up (it appears links from which i downloaded at http://tablets-dev.nokia.com/maemo-d...-downloads.php have disappeared)?
![]() |
2010-06-04
, 22:27
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#8
|
/usr/local/esbox/esboxto
/usr/local/esbox/esbox.shThe file esbox.sh already exists but need to be changed by us as follows: in the check_version() function allow version 1.9 as well:
#test "$VERSION2" = "1.8" VERSION3=`echo $FULL_VERSION | cut -d. -f1-3` test "$VERSION2" = "1.8" -o \( "$VERSION2" = "1.9" -a "$VERSION3" != "1.9.0" \)
deb http://repository.maemo.org/ fremantle/400000this00is00an00example00009 nokia-binariesto the /etc/apt/sources.list in your scratchbox (you have to do this for
deb http://repository.maemo.org/extras-devel/ fremantle free non-freeFinaly, in the scratchbox, the /etc/apt/sources.list for each target should look like this:
deb-src http://repository.maemo.org/extras-devel/ fremantle free
deb http://repository.maemo.org/ fremantle/sdk free non-free deb-src http://repository.maemo.org/ fremantle/sdk free deb http://repository.maemo.org/ fremantle/tools free non-free deb-src http://repository.maemo.org/ fremantle/tools free deb http://repository.maemo.org/ fremantle/4000your0own0token0id0here000009 nokia-binaries deb http://repository.maemo.org/extras-devel/ fremantle free non-free deb-src http://repository.maemo.org/extras-devel/ fremantle free
$ fakeroot apt-get update $ fakeroot apt-get install libhildonmm $ fakeroot apt-get install libhildonmm-dev
When I use command "./configure" in scratchbox to build the project,the same information appear,but I can build and run GTK application pretty well.
Is there anyone know how to fix it?
My host system is: UBUNTU 9.04
SDK: maemo 5 beta2
The details as below: