[Qt-creator] Build error

Heikkinen Miikka Miikka.Heikkinen at digia.com
Mon May 23 14:51:40 CEST 2011


Hi.

In your log when it tries to build the resources, there is some very weird path in one of the includes which I think breaks it:

-IN:/Panorama/builds/SymbianWin/Release/Panorama/(N:/QtSDK/Symbian/SDKs/Symbian3Qt473/)epoc32/include/stdapis/stlportv5/stl

Without seeing the actual project it is difficult to know exactly what is going on. My sample project does not add this "epoc32/include/stdapis/stlportv5/stl" path automatically, so that must be coming from your project somehow. You may have something like "INCLUDEPATH += ($$EPOCROOT)epoc32/include/stdapis/stlportv5/stl" in .pro file, which would be incorrect.

Try adding "-d -d -d" paremeters to the qmake call and rerunning qmake, the resulting log might provide some insight where the erroneous includepath is defined.

-Miikka

From: s60qt-bounces at lists.research.nokia.com [mailto:s60qt-bounces at lists.research.nokia.com] On Behalf Of veeranjaneyulu.toka at nokia.com
Sent: Monday, May 23, 2011 1:48 PM
To: S60QT at lists.research.nokia.com; qt-creator at qt.nokia.com
Subject: [S60 Qt Developers] RE: Build error

        This is continuation of the below mail.

        I am using QtSDK 1.1 and building for Symbian3 devices, and using Qtcreator 2.2. Attached the detailed log file.

Basically I think it is not compiling the resource files (.rss) and generate the rsc files. Just wondering if I missed out anything in my setup, plz help me to resolve these issues.
Thanks,
Veeru.

_____________________________________________
From: Toka Veeranjaneyulu (Nokia-SD/Bangalore)
Sent: Friday, May 20, 2011 4:37 PM
To: S60QT at lists.research.nokia.com; 'qt-creator at qt.nokia.com'
Subject: Build error


Hi,

When I try to build my project, I get the below errors.

FAILED resourcedependencies for arm.v5.urel.rvct2_2: epoc32\build\panorama\c_1aadcf705443aa25\Panorama_exe\Panorama_Panorama.rsc.d
mmp: Panorama_exe.mmp
FAILED resourcedependencies for arm.v5.urel.rvct2_2: epoc32\build\panorama\c_1aadcf705443aa25\Panorama_reg_exe\Panorama_reg_Panorama_reg.rsc.d
mmp: Panorama_exe.mmp
FAILED resourcecompile for arm.v5.urel.rvct2_2: epoc32\build\panorama\c_1aadcf705443aa25\Panorama_reg_exe\Panorama_reg_Panorama_reg.rsc
mmp: Panorama_exe.mmp
FAILED resourcecompile for arm.v5.urel.rvct2_2: epoc32\build\panorama\c_1aadcf705443aa25\Panorama_exe\Panorama_Panorama.rsc
mmp: Panorama_exe.mmp
FAILED resourcecompile.headerfill for arm.v5.urel.rvct2_2: epoc32\include\Panorama.rsg
mmp: Panorama_exe.mmp
N:\QtSDK\Symbian\SDKs\Symbian3Qt473\epoc32\tools\make.exe: *** [release-armv5] Error 1
The process "N:\QtSDK\Symbian\SDKs\Symbian3Qt473\epoc32\tools\make.exe" exited with code 2.
Error while building project Panorama (target: Symbian Device)
When executing build step 'Make'

I am not sure what could be the reason, could anyone helps me to resolve these errors?

Thanks,
Veeru.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20110523/e96909e5/attachment.html 


More information about the Qt-creator-old mailing list