PDA

View Full Version : 3583 compile errors when trying to build for Symbian



woodtluk
19th October 2010, 18:03
Hi there

I'm trying to compile my app for Symbian. But I get 3583 compile errors.
The first ones are about Int64 not defined. But I can't get the rest of the errors because QtCreator crashes.

It seems that some C++ STL stuff is not installed.

I had could compile the app yesterday. But it seems to be something with updating Qt.

For me Qt for Symbian is just not ready to use yet. Every now and then I run in problems.

Any advice?
Thx Luke

wysota
19th October 2010, 21:11
Can we see the first error?


For me Qt for Symbian is just not ready to use yet. Every now and then I run in problems.
Maybe the problem is not with Qt for Symbian? :)

woodtluk
19th October 2010, 22:26
So I think I solved the problem.

After a update nothing worked. So I removed Qt and installed Qt library for Symbian. But this didn't work.
Then I installed Nokia Qt SDK and it worked. Don't know why.


Maybe the problem is not with Qt for Symbian?
Of course often I make some wierd stuff. But for me there is a lot of potential to improve Qt for Symbian (or mobile devices in general). I'm shure that Nokia is working on that and I'm looking forward to feature releases.

Thanks anyway
Luke