![]() |
2011-03-01
, 12:04
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#2
|
![]() |
2011-03-01
, 13:24
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#3
|
![]() |
2011-03-01
, 13:36
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#4
|
![]() |
2011-03-01
, 14:14
|
Posts: 145 |
Thanked: 304 times |
Joined on Jan 2010
@ Milton Keynes, UK
|
#5
|
![]() |
2011-03-01
, 14:45
|
Posts: 101 |
Thanked: 381 times |
Joined on Aug 2010
|
#6
|
I am in the same boat. I have created my first application (a simple command line iCal importer/exporter using the api) and am at the packaging stage now. I used QtCreator to build my app.
I discovered this and plan on trying it out:
http://wiki.maemo.org/Packaging_Qt_C...r_Maemo_Extras
![]() |
2011-03-01
, 15:18
|
Posts: 36 |
Thanked: 45 times |
Joined on Jan 2010
@ Belgium
|
#7
|
![]() |
2011-03-01
, 15:20
|
Posts: 436 |
Thanked: 406 times |
Joined on Jan 2010
|
#8
|
![]() |
2011-03-01
, 15:34
|
Posts: 36 |
Thanked: 45 times |
Joined on Jan 2010
@ Belgium
|
#9
|
![]() |
2011-03-01
, 15:45
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#10
|
The work to repackage comes from the installation of the new QtSDK from Nokia. It seems that I have more folders than before and it always gives me errors.
To be on the safe side, I completely rebuilt my application following the instruction on http://wiki.maemo.org/Packaging_Qt_C...mo_Extras...as you all advise me.
The dpkg-buildpackage command complains that there is no rule to make the target clean. This is normal: there is no makefile. When following the procedure we never copied any make file!!! I copy the one from the folder "appname-build-maemo". Everything works fine....but the extra devel gives me a compilation error: "no rule to make target ../appname/appname.pro!!!
Grrrrrrr!!!!
This is even worse when you just want to share your small apps you developed for yourself as you do this time to time...and, of course, in the middle, tools have evolved and processes do not apply anymore.
This is my feeling today. I made my small application for me but I want to share it: open source is sharing no? The first release was like a battlefield: finding the info, testing , googling the errors...To release an application that took me 1 day to write, I spent 3 days to create a valid package. Even more disappointing, this package is stuck in extra-devel for months now.
As I use it, I found a bug. Correction: 1 hour but the process to battle to create the package starts again!!!.
Is there no simple way of creating those packages? I am working with QT but I am unable to find somewhere a complete and accurate description from start to end of the process. It is always information disperse on different forums with - "this works for me" info. When there is a new QT is it still valid??? Nobody knows. At the end of the day, is it worthwhile the amount of work for a casual developer? The egoist approach is much more easy: write for myself..no share!