Hello, I have a slight problem compiling my applications. It used to run very nicely but I had to format the disk and then reinstall all. After reinstallation I had few PATH problems but I think that is solved, programs "compile" now but I dont get .app files to run within the emulator. I only get .app for ARMI which cant be run on emulator (I get system error when moving it into wins/z/apps/helloworld/)
Main problem is that I actually cant see source code compiling in compile process. Here is the entire compile code:
------------------------------
C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>bldmake bldfiles
C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>abld build wins
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\EXPORT.make" EXPORT VERBOSE=-s
Nothing to do
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" MAKEFILE VERBOSE=-s
perl -S makmake.pl -D \SYMBIAN\6.1\SERIES60\SERIES60EX\HELLOWORLD\GROUP\
HELLOWORLD WINS
WARNING: Should install MSVC6 Service Pack 3
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" LIBRARY VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" LIBRARY
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" RESOURCE CFG=UDEB VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUDEB
1 file(s) copied.
diff: ..\..\..\..\..\..\Symbian\6.1\Series60\EPOC32\INCLUDE\HELLOWORLD.RSG: No s
uch file or directory
1 file(s) copied.
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" RESOURCE CFG=UREL VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUREL
1 file(s) copied.
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" TARGET CFG=UDEB VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" UDEB
'cl.exe' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'cl.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
xe"' : return code '0x2'
Stop.
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" TARGET CFG=UREL VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" UREL
'cl.exe' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'cl.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
xe"' : return code '0x2'
Stop.
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" FINAL CFG=UDEB VERBOSE=-s
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
ES60EX\HELLOWORLD\GROUP\WINS.make" FINAL CFG=UREL VERBOSE=-s
C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>
------------------------------
No source compiling and I just tried to compile helloworld program.
Thanks in advance.





