December 3, 2010

niqt niqt
Lab Rat
48 posts

phnonon-backend

 

Hi,
whe i configure qt with -gd -phonon -phonon-backend i have error in linking on function libgd. Is it version problem?

14 replies

December 3, 2010

thp thp
Lab Rat
35 posts

Can you please post the exact error message that the compiler/linker gives you?

December 3, 2010

Smar Smar
Lab Rat
269 posts

You don’t have gd library where it is trying to find it. Try something like “cave resolve gd” with your package manager.
http://catb.org/~esr/faqs/smart-questions.html

December 3, 2010

niqt niqt
Lab Rat
48 posts

Hi,
my error is here:
error log [pastebin.com]

December 3, 2010

thp thp
Lab Rat
35 posts

Maybe try to clean the project and run the configure script again and check if you have all dependencies installed? The error message linked does not show (afaict) any problem linking with gd or something, but other unresolved symbols when trying to build QtGui.

December 3, 2010

blex blex
Lab Rat
191 posts

I do not see QtCore in the linker -l options. Is it correct?

 Signature 

————————————

Oleksiy Balabay

December 4, 2010

Deleted Member # 14e8 Deleted Member # 14e8
Lab Rat
355 posts

Assuming that you target Symbian, let me suggest this instead:
http://tamss60.tamoggemon.com/2010/04/22/proper-sound-and-background-music-with-qt-for-symbian/

December 4, 2010

QtK QtK
Lab Rat
1140 posts
tamhanna wrote:
Assuming that you target Symbian, let me suggest this instead: http://tamss60.tamoggemon.com/2010/04/22/proper-sound-and-background-music-with-qt-for-symbian/

I had read somewhere for Symbian not to depend on Phonon. Some better alternative will be provided in the next Qt Mobility version.

December 4, 2010

Deleted Member # 14e8 Deleted Member # 14e8
Lab Rat
355 posts

hi Qtk,
sorry – but I have ti disappoint you. Qt Mobility is a knife, and Phonon is a stenley – but both a sharp.

Trust me and use the native version outlined above. Saves you heartache..

December 4, 2010

QtK QtK
Lab Rat
1140 posts

tamhanna wrote:
hi Qtk,
sorry – but I have ti disappoint you. Qt Mobility is a knife, and Phonon is a stenley – but both a sharp.

Trust me and use the native version outlined above. Saves you heartache..

I do completely agree with you. But if Nokia wants to push Qt development for Symbian platform they will have to sort these issues quickly. If I have to develop application using native Symbian API’s. I would prefer to do everything in Symbian with custom LAF.

And moreover for someone new to Symbian learning it would take some time.

December 4, 2010

Deleted Member # 14e8 Deleted Member # 14e8
Lab Rat
355 posts

Hi qtk,
this is why I try my best with the blog.

To be honest: I have no idea why there are these obscene issues which we saw with Mobility. But they are there…

December 4, 2010

QtK QtK
Lab Rat
1140 posts

Hope these issues are addressed quickly.

December 4, 2010

Deleted Member # 14e8 Deleted Member # 14e8
Lab Rat
355 posts
QtK wrote:
Hope these issues are addressed quickly.

Looking at the past, I am pessimistical.

December 4, 2010

Smar Smar
Lab Rat
269 posts
nicola1 wrote:
Hi, my error is here: error log [pastebin.com]

Longer log would be much nicer.

`QEventDispatcherGlib::QEventDispatcherGlib(QObject*)’

It doesn’t find some Glib specific stuff. It means that -lglib doesn’t match. Either you don’t have library in correct place, or more likely, you’ve done something wrong, trying different way of building first and didn’t clean up or something like that. Anyway, need more info.

December 4, 2010

Deleted Member # 14e8 Deleted Member # 14e8
Lab Rat
355 posts

As already said try to avoid it if you can at any cost.

 
  ‹‹ Queued signals / slots help      QComboBox in a QTableView ››

You must log in to post a reply. Not a member yet? Register here!