The Following 3 Users Say Thank You to Nathan For This Useful Post: | ||
![]() |
2009-09-12
, 05:12
|
Posts: 11 |
Thanked: 0 times |
Joined on Sep 2009
|
#92
|
![]() |
2009-09-12
, 05:55
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#93
|
As a small status update last night I successfully compiled a full copy of QT-Creator on my linux VM so that I can actually start doing a plugin for it. YEH!
Once I have time I plan on making a Plugin for QT-Creator that will handle the Xephyr/Scratchbox complexity. ;-D
Basically My idea is to have an ability to choose your "target" Native, Scratchbox x86, Scratchbox Armel. Depending on what you pick it should then handle what needs to happen. Unless others can think of a better way; I think the easist method would be probably to sync the code into the environment and then compile it.
The Following User Says Thank You to pillar For This Useful Post: | ||
![]() |
2009-09-14
, 06:33
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#94
|
![]() |
2009-09-14
, 20:59
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#95
|
Nathan: Just a thought - Esbox has scratchbox and Xephyr integration on eclipse. Maybe you could find something there to help with the integration with QtCreator as well?
The Following 3 Users Say Thank You to Nathan For This Useful Post: | ||
![]() |
2009-09-15
, 08:10
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#96
|
![]() |
2009-09-15
, 13:13
|
Posts: 11 |
Thanked: 0 times |
Joined on Sep 2009
|
#97
|
![]() |
2009-09-15
, 13:17
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#98
|
![]() |
2009-09-15
, 13:36
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#99
|
Nathan
Is the connecting to 1.0.0.0 would be solved with your new build. I still get that error at step3. nothing seems could get pass that.
Also with the new build, will all the components will be re downloaded; that's like downloading a GB.
The Following User Says Thank You to Nathan For This Useful Post: | ||
![]() |
2009-09-15
, 14:47
|
Posts: 11 |
Thanked: 0 times |
Joined on Sep 2009
|
#100
|
![]() |
Tags |
development, fremantle, maemo, maemo 5, programming, sdk, virtual machine, virtualpc, windows, windows 7 |
Thread Tools | |
|
QT: installed and running great (though I really don't know how to emulate on Xepher yet)[/quote]
To make a QT app for Xephyr you need to follow the general Maemo QT development Wiki (Should be a link in the VM's firefox browser <G>).
Their is no real integration yet. the vm image was designed at this point to get you "started" with the linux side of things and eliminate as many road blocks as I could to getting Windows developers up and running. You can now start following the wiki and learning, w/o the complexities of getting linux setup (and the vm compatibilty stuff), getting scratchbox, xephyr and qt.
As a small status update last night I successfully compiled a full copy of QT-Creator on my linux VM so that I can actually start doing a plugin for it. YEH!
Once I have time I plan on making a Plugin for QT-Creator that will handle the Xephyr/Scratchbox complexity. ;-D
Basically My idea is to have an ability to choose your "target" Native, Scratchbox x86, Scratchbox Armel. Depending on what you pick it should then handle what needs to happen. Unless others can think of a better way; I think the easist method would be probably to sync the code into the environment and then compile it.
the install script suggested that I run an apt-get update inside of scratchbox, and I'm getting the following error:
W: GPG error: http://repository.maemo.org fremantle Release: Couldn't access keyring: 'No such file or directory'
This continues for 7 more dependencies.
Yeah, they appeared to be having either bandwidth issues or doing some updates. I don't recall any errors about coupldn't access keyring. You might need to do a "fakeroot apt-get update" inside the scratchbox...
I read that thread -- it does appear that they had the same issue with some packages not being downloaded. Their is "five" set of packages.
1. Scrachbox (Main Install)
2. Scracthbox - Armel (SDK)
3. Scratchbox - x86 (SDK)
4. Scrachbox - Armel (Binaries)
5. Scratchbox - x86 (Binaries)
If something breaks in any one of them you get a crappy install.
I have seen the binaries fail, so I have a simple check on the two binaries installs (Error 1 & Error 2). If you get those, you just need to re-run the script and hopefully the repository will be working at that point.
Nathan.