Hi all,
I am following the step-by-step instructions in the INSTALL file in 4.5.0-garden folder and I am running into this problem.
I have done the following (which are the steps in INSTALL)
1. Install needed IDE and SDKs
--> I installed "Carbide.c++ v2.00"
--> I installed "S60 Platform SDK 3rd Edition"
--> I installed "Open C/C++ for S60 3rd Edition"
2. Install Qt
--> I installed it as instructed under C:\Qt\4.5.0-garden\
3. Environment variables
--> I have extended the PATH variable with the c:\Qt\4.5.0-garden\bin
4. Configure Qt
--> I typed these two commands:
1) cd \Qt\4.5.0-garden
2) "configure -platform win32-mwc -xplatform symbian-abld"
5. Build Qt
--> I installed qts60binaries\3.x\qtlibs-4.5.0-garden.exe under my directory C:\Symbian\9.1\S60_3rd\ and it produced a folder called \Epoc32
--> The next step states: To build Qt for the emulator, type: make debug-winscw
When I type this, I get the following error output... (here is the beginning of the output...)
C:\Qt\4.5.0-garden>make debug-winscw
ABLD.BAT build winscw udeb
make -r -f "\Symbian\9.1\S60_3rd\EPOC32\BUILD\Qt\4.5.0-garden\EXPORT.make" EXPORT VERBOSE=-s
make[1]: Entering directory `C:/Qt/4.5.0-garden'
Nothing to do
make[1]: Leaving directory `C:/Qt/4.5.0-garden'
make -r -f "\Symbian\9.1\S60_3rd\EPOC32\BUILD\Qt\4.5.0-garden\WINSCW.make" MAKEFILE VERBOSE=-s
make[1]: Entering directory `C:/Qt/4.5.0-garden'
make -s -C \Qt\4.5.0-garden\src\s60main -f "MAKEFILE_0X2001E61F.MK" TO_ROOT=..\..\..\.. EPOCBLD=..\
..\..\..\Symbian\9.1\S60_3rd\EPOC32\BUILD\Qt\4.5.0-garden\MAKEFILE_0X2001E61F\WINSCW TO_BLDINF=..\..
\..\..\Qt\4.5.0-garden PLATFORM=WINSCW MAKMAKE
perl -S makmake.pl -D \Qt\4.5.0-garden\src\s60main\S60MAIN_0X2001E61F WINSCW
WARNING: Cannot determine the version of the RVCT Compiler.
MMPFILE "\Qt\4.5.0-garden\src\s60main\S60MAIN_0X2001E61F.MMP"
WARNING: \Qt\4.5.0-garden\src\s60main\S60MAIN_0X2001E61F.MMP(37) : SYSTEMINCLUDE path "\Qt\4.5.0-gar
den\src\s60main\/epoc32/include\" not found
WARNING: \Qt\4.5.0-garden\src\s60main\S60MAIN_0X2001E61F.MMP(38) : SYSTEMINCLUDE path "\Qt\4.5.0-gar
den\src\s60main\/epoc32/include/stdapis\" not found
WARNING: \Qt\4.5.0-garden\src\s60main\S60MAIN_0X2001E61F.MMP(39) : SYSTEMINCLUDE path "\Qt\4.5.0-gar
den\src\s60main\/epoc32/include/stdapis/sys\" not found
WARNING: Can't find following headers in System Include Path
<appinfo.rh> <eikon.rh> <avkon.rh>
(Sys Inc Paths "\Qt\4.5.0-garden\src\s60main\../../include\" "\Qt\4.5.0-garden\src\s60main\../../inc
lude/tmp\" "\Qt\4.5.0-garden\src\s60main\../../mkspecs/symbian-abld/stl-off\" "\Qt\4.5.0-garden\src\
s60main\../../mkspecs/symbian-abld/stl-off/tmp\" "\Qt\4.5.0-garden\src\s60main\../../mkspecs/symbian
-abld\" "\Qt\4.5.0-garden\src\s60main\../../mkspecs/symbian-abld/tmp\" "\Qt\4.5.0-garden\src\s60main
\/epoc32/include\" "\Qt\4.5.0-garden\src\s60main\/epoc32/include/stdapis\" "\Qt\4.5.0-garden\src\s60
main\/epoc32/include/stdapis/sys\" "\Qt\4.5.0-garden\src\s60main\" "\Qt\4.5.0-garden\src\s60main\tmp
\" "\Qt\4.5.0-garden\src\s60main\tmp/tmp\" "\Qt\4.5.0-garden\src\s60main\../../include/QtCore\" "\Qt
\4.5.0-garden\src\s60main\../../include/QtCore/tmp\" "\Qt\4.5.0-garden\src\s60main\tmp/moc/debug_sha
red\" "\Qt\4.5.0-garden\src\s60main\tmp/moc/debug_shared/tmp\" "\Symbian\9.1\S60_3rd\epoc32\include\
variant")
Can anyone shed some light on my issue?
thanks in advance!





