Reply
Thread Tools
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#11
have you included the path in your .pro file ?
INCLUDEPATH += . src /usr/include/calendar-backend
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#12
Originally Posted by Lullen View Post
Hmm, strange. I am using the new nokia qt sdk with the device(pr 1.2 installed)... When I type in #include <CCalender.h> it tells me that I do not have the file.
Have you added as well the information in the *.pro file? You could have a look at the example or just add the two lines:

Code:
CONFIG += link_pkgconfig

PKGCONFIG += calendar-backend
Daniel

edit: @krk969 sorry, I have overseen your comment
 

The Following User Says Thank You to danielwilms For This Useful Post:
Posts: 289 | Thanked: 101 times | Joined on Oct 2009
#13
krk969s info was new so I tried it but with no success. Daniel, I have done that.
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#14
I understand from one of you previous post calendar-backend-dev was missing from your env ?

you will need that for these development headers.
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Posts: 289 | Thanked: 101 times | Joined on Oct 2009
#15
I found the package in a respository but wich is this?
http://maemo.org/packages/package_in.../0.5-8.63+0m5/
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#16
in your debian control file , Build-Depends section
add
calendar-backend, calendar-backend-dev, calendar-ui,
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Posts: 289 | Thanked: 101 times | Joined on Oct 2009
#17
I have no idea how I do that
I did a search on my computer and I did find the files there at least
 
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#18
Originally Posted by Lullen View Post
krk969s info was new so I tried it but with no success. Daniel, I have done that.
But are you building your sources for maemo or for your desktop PC?

Daniel
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#19
in your package folder there is a debian folder which has this control file.
inside that this is what you need to do

Source: <yourpackage>
Section: user/utilities
Priority: extra
Maintainer: lullen@email.com
Build-Depends: debhelper (>= 5), calendar-backend, calendar-backend-dev, calendar-ui, ..... and any other dependent packages
Standards-Version: 3.8.1
Homepage:
.....
...
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Posts: 289 | Thanked: 101 times | Joined on Oct 2009
#20
Originally Posted by danielwilms View Post
But are you building your sources for maemo or for your desktop PC?

Daniel
I am building it for maemo.
And that debian folder / control file it must be somewhere but I think it is strange that I would have a debian folder on my win pc. And on the phone I do not know where anything is
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:53.