Framework used:
Symbian Test Unit
Other tools:
Symbian S60 Series SDK
Visual Studio 2005
Problem Description:
I downloaded an example package for Symbian test unit from the site www.bughuntress.com . Prior to running the example it is said that you have to build the project using makmake utility. Then use Visual Studio to perform the next "build" operation and then run the project.
I placed the downloaded zip file inside the "Symbian" directory in my C drive. Then I extracted the file.
The given package consists of a file named SymbainUnit.mmp. In the readme file it is said that, it is this file that has to be built. I gave the command "makmake SymbianUnit.mmp wins" to build the file. Consequently, building is done but some warnings are shown as follows:
1. "Cannot determine the version of the RVCT complier"
2. "#pragma once" is obsolete (this warning comes for several .h files)
But I do not think these are major warnings. My main problem is what comes after this.
After the file has been built I give the command "nmake -f Symbianunit.wins" to run the file.
The following error messages are shown:
Copyright (C) Microsoft Corporation. All rights reserved.
perl -S emkdir.pl
"\Symbian\9.1\S60_3rd\EPOC32\BUILD\Symbian\build\vc71_symbian\SymbianUnit\
WINS\UDEB"
Can't find emkdir.pl on PATH.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.EXE' : return code '0x2'
Stop.
Can't solve the above problem. So please help.




