![]() |
2010-03-08
, 07:45
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#2
|
![]() |
2010-03-08
, 08:04
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#3
|
5. Anyone knows who wrote it? so I can tell him to correct it if it is
indeed a missing step?
The Following User Says Thank You to danielwilms For This Useful Post: | ||
![]() |
2010-03-08
, 08:06
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#4
|
The Following 2 Users Say Thank You to postformac For This Useful Post: | ||
![]() |
2010-03-08
, 12:22
|
|
Posts: 28 |
Thanked: 12 times |
Joined on Feb 2010
@ Scotland
|
#5
|
![]() |
2010-03-08
, 12:28
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#6
|
I found the same thing when I followed the tutorial. I'm not sure it matters since I think the only thing missing is the compiler for creating programs to run under Windows but I fixed it anyway by downloading and installing the Windows compiler version of Qt as well as the version listed in the wiki. When I next started Qt the path was there to the Windows compiler (make sure you still launch the v1.3.8x of QtCreator though not the v1.3.1)
I think its handy to have both so you can do a quick check of your code / forms etc in Windows before trying on device.
![]() |
2010-03-08
, 12:30
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#7
|
I followed this too, but without success:-
I cannot build the debugging helper.
Compiling for Maemo Device always fails - the compiler reports it does not support the .o filetype.
Installing the Mad Developer on the N900 asked for a root password change halfway through.
![]() |
2010-03-08
, 12:54
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#8
|
Just solved it,
I installed the Qt SDK from nokia site. http://qt.nokia.com/downloads/sdk-windows-cpp
It solved my problem.
![]() |
2010-03-08
, 12:57
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#9
|
Yes that is what I did too. If you now run the v1.3.8x version of Qt Creator you can design your forms, write your program, compile it and check it in Windows and then re-compile it for Maemo and test it live on the device over a USB connection all from within Qt creator as described in the original linked guide (using PCConnectivity). That allows you to give your program a quick test without having to package it and deploy it properly first.
![]() |
2010-03-08
, 13:13
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#10
|
Iv'e tried following the link above :
1. Installed QtCreator from the link in the guide.
2. Installed Madde
3. Opened QtCreator, and tried to set the Qt4 version,
no Qt installations were detected.
I look in the path, there are none.
4. Should I install Qt myself? What package do I need?
it doesn't specify this in the guide.
5. Anyone knows who wrote it? so I can tell him to correct it if it is
indeed a missing step?
Thx,
Eitam.
Last edited by eitama; 2010-03-08 at 07:37. Reason: Adding Picture.