![]() |
2010-06-15
, 08:43
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#2
|
The Following 2 Users Say Thank You to gionni88 For This Useful Post: | ||
![]() |
2010-06-15
, 09:45
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#3
|
The multimedia lib on n900 and the one on sdk are different. To solve it I had to install last MADDE (which has the correct libs) and compile from it or sdk after having added a qt profile using the qmake installed with latest madde.
The Following User Says Thank You to danielwilms For This Useful Post: | ||
![]() |
2010-06-15
, 14:44
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#4
|
![]() |
2010-06-15
, 15:40
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#5
|
I've been trying to create a small app that will play an MP3 using the QtMobility multimedia classes.
This app compiles and runs fine on Windows and Linux.
On my N900, it just keeps crashing with the following output:
"symbol lookup error: ./12: undefined symbol: _ZN10QtMobility14QMediaPlaylistC1EP7QObject"
I have PR1.2, I have installed libqtm-*, I have installed the qt-mobility-examples (player works fine).
I am compiling with the Nokia SDK beta and I have been unsuccessful for the past 2 weeks in even getting a hint at what might be going wrong.
My code is attached, the compiled binary is attached.
Any help is appreciated (even moral support!)