Re: How to run VoIP demo
- From: Ansuya <Ansuya@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 3 Feb 2006 03:46:59 -0800
On running from voipdemo/ I got
C:\WINCE500\PUBLIC\VOIP\SDK\SAMPLES\VOIP\VOIPDEMO>build -c
Build for Windows CE (Release) (Built on Apr 22 2004 10:38:01)
File names: Build.log Build.wrn Build.err Build.dat
BUILD: [Thrd:Sequence:Type ] Message
BUILD: [00:0000000000:PROGC ] Checking for
\WINCE500\sdk\bin\i386\srccheck.exe.
BUILD: [00:0000000001:PROGC ] SrcCheck exit code: 0 (dec).
BUILD: [00:0000000002:PROGC ] Compile and Link for x86.
BUILD: [00:0000000003:PROGC ] Loading C:\WINCE500\Build.dat.
BUILD: [00:0000000004:PROGC ] Done.
BUILD: [00:0000000005:PROGC ] Computing include file dependencies:
BUILD: [00:0000000006:PROGC ] Checking for SDK include directory:
C:\WINCE500\sd
k\ce\inc.
BUILD: [00:0000000007:PROGC ] Scan
\WINCE500\PUBLIC\VOIP\SDK\SAMPLES\VOIP\VOIPDE
MO\SOURCE\
BUILD: [00:0000000008:WARNS ] RELEASETYPE is not set. Using default settings.
BUILD: [00:0000000009:WARNS ] Macro: __PROJROOT not found in
$(__PROJROOT)\oak\t
arget\$(__CPUDIR).
BUILD: [00:0000000010:WARNS ] Macro: __PROJROOT not found in
$(__PROJROOT)\oak\l
ib\$(__CPUDIR).
BUILD: [00:0000000011:WARNS ] Macro: _COMMONPUBROOT not found in
C:\WINCE500\PBW
orkspaces\VoIPTest\WINCE500\CEPC_x86\cesysgen\sdk\lib\x86\retail\uuid.lib
C:\WIN
CE500\PBWorkspaces\VoIPTest\WINCE500\CEPC_x86\cesysgen\sdk\lib\x86\retail\oleaut
32.lib
C:\WINCE500\PBWorkspaces\VoIPTest\WINCE500\CEPC_x86\cesysgen\sdk\lib\x86\
retail\ole32.lib
C:\WINCE500\PBWorkspaces\VoIPTest\WINCE500\CEPC_x86\cesysgen\sd
k\lib\x86\retail\iphlpapi.lib
C:\WINCE500\PBWorkspaces\VoIPTest\WINCE500\CEPC_x8
6\cesysgen\sdk\lib\x86\retail\winsock.lib
C:\WINCE500\PBWorkspaces\VoIPTest\WINC
E500\CEPC_x86\cesysgen\sdk\lib\x86\retail\commctrl.lib
$(_COMMONPUBROOT)\sdk\lib
\$(_CPUINDPATH)\coredll.lib.
BUILD: [00:0000000012:WARNN ]
\WINCE500\PUBLIC\VOIP\SDK\SAMPLES\VOIP\VOIPDEMO\SO
URCE\: Missing source file: rtccallp_i.c.
BUILD: [00:0000000027:PROGC ] Saving C:\WINCE500\Build.dat.
BUILD: [00:0000000029:PROGC ] Total of 1 pass zero files to compile in 1
directo
ries.
BUILD: [00:0000000030:PROGC ] Building generated files in
\WINCE500\PUBLIC\VOIP\
SDK\SAMPLES\VOIP\VOIPDEMO\SOURCE\.
BUILD: [01:0000000038:PROGC ] Midl Compiling .\rtccallp.idl
BUILD: [01:0000000043:ERRORE] midl : command line error MIDL1003 : error
returne
d by the C preprocessor (2)
BUILD: [00:0000000045:PROGC ] Files Warnings
Erro
rs
BUILD: [00:0000000046:PROGC ] Midl 1 0
1
BUILD: [00:0000000047:PROGC ] Resource 0 0
0
BUILD: [00:0000000048:PROGC ] Message 0 0
0
BUILD: [00:0000000049:PROGC ] Precomp Header 0 0
0
BUILD: [00:0000000050:PROGC ] C/Cpp/Cxx 0 0
0
BUILD: [00:0000000051:PROGC ] Assembler 0 0
0
BUILD: [00:0000000052:PROGC ] Static Libraries 0 0
0
BUILD: [00:0000000053:PROGC ] Dll's 0 0
0
BUILD: [00:0000000054:PROGC ] Exe's 0 0
0
BUILD: [00:0000000055:PROGC ] Resx 0 0
0
BUILD: [00:0000000056:PROGC ] Csharp Targets 0 0
0
BUILD: [00:0000000057:PROGC ] Other 0 4
1
BUILD: [00:0000000058:PROGC ]
BUILD: [00:0000000059:PROGC ] Total 1 4
2
BUILD: [00:0000000060:PROGC ]
BUILD: [00:0000000061:PROGC ] 4 Warnings, 2 Errors
C:\WINCE500\PUBLIC\VOIP\SDK\SAMPLES\VOIP\VOIPDEMO>
"John Spaith [MS]" wrote:
So are you able to get a voipdemo.exe at the end of the day? You can look.
in your build.log to see if a voipdemo.exe was built and what directory it
lives in as on success it should record these things.
If you have cmd shell environment vairable WINCEREL=1 set (go ahead & set
that if you don't already), then whatever you build from the cmd line will
get automatically copied to your flatreleasedir -- which is the directory
where your final nk.bin and the intermediate files that generate it live.
This is specified in the environment variable %_FLATRELEASEDIR%
If you want this exe or any exe to be in your nk.bin, then you're correct --
you need to put it into your project.bib. (Project.bib was setup explicitly
so that you can modify it to your heart's content. Common.bib is typically
reserved for Microsoft features, though you can modify it if you wanted
to -- just not good practice).
The warnings you've pasted below are your build environment being picky. i
don't think they should cause any problems. If you still have build issues
please post the entire build.log to the group.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the new CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
"Ansuya" <Ansuya@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A62A7D2B-6FE3-4986-A661-61F0EB0EDA4D@xxxxxxxxxxxxxxxx
Also adding Dirs in root and public directory gave this problem (while
build
and sysgen). There are too many warnings and few erorrs. Only after
deleting
Dirs from public subdirectory, I could build.
So there must be some other way to run voip demo.
Thanks,
Ansuya
BUILD: [00:0000000007:PROGC ] Scan \WINCE500\PUBLIC\COMMON\OAK\NOTIFY\
BUILD: [00:0000000008:WARNS ] RELEASETYPE is not set. Using default
settings.
BUILD: [00:0000000009:WARNS ] Macro: _COMMONPUBROOT not found in
$(_COMMONPUBROOT)\oak\lib\$(_CPUINDPATH)\notifpub.res.
BUILD: [00:0000000010:WARNS ] Macro: __PROJROOT not found in
$(__PROJROOT)\oak\target\$(__CPUDIR).
BUILD: [00:0000000011:WARNS ] Macro: __PROJROOT not found in
$(__PROJROOT)\oak\lib\$(__CPUDIR).
BUILD: [00:0000000012:PROGC ] Scan \WINCE500\PUBLIC\COMMON\OAK\NOTIFYM\
BUILD: [00:0000000013:WARNS ] RELEASETYPE is not set. Using default
settings.
BUILD: [00:0000000014:WARNS ] Macro: __PROJROOT not found in
$(__PROJROOT)\oak\target\$(__CPUDIR).
BUILD: [00:0000000015:WARNS ] Macro: __PROJROOT not found in
$(__PROJROOT)\oak\lib\$(__CPUDIR).
"John Spaith [MS]" wrote:
Our build.exe for some reason requires there to be a dirs file in each of
the parent directories above where you're building, regardless of what
that
dirs file happens to contain. So a files as with only <DIRS=> is OK. So
put dirs files in each subdir up to the root and that should get you
going.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the new CE Networking Team Blog at
http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All
rights
reserved.
"Ansuya" <Ansuya@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:385A7D57-DAAF-4133-895A-52E994CB6EAB@xxxxxxxxxxxxxxxx
Thanks John.
When I ran build, error came as follows.
I also tried adding new project in my image in PB 5.0 and there also it
gave
error "Bad directory prefix". I added source files (all *.ccp files),
include
files (all *.h files) and resource files.
Can you please tell which way to go - build or add project.
C:\WINCE500\PUBLIC\VOIP\SDK\SAMPLES\VOIP>build -c
Build for Windows CE (Release) (Built on Apr 22 2004 10:38:01)
File names: Build.log Build.wrn Build.err Build.dat
BUILD: [Thrd:Sequence:Type ] Message
BUILD: [00:0000000000:ERRORI] Error finding topmost directory
containing
dirs fi
le.
BUILD: [00:0000000001:PROGC ] Files Warnings
Erro
rs
BUILD: [00:0000000002:PROGC ] Midl 0 0
0
BUILD: [00:0000000003:PROGC ] Resource 0 0
0
BUILD: [00:0000000004:PROGC ] Message 0 0
0
BUILD: [00:0000000005:PROGC ] Precomp Header 0 0
0
BUILD: [00:0000000006:PROGC ] C/Cpp/Cxx 0 0
0
BUILD: [00:0000000007:PROGC ] Assembler 0 0
0
BUILD: [00:0000000008:PROGC ] Static Libraries 0 0
0
BUILD: [00:0000000009:PROGC ] Dll's 0 0
0
BUILD: [00:0000000010:PROGC ] Exe's 0 0
0
BUILD: [00:0000000011:PROGC ] Resx 0 0
0
BUILD: [00:0000000012:PROGC ] Csharp Targets 0 0
0
BUILD: [00:0000000013:PROGC ] Other 0 0
1
BUILD: [00:0000000014:PROGC ]
BUILD: [00:0000000015:PROGC ] Total 0 0
1
BUILD: [00:0000000016:PROGC ]
BUILD: [00:0000000017:PROGC ] 0 Warnings, 1 Errors
Thanks,
Ansuya
- Follow-Ups:
- Re: How to run VoIP demo
- From: John Spaith [MS]
- Re: How to run VoIP demo
- References:
- Re: How to run VoIP demo
- From: John Spaith [MS]
- Re: How to run VoIP demo
- From: Ansuya
- Re: How to run VoIP demo
- From: John Spaith [MS]
- Re: How to run VoIP demo
- Prev by Date: Re: Platform Builder
- Next by Date: Problem with keepalive option in wsaioctl
- Previous by thread: Re: How to run VoIP demo
- Next by thread: Re: How to run VoIP demo
- Index(es):
Relevant Pages
|