The Following User Says Thank You to Nathan For This Useful Post: | ||
![]() |
2009-09-20
, 06:54
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#122
|
maemo@maemo-desktop:~/Maemo_Install/Scripts/Install$ sh Nokia_EULA
Nokia_EULA: 3: source: not found
Nokia_EULA: 4: CheckNetwork: not found
Nokia_EULA: 5: UpdateScripts: not found
Nokia_EULA: 6: CheckforScratchbox: not found
Please wait, loading Nokia EULA website...
-------------------------------------------------------------
When you close the browser & editor this window will close.
-------------------------------------------------------------
![]() |
2009-09-20
, 07:54
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#123
|
i don't know if my update scripts - script failed but i had a problem with eula-script. Went to command line and found out that Setup_Scratch_Sources didn't have +x needed for its execution. and also not found -stuff:
e: same problem with Install_Nokia_Binaries
just forget this if i've messed things myself up.
![]() |
2009-09-20
, 10:18
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#124
|
WOW! I have to say, you have just made me sit back and totally rethink my direction . See: http://talk.maemo.org/showthread.php?t=31892
Also, QT/Creator is available as a Native Windows app; so you don't have to run it as a Cygwin/x application. Unless you want to.
![]() |
2009-09-20
, 11:43
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#125
|
i'm glad to hear that i have given you new ideas
the beauty about using qtcreator from the VM is that you only have to set DISPLAY in the project's run environment to :2.0 and hit Run, instead of having to worry about syncing two repositories.
and it's not much slower, at least as far as i can tell.
i am currently at a stage where i'm trying to get my bearings, since i have no experience with C++ yet. i come from the "easy" side (java/.net) so im only doing very basic stuff wich doesn't compile long
in any case, the main issue is the speed of the virtual machine, if it's usable inside it's most likely gonna work over a remote X on the VM host. that's just a little more overhead(different story for graphic-intense projects of course)
i'm using it on a pentium 4 and find it usable for what little i am doing, and that's an ancient CPU in todays terms
![]() |
2009-09-20
, 12:35
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#126
|
#!/bin/sh export DISPLAY=windowshost:0.0 Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -kb & gnome-terminal --command="/bin/bash -c '~/Maemo_Install/Scripts/Development/Start_x86_Scratchbox'" & /home/maemo/qtsdk-2009.03/bin/qtcreator &
![]() |
2009-09-21
, 02:48
|
Posts: 91 |
Thanked: 65 times |
Joined on Feb 2009
|
#127
|
but what about maemo-specific libraries? can they be imported to work with qtcreator under windows? as i said i'm new to C++, so this might be as easy as including the header files...
The Following User Says Thank You to karatchov For This Useful Post: | ||
![]() |
2009-10-02
, 04:00
|
|
Posts: 805 |
Thanked: 440 times |
Joined on Aug 2009
@ Mississauga, On
|
#128
|
![]() |
2009-10-06
, 20:55
|
|
Posts: 805 |
Thanked: 440 times |
Joined on Aug 2009
@ Mississauga, On
|
#129
|
The Following User Says Thank You to joshua.maverick For This Useful Post: | ||
![]() |
2009-10-06
, 21:24
|
|
Posts: 805 |
Thanked: 440 times |
Joined on Aug 2009
@ Mississauga, On
|
#130
|
![]() |
Tags |
development, fremantle, maemo, maemo 5, programming, sdk, virtual machine, virtualpc, windows, windows 7 |
Thread Tools | |
|
Also, QT/Creator is available as a Native Windows app; so you don't have to run it as a Cygwin/x application. Unless you want to.
Nathan.