The Following User Says Thank You to amr.fayz For This Useful Post: | ||
|
2012-07-18
, 13:35
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#62
|
May outdated cmake be the problem with applauncherd? In one of the amr.fayz' links it's claimed that some time ago applauncherd required cmake >= 2.8, and we have 2.6
./bootstrap --prefix=/usr \ --system-libs \ --mandir=/share/man \ --docdir=/share/doc/cmake-2.8.7 && make
make install
|
2012-07-18
, 13:36
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#63
|
try this
Download
www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz
Install CMake by running the following commands
HTML Code:./bootstrap --prefix=/usr \ --system-libs \ --mandir=/share/man \ --docdir=/share/doc/cmake-2.8.7 && make
HTML Code:make install
I did not try it but I hope it helps you
|
2012-07-18
, 13:43
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#64
|
|
2012-07-19
, 15:58
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#65
|
We have Qt 4.7.4 in CSSU
kernel - indeed newer, what needs it? We have 2.6.28 and libaegis-crypto is in extras-devel
|
2012-07-19
, 16:07
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#66
|
I mean Kernel is upgraded to version 2.6.32. no 2.6.28
I found n900_kernel_2.6.37
http://nin101.uni.cx/N900/rescueOS/sourcecode/
can u Made maemo deb file to it
|
2012-07-19
, 16:19
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#67
|
I don't think we need it. If anyone knows any other reason why cmake fails to link QtDeclarative, please let me know (http://talk.maemo.org/showpost.php?p...5&postcount=52)
|
2012-07-25
, 15:12
|
Posts: 5 |
Thanked: 15 times |
Joined on Jul 2012
|
#68
|
OK, after a couple of similar fixes as before, something new came out:
If it was qmake, then it should beCode:Linking CXX executable ut_dbooster /home/marcin/applauncher/applauncherd-3.0.3/src/qdeclarativebooster/libmdeclarativecache.so: undefined reference to `QDeclarativeView::QDeclarativeView(QWidget*)' collect2: ld returned 1 exit status
what should be added to cmake files? (I'm not familiar with cmake)Code:QT += declarative
The Following 2 Users Say Thank You to vcproj2cmake For This Useful Post: | ||
|
2012-07-25
, 17:49
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#69
|
http://www.kdab.com/using-cmake-with-qt-5/
shows some find_package() samples.
http://eiskaltdc.googlecode.com/svn-...CMakeLists.txt
has a find_package() QtDeclarative variant (not sure whether that one applies here - depends on the Qt version you use).
Given a successful result, then do something like:
target_link_libraries(my_target ${QT_something_LIBRARIES})
(see the FindQt.cmake file content on which libraries result variable it provides).
HTH!
target_link_libraries(mdeclarativecache ${LIBDL} ${QT_QTCORE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES})
target_link_libraries(mdeclarativecache ${LIBDL} ${QT_QTCORE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES} QtDeclarative)
I mean Kernel is upgraded to version 2.6.32. no 2.6.28
Differences between Fremantle and Harmattan
http://harmattan-dev.nokia.com/unsta...omparison.html
Source http://harmattan-dev.nokia.com/docs/...Fremantle.html