The Following 3 Users Say Thank You to javispedro For This Useful Post: | ||
![]() |
2015-03-20
, 07:41
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#12
|
One of the worst things about Nokia N900 is the lack of libc and core GNU components.
This unfortunately did not happen, which still makes Nokia N900 king of mobile devices in 2015, which is quite sad considering it was released in 2008.
![]() |
2015-10-13
, 17:35
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#13
|
Project ERROR: Unknown module(s) in QT: declarative
Installed qt5-qtdeclarative-5.2.1+git39-1.32.3.armv7hl Qt Declarative library Available qt5-qtdeclarative-5.2.1+git39-1.32.3.source Qt Declarative library
![]() |
2015-10-13
, 18:33
|
|
Posts: 202 |
Thanked: 165 times |
Joined on Jul 2012
@ Apeldoorn, Netherlands
|
#14
|
pkcon install <name of package>
zypper in <name of package>
![]() |
2015-10-13
, 18:42
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#15
|
Wasn't sure where to ask so I ask here. Seems just a good a place as any, short of starting a new thread.
I am trying to build an existing Harmattan application on Sailfish. I have absolutely zero time and incentive to faff around with SDKs so I am building it on the phone itself. Please bear that in mind and please, please, please avoid answers of the "use the SDK" type. If I cannot build it on the phone itself, I cannot build it at all. Simple as that.
So, here it goes. I have the Harmattan sources. QMake gives me:
I am sure there will be more problems later but one at a time.Code:Project ERROR: Unknown module(s) in QT: declarative
'pkcon search name declarative' gives me a loooong list, containing amongst others...
I assume I need the 'sources' package but how do I get it on the phone?Code:Installed qt5-qtdeclarative-5.2.1+git39-1.32.3.armv7hl Qt Declarative library Available qt5-qtdeclarative-5.2.1+git39-1.32.3.source Qt Declarative library
(Yes, I am such a noob!)
![]() |
2015-10-13
, 19:13
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#16
|
Oh, and the "use the SDK" answer is really what you want to hear.
![]() |
2015-10-14
, 12:42
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#17
|
The Following 3 Users Say Thank You to pichlo For This Useful Post: | ||
![]() |
2015-10-14
, 12:50
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#18
|
The Following 2 Users Say Thank You to coderus For This Useful Post: | ||
![]() |
2015-10-14
, 12:53
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#19
|
The Following User Says Thank You to coderus For This Useful Post: | ||
![]() |
2015-10-14
, 13:02
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#20
|
you should not use declarative module in Qt5, use QT += quick and QT += qml instead
And the best place to solve dev questions is #sailfishos freenode irc channel
The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
Tags |
developing, sailfish os |
|
Not only you can install gcc/make on it, but it's also much cleaner than on the N900 -- where the compilers in the official SDK repo had some problems thanks to scratchbox1 contamination.