Hi,
I've created a S60 2.x Control Based GUI Application using Carbide.C++ Express from the wizard dialog.
I didn´t change the source, but when I compile I got the following error:
I'm using portuguese, but this error message is:Code:**** Full rebuild of configuration S60 2.8 Emulator Debug for project test42 **** make -k clean all rm C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\DATA\Z\system\apps\test42\test42.aif .\src\test42App.o .\src\test42AppUi.o .\src\test42Container.o .\src\test42Document.o .\.generated\winscw_uid.o C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINSCW\UDEB\Z\system\apps\test42\test42.rsc C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINSCW\UDEB\Z\system\apps\test42\test42_caption.rsc C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINSCW\UDEB\Z\system\apps\test42\test42aif.rsc C:\Symbian\8.1a\S60_2nd_FP3\epoc32\release\WINSCW\UDEB\Z\system\apps\test42\test42.app process_begin: CreateProcess((null), rm C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\DATA\Z\system\apps\test42\test42.aif .\src\test42App.o .\src\test42AppUi.o .\src\test42Container.o .\src\test42Document.o .\.generated\winscw_uid.o C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINSCW\UDEB\Z\system\apps\test42\test42.rsc C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINSCW\UDEB\Z\system\apps\test42\test42_caption.rsc C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINSCW\UDEB\Z\system\apps\test42\test42aif.rsc C:\Symbian\8.1a\S60_2nd_FP3\epoc32\release\WINSCW\UDEB\Z\system\apps\test42\test42.app, ...) failed. make (e=2): O sistema não pode encontrar o arquivo especificado. make: [clean] Error 2 (ignored) ' ' 'Building file: ../data/test42.aifdef' 'Invoking: AIF Compiler' perl -S epocaifdef.pl -I"D:\Perl\bin" -I- -I"C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -o"C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/DATA/Z/system/apps/test42/test42.aif" ../data/test42.aifdef process_begin: CreateProcess((null), perl -S epocaifdef.pl -ID:\Perl\bin -I- -IC:\Symbian\8.1a\S60_2nd_FP3\epoc32\include -oC:/Symbian/8.1a/S60_2nd_FP3/EPOC32/DATA/Z/system/apps/test42/test42.aif ../data/test42.aifdef, ...) failed. make (e=2): O sistema não pode encontrar o arquivo especificado. make: *** [C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/DATA/Z/system/apps/test42/test42.aif] Error 2 'Building file: ../data/test42.rss' 'Invoking: Resource Compiler' perl.exe -S epocrc.pl -u -uid2 0x100039CE -uid3 0x00368E58 -DLANGUAGE_sc -I"C:\projetos\test42\inc" -I"C:\projetos\test42\data" -I- -I"C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -o"C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42.rsc" -hC:\Symbian\8.1a\S60_2nd_FP3\EPOC32\include\test42.rsg ../data/test42.rss process_begin: CreateProcess((null), perl.exe -S epocrc.pl -u -uid2 0x100039CE -uid3 0x00368E58 -DLANGUAGE_sc -IC:\projetos\test42\inc -IC:\projetos\test42\data -I- -IC:\Symbian\8.1a\S60_2nd_FP3\epoc32\include -oC:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42.rsc -hC:\Symbian\8.1a\S60_2nd_FP3\EPOC32\include\test42.rsg ../data/test42.rss, ...) failed. make (e=2): O sistema não pode encontrar o arquivo especificado. make: *** [C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42.rsc] Error 2 'Building file: ../data/test42_caption.rss' 'Invoking: Resource Compiler' perl.exe -S epocrc.pl -u -uid2 0x100039CE -uid3 0x00368E58 -DLANGUAGE_sc -I"C:\projetos\test42\inc" -I"C:\projetos\test42\data" -I- -I"C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -o"C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42_caption.rsc" -hC:\Symbian\8.1a\S60_2nd_FP3\EPOC32\include\test42_caption.rsg ../data/test42_caption.rss process_begin: CreateProcess((null), perl.exe -S epocrc.pl -u -uid2 0x100039CE -uid3 0x00368E58 -DLANGUAGE_sc -IC:\projetos\test42\inc -IC:\projetos\test42\data -I- -IC:\Symbian\8.1a\S60_2nd_FP3\epoc32\include -oC:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42_caption.rsc -hC:\Symbian\8.1a\S60_2nd_FP3\EPOC32\include\test42_caption.rsg ../data/test42_caption.rss, ...) failed. make (e=2): O sistema não pode encontrar o arquivo especificado. make: *** [C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42_caption.rsc] Error 2 'Building file: ../aif/test42aif.rss' 'Invoking: Resource Compiler' perl.exe -S epocrc.pl -u -uid2 0x100039CE -uid3 0x00368E58 -DLANGUAGE_sc -I"C:\projetos\test42\inc" -I"C:\projetos\test42\data" -I- -I"C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -o"C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42aif.rsc" -hC:\Symbian\8.1a\S60_2nd_FP3\EPOC32\include\test42aif.rsg ../aif/test42aif.rss process_begin: CreateProcess((null), perl.exe -S epocrc.pl -u -uid2 0x100039CE -uid3 0x00368E58 -DLANGUAGE_sc -IC:\projetos\test42\inc -IC:\projetos\test42\data -I- -IC:\Symbian\8.1a\S60_2nd_FP3\epoc32\include -oC:/Symbian/8.1a/S60_2nd_FP3/EPOC32/RELEASE/WINSCW/UDEB/Z/system/apps/test42/test42aif.rsc -hC:\Symbian\8.1a\S60_2nd_FP3\EPOC32\include\test42aif.rsg ../aif/test42aif.rss, ...) failed. make (e=2): O sistema não pode encontrar o arquivo especificado.
make (e=2): The system cannot find the file specified.
I tried change Project->Properties but I didn't have sucess...




