make[1]: *** No rule to make target `\symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\WINSCW\UDEB\RtpService.lib', needed by `\symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\WINSCW\
How can i vary the path ????
make[1]: *** No rule to make target `\symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\WINSCW\UDEB\RtpService.lib', needed by `\symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\WINSCW\
How can i vary the path ????
Hi,
Google returns tens of results for keyword RtpService.lib, and I went through the first thread
"Compile SipRtpexApp"
http://discussion.forum.nokia.com/fo...d.php?t=119750
it seems that to use the RTP API you should first install the S60 3rd Edition FP1 SDK plug-in, which includes necessary headers/libraries, but note that there is libraries for target, so you can not build the source code for emulator (WINSCW).
Regards
Ziteng Chen
i selected "Phone release (GCCE)" build configuration as you mentioned before but anew error appeared:
1267324384734 *** missing separator. Stop.[\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\Carbide\workspace\RTPclient\group\RTPCLIENT\GCCE\RTPCLIENT.GCCE]
Last edited by mohamed gamal; 2010-02-27 at 17:17.
Hi,
Google "missing separator" you will find the solution. (you may not have GCCE toolchain installed, or the tool's executable may not be added to the PATH env variable)
Regards
Ziteng Chen