Hi,
There have been quite a few people asking to use Symbian ^ 3 with Qt 4.6.3 in the Qt SDK and Tools discussion.
My finding are
This SDK is going to the wrong path even though the correct paths is given.Code:C:\Qt\4.6.3\examples\webkit\simpleselector>make -f "\Nokia\devices\Nokia_Symbia n3_SDK_v0.8\EPOC32\BUILD\Qt\4.6.3\examples\webkit\simpleselector\SIMPLESELECTOR_ 0XA000D7CC\GCCE\SIMPLESELECTOR_0XA000D7CC.GCCE" UREL C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\tools\make.exe: *** No rule to make target `\Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\release\gcce\urel\qtmain.lib', needed by `\Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\release\gcce\urel\simpleselector.exe'. Stop.
See below when I put a copy of qtmain.lib in \Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\release\gcce\urel\qtmain.lib' the linker started.
The lib exists at "\Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\release\ARMV5\urel\qtmain.lib"Code:C:\Qt\4.6.3\examples\webkit\simpleselector>make -f "\Nokia\devices\Nokia_Symbia n3_SDK_v0.8\EPOC32\BUILD\Qt\4.6.3\examples\webkit\simpleselector\SIMPLESELECTOR_ 0XA000D7CC\GCCE\SIMPLESELECTOR_0XA000D7CC.GCCE" UREL checklib stdc++ --elf \Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\release\ARMV5\urel\qtmain.lib
Finally the compiler (linker) coughs an unfixable error
Code:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\release\gcce\urel\qtmain.lib(qts60main_mcrt0.o): In function `BuildAttributes$$ARM_ISAv6$M$E$P$PE$A:L22$X:L11$S22$ IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OSPACE$IEEEJ$EBA8$UX$REQ8$PRES8$EABIv2':\iwmae\buildS60____PADDING________\src\s60main\qts60main_mcrt0.cpp:(.ARM.extab+0xc): undefined reference to `typeinfo for std::exception' C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\tools\make.exe: *** [\Nokia\devices\Nokia_Symbian3_SDK_v0.8\epoc32\release\gcce\urel\simpleselector.exe] Error 1
There appears only one reference on the Dibo see http://discussion.forum.nokia.com/fo...ined-reference
No matter how many libraries or versions used this will not link
the file simpleselector.exe is not created . A map is created but I cannot see any errors in this.
Thanks,
Jim



