|
2009-10-31
, 12:30
|
|
Posts: 170 |
Thanked: 261 times |
Joined on Feb 2009
@ Gothenburg, Sweden
|
#2
|
|
2009-10-31
, 16:46
|
|
Posts: 422 |
Thanked: 320 times |
Joined on Oct 2009
@ Israel
|
#3
|
|
2009-10-31
, 17:55
|
|
Posts: 170 |
Thanked: 261 times |
Joined on Feb 2009
@ Gothenburg, Sweden
|
#4
|
apt-get install libqt4-dev
The Following 2 Users Say Thank You to jeremiah For This Useful Post: | ||
|
2009-10-31
, 23:28
|
|
Posts: 422 |
Thanked: 320 times |
Joined on Oct 2009
@ Israel
|
#5
|
|
2009-11-01
, 11:50
|
|
Posts: 422 |
Thanked: 320 times |
Joined on Oct 2009
@ Israel
|
#6
|
vi /etc/apt/sources.list
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/--my code-- nokia-binaries
|
2009-11-01
, 12:10
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#7
|
Sorry for bouncing the thread again, but anyone could help me with the problem I described in comment #5 here ("Temporary failure resolving 'repository.maemo.org'" when trying to install with apt-get in scratchbox)?
Also, I checked the repository site manually and couldn't find "libqt4-dev" anywhere.
I also tried:
but I couldn't understand if there's something wrong in it. That's what I get inside:Code:vi /etc/apt/sources.list
|
2009-11-01
, 13:12
|
|
Posts: 422 |
Thanked: 320 times |
Joined on Oct 2009
@ Israel
|
#8
|
The Following User Says Thank You to efekt For This Useful Post: | ||
I tried numerous "ln" commands and even though the path where QT is installed and QMake resides is - apparently - registered correctly in PATH, when I try running QMake I get "bash: qmake: command not found".
I even tried - in a desperate act - to copy the QMake file to my workspace in Scratchbox and try running it again, but I still get the "command not found" error...
What am I doing wrong?! I installed QT well (as far as I know) - so why isn't everything working like a charm like in Nokia's tutorial video?
Thanks in advance everyone!
P.S - I tried searching the forum (and the net) for a solution, but found none that actually helped...