Sorry to veeran,I've no ideal about what your .pro setting had missied.But I
think there maybe a lib about _ZTISt9bad_alloc like lost or should be
recompiled.

2010/12/20 <veeranjaneyulu.t...@nokia.com>

>  Hi ,
>
>
>
> Please find below .pro content.
>
>
>
> #DEFINES += DPRINTF
>
> DEFINES += __SYMBIAN32__
>
> DEFINES += DLOGFILE
>
> TEMPLATE = app
>
>
>
> VCLIBPATH = ..\VClibNew
>
> VENDOR = $$VCLIBPATH\vendor
>
>
>
> QT += core \
>
>     gui
>
>
>
> system(subwcrev .. panoramarevision.templ.h panoramarevision.h)
>
>
>
> INCLUDEPATH += $$VENDOR\tnt
>
> INCLUDEPATH += $$VENDOR\libjpeg
>
> INCLUDEPATH += $$VENDOR\maxflow
>
>
>
> INCLUDEPATH += ../AppCommon
>
>
>
> HEADERS += ../AppCommon/LogFile.h \
>
>     ../AppCommon/DirFileOp.h \
>
>     ../AppCommon/openglscene.h \
>
>     ../AppCommon/Panorama.h
>
>
>
> SOURCES += ../AppCommon/DirFileOp.cpp \
>
>     ../AppCommon/main.cpp \
>
>     ../AppCommon/Panorama.cpp \
>
>     ../AppCommon/openglscene.cpp
>
>
>
> HEADERS += \
>
>     ../AppCommon/Tracker.h \
>
>     ../AppCommon/Utility.h \
>
>     ../AppCommon/transparentPushButton.h \
>
>     ../AppCommon/PanoramaEngine.h \
>
>     ../AppCommon/minimap.h \
>
>
>
> SOURCES += \
>
>     ../AppCommon/Tracker.cpp \
>
>     ../AppCommon/Utility.cpp \
>
>     ../AppCommon/transparentPushButton.cpp \
>
>     ../AppCommon/PanoramaEngine.cpp \
>
>     ../AppCommon/minimap.cpp
>
>
>
> SOURCES += ../VClibNew/src/util/progressreporter.cpp
>
>
>
> #for Panorama viewer
>
> INCLUDEPATH += ../PanoramaViewer/src
>
> HEADERS += ../PanoramaViewer/src/Icon.h \
>
>            ../PanoramaViewer/src/PanoWidget.h \
>
>            ../PanoramaViewer/src/ScrollArea.h \
>
>            ../PanoramaViewer/src/Viewer.h \
>
>            ../PanoramaViewer/src/ImageItem.h \
>
>            ../PanoramaViewer/src/UserDefaults.h \
>
>            ../PanoramaViewer/src/ExtendedSettings.h \
>
>            ../PanoramaViewer/src/KineticScrolling.h \
>
>            ../PanoramaViewer/src/MessageBox.h
>
>
>
> SOURCES += ../PanoramaViewer/src/Icon.cpp \
>
>            ../PanoramaViewer/src/PanoWidget.cpp \
>
>            ../PanoramaViewer/src/ScrollArea.cpp \
>
>            ../PanoramaViewer/src/Viewer.cpp \
>
>            ../PanoramaViewer/src/ImageItem.cpp \
>
>            ../PanoramaViewer/src/UserDefaults.cpp \
>
>            ../PanoramaViewer/src/ExtendedSettings.cpp \
>
>            ../PanoramaViewer/src/KineticScrolling.cpp \
>
>            ../PanoramaViewer/src/MessageBox.cpp
>
>
>
> #FORMS += Panorama.ui
>
>
>
> //RESOURCES +=
>
> symbian {
>
>                 ICON = pano.svg
>
>
>
>     TARGET.UID3 = 0x20031E7B
>
>     INCLUDEPATH += $$VENDOR\tnt
>
>                 INCLUDEPATH += $$VENDOR\libjpeg
>
>                 INCLUDEPATH += $$VENDOR\maxflow
>
>                 INCLUDEPATH += ..\ICL_Jpeg\export_hdr
>
>                 INCLUDEPATH += ..\ICL_Jpeg\inc
>
>     INCLUDEPATH += \epoc32\include\stdapis\stlportv5\stl \ #//
> \epoc32\include\stdapis\stlportv5 \
>
>         $$VCLIBPATH\inc \
>
>         $$VCLIBPATH\inc\util\
>
>                                 $$VCLIBPATH\inc\core \
>
>                                 $$VCLIBPATH/src/label $$VCLIBPATH/src/blend
> $$VCLIBPATH/src/color $$VCLIBPATH/src/reg \
>
>         ..\CaptureEngine\symbian\src \
>
>         ..\ViewfinderAlignment\symbian\src \
>
>
>
>     #LIBS += -L$$VCLIBPATH\lib
>
>     LIBS += _L\epoc32\release\armv5\urel
>
>     LIBS += -llibstdcpp \
>
>         -lCaptureEngine \
>
>         -lfbscli \
>
>         -lecam \
>
>         -lavkon \
>
>         -lefsrv \
>
>         -lcone \
>
>         -leikcore \
>
>         -lDigestTracker \
>
>         -lhal \
>
>         -lMediaClientAudio \
>
>         -lbitmaptransforms \
>
>         -lVClib \
>
> #        -llibjpeg \
>
>         -lws32 \
>
>         -lExifLib \
>
>         -lHWRMVibraClient \
>
>         -lremconcoreapi \
>
>         -lRemConInterfaceBase \
>
>         -licljpeg \
>
>         -llibGLESv2 \
>
>                                 -llibEGL \
>
>                                 -lusbman
>
>
>
>     TARGET.CAPABILITY += LocalServices \
>
>         NetworkServices \
>
>         ReadUserData \
>
>         UserEnvironment \
>
>         WriteUserData \
>
>         Location \
>
>         PowerMgmt \
>
>         ProtServ \
>
>         ReadDeviceData \
>
>         SurroundingsDD \
>
>         SwEvent \
>
>         TrustedUI \
>
>         WriteDeviceData
>
>     #ICON = qgn_menu_Panorama.svg
>
>     TARGET.EPOCSTACKSIZE = 0x10000
>
>     TARGET.EPOCHEAPSIZE = 0x10000 \
>
>         0x3000000
>
> }
>
> DEFINES += VCLIB_NO_PNG
>
> DEFINES += OGLES2_VIEWER_AFTER_WARPING
>
> DEFINES += SCROLL_VIEWER
>
> DEFINES += N8_SCALE_CROP
>
> RESOURCES += Panorama_resource.qrc
>
>
>
> Thanks,
>
> Veeru.
>
>
>
> *From:* qt-creator-bounces+veeranjaneyulu.toka=nokia....@qt.nokia.com[mailto:
> qt-creator-bounces+veeranjaneyulu.toka<qt-creator-bounces%2Bveeranjaneyulu.toka>
> =nokia....@qt.nokia.com] *On Behalf Of *ext Hex Lee
> *Sent:* Monday, December 20, 2010 2:14 PM
> *To:* qt-creator@qt.nokia.com
> *Subject:* Re: [Qt-creator] liker errors while building in qt creator
>
>
>
> you should list what content int your .pro setting
>
> 2010/12/20 <veeranjaneyulu.t...@nokia.com>
>
> Hi All,
>
>
>
> I am getting below linker errors while building using Qt creator.
>
>
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
>
> ERROR: Unresolved symbol: _ZNSt9bad_allocC1Ev
>
> ERROR: Unresolved symbol: _ZNSt9bad_allocC1ERKS_
>
> ERROR: Unresolved symbol: _ZNSt9bad_allocD1Ev
>
> ERROR: Unresolved symbol: _Z16backend_allocatej
>
> ERROR: Unresolved symbol: _ZNSt12__node_alloc11_M_allocateERj
>
> ERROR: Unresolved symbol: _ZNSt9bad_allocD1Ev
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _Z12backend_freePv
>
> ERROR: Unresolved symbol: _ZNSt12__node_alloc13_M_deallocateEPvj
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
>
>
> Please let me know if I missed out any settings in .pro or do I need to add
> any macro.
>
>
>
> Thanks,
> Veeru.
>
>
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
_______________________________________________
Qt-creator mailing list
Qt-creator@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to