EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: iocsh for Epics314b1 on win32
From: Marcel Grunder <[email protected]>
To: [email protected]
Date: Fri, 04 Jan 2002 14:26:11 +0100
Epics314b on win32

I build Epics base on win32. I got iocsh.lib and iocsh.dll . 

In the "IOC Application Developer?s Guide" under "2.3 Shell for non
vxWorks environment" i read 
Because the vxWorks shell is not available, EPICS base provides a simple
shell iocsh. In the main program it can be
invoked as follows:
iocsh("filename")

But, I cannot find a program "iocsh.exe". Where can I find this and when
should this be builded?

for any hints 
thank you

Marcel Grunder

in the att. there is my log file of building base
-- 



                                   [email protected]
     _/_/_/  _/   _/_/_/          Computing & Controls
    _/      _/   _/              Paul Scherrer Institute
     _/_/  _/     _/_/          CH-5232 Villigen-PSI
        _/_/         _/        Tel: ++41 56 310 3645
 _/_/_/_/_/_/_/__/_/_/        http://www.psi.ch/index_sls.shtml
Administrator@PC3203 //c/Epics/base/src/ca
$ export EPICS_HOST_ARCH=win32-x86

===========================================

make -C toolsComm win32-x86
make[1]: Entering directory `//c/Epics/base/src/toolsComm'
make -C antelope win32-x86
make[2]: Entering directory `//c/Epics/base/src/toolsComm/antelope'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/toolsComm/antelope/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/toolsComm/antelope/O.win32-x86'
make[3]: Entering directory `//c/Epics/base/src/toolsComm/antelope/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../closure.c
closure.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../error.c
error.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../lalr.c
lalr.c
../lalr.c(63) : warning C4716: 'set_state_table' : must return a value
../lalr.c(74) : warning C4716: 'set_accessing_symbol' : must return a value
../lalr.c(85) : warning C4716: 'set_shift_table' : must return a value
../lalr.c(96) : warning C4716: 'set_reduction_table' : must return a value
../lalr.c(124) : warning C4716: 'set_maxrhs' : must return a value
../lalr.c(162) : warning C4716: 'initialize_LA' : must return a value
../lalr.c(228) : warning C4716: 'set_goto_map' : must return a value
../lalr.c(336) : warning C4716: 'initialize_F' : must return a value
../lalr.c(429) : warning C4716: 'build_relations' : must return a value
../lalr.c(455) : warning C4716: 'add_lookback_edge' : must return a value
../lalr.c(520) : warning C4716: 'compute_FOLLOWS' : must return a value
../lalr.c(554) : warning C4716: 'compute_lookaheads' : must return a value
../lalr.c(580) : warning C4716: 'digraph' : must return a value
../lalr.c(638) : warning C4716: 'traverse' : must return a value
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../lr0.c
lr0.c
../lr0.c(242) : warning C4716: 'initialize_states' : must return a value
../lr0.c(277) : warning C4716: 'new_itemsets' : must return a value
../lr0.c(426) : warning C4716: 'save_shifts' : must return a value
../lr0.c(476) : warning C4716: 'save_reductions' : must return a value
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../main.c
main.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../mkpar.c
mkpar.c
../mkpar.c(167) : warning C4716: 'find_final_state' : must return a value
../mkpar.c(199) : warning C4716: 'unused_rules' : must return a value
../mkpar.c(274) : warning C4716: 'remove_conflicts' : must return a value
../mkpar.c(294) : warning C4716: 'total_conflicts' : must return a value
../mkpar.c(333) : warning C4716: 'defreds' : must return a value
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../output.c
output.c
../output.c(100) : warning C4716: 'output_prefix' : must return a value
../output.c(147) : warning C4716: 'output_rule_data' : must return a value
../output.c(174) : warning C4716: 'output_yydefred' : must return a value
../output.c(202) : warning C4716: 'output_actions' : must return a value
../output.c(287) : warning C4716: 'token_actions' : must return a value
../output.c(319) : warning C4716: 'goto_actions' : must return a value
../output.c(433) : warning C4716: 'sort_actions' : must return a value
../output.c(479) : warning C4716: 'pack_table' : must return a value
../output.c(679) : warning C4716: 'output_base' : must return a value
../output.c(711) : warning C4716: 'output_table' : must return a value
../output.c(741) : warning C4716: 'output_check' : must return a value
../output.c(824) : warning C4716: 'output_defines' : must return a value
../output.c(1064) : warning C4716: 'output_debug' : must return a value
../output.c(1074) : warning C4716: 'output_stype' : must return a value
../output.c(1182) : warning C4716: 'free_itemsets' : must return a value
../output.c(1195) : warning C4716: 'free_shifts' : must return a value
../output.c(1209) : warning C4716: 'free_reductions' : must return a value
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../reader.c
reader.c
../reader.c(268) : warning C4715: 'keyword' : not all control paths return a value
../reader.c(1097) : warning C4716: 'start_rule' : must return a value
../reader.c(1176) : warning C4715: 'add_symbol' : not all control paths return a value
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../skeleton.c
skeleton.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../symtab.c
symtab.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../verbose.c
verbose.c
../verbose.c(48) : warning C4716: 'log_unused' : must return a value
../verbose.c(76) : warning C4716: 'log_conflicts' : must return a value
../verbose.c(90) : warning C4716: 'print_state' : must return a value
../verbose.c(138) : warning C4716: 'print_conflicts' : must return a value
../verbose.c(174) : warning C4716: 'print_core' : must return a value
../verbose.c(218) : warning C4716: 'print_nulls' : must return a value
../verbose.c(245) : warning C4716: 'print_actions' : must return a value
../verbose.c(270) : warning C4716: 'print_shifts' : must return a value
../verbose.c(308) : warning C4716: 'print_reductions' : must return a value
../verbose.c(329) : warning C4716: 'print_gotos' : must return a value
cl  -c             /nologo /D__STDC__=0  /Ox  /W1   -D_NO_PROTO   /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../warshall.c
warshall.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:antelope.exe  closure.obj error.obj lalr.obj lr0.obj main.obj mkpar.obj output.obj reader.obj skeleton.obj symtab.obj verbose.obj warshall.obj
Installing binary ../../../../bin/win32-x86/antelope.exe
make[3]: Leaving directory `//c/Epics/base/src/toolsComm/antelope/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/toolsComm/antelope'
make -C flex win32-x86
make[2]: Entering directory `//c/Epics/base/src/toolsComm/flex'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/toolsComm/flex/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/toolsComm/flex/O.win32-x86'
make[3]: Entering directory `//c/Epics/base/src/toolsComm/flex/O.win32-x86'
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../ccl.c
ccl.c
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../dfa.c
dfa.c
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../ecs.c
ecs.c
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../gen.c
gen.c
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../misc.c
misc.c
../misc.c(693) : warning C4715: 'myesc' : not all control paths return a value
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../nfa.c
nfa.c
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../sym.c
sym.c
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../tblcmp.c
tblcmp.c
perl ../../../../configure/tools/rm.pl -f parse.c y.tab.c
perl ../../../../configure/tools/rm.pl -f parse.h y.tab.h
../../../../bin/win32-x86/antelope.exe -l -d ../parse.y
perl ../../../../configure/tools/mv.pl y.tab.c parse.c
move y.tab.c into parse.c
perl ../../../../configure/tools/mv.pl y.tab.h parse.h
move y.tab.h into parse.h
cl  -c        -DDEFAULT_SKELETON_FILE=\"include/flex.skel.static\" -DUSG     /nologo /D__STDC__=0  /Ox  /W1      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         parse.c
parse.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:e_flex.exe  ccl.obj dfa.obj ecs.obj gen.obj misc.obj nfa.obj sym.obj tblcmp.obj parse.obj
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
Installing binary ../../../../bin/win32-x86/e_flex.exe
make[3]: Leaving directory `//c/Epics/base/src/toolsComm/flex/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/toolsComm/flex'
make[1]: Leaving directory `//c/Epics/base/src/toolsComm'
make -C makeBaseApp win32-x86
make[1]: Entering directory `//c/Epics/base/src/makeBaseApp'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/makeBaseApp/O.win32-x86'
Installing script ../../../bin/win32-x86/makeBaseApp.pl
make[2]: Leaving directory `//c/Epics/base/src/makeBaseApp/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/makeBaseApp'
make -C makeBaseExt win32-x86
make[1]: Entering directory `//c/Epics/base/src/makeBaseExt'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/makeBaseExt/O.win32-x86'
Installing script ../../../bin/win32-x86/makeBaseExt.pl
make[2]: Leaving directory `//c/Epics/base/src/makeBaseExt/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/makeBaseExt'
make -C libCom win32-x86
make[1]: Entering directory `//c/Epics/base/src/libCom'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/libCom/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/libCom/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/libCom/O.win32-x86'
perl ../../../src/libCom/misc/makeEpicsVersion.pl ../../../configure/CONFIG_BASE_VERSION ../O.Common
Building epicsVersion.h from CONFIG_BASE_VERSION
Found EPICS Version 3.14.0.beta.1
Installing generated generic include file ../../../include/epicsVersion.h
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/bucketLib/bucketLib.c
bucketLib.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/ring/epicsRingPointer.cpp
epicsRingPointer.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/ring/epicsRingBytes.c
epicsRingBytes.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/default/epicsReadline.c
epicsReadline.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/calc/postfix.c
postfix.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/calc/calcPerform.c
calcPerform.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/calc/sCalcPostfix.c
sCalcPostfix.c
../../../src/libCom/calc/sCalcPostfix.c(428) : warning C4244: '=' : conversion from 'short ' to 'char ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/calc/sCalcPerform.c
sCalcPerform.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/cvtFast/cvtFast.c
cvtFast.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/cppStd/epicsListBase.cpp
epicsListBase.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/dbmf/dbmf.c
dbmf.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/ellLib/ellLib.c
ellLib.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/env/envSubr.c
envSubr.c
perl ../../../src/libCom/env/bldEnvData.pl ../../../configure
Generating envData.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         envData.c
envData.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/error/errlog.c
errlog.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/error/errSymLib.c
errSymLib.c
perl ../../../src/libCom/error/makeStatTbl.pl  ../../../src/as/asLib.h ../../../src/db/dbAccessDefs.h ../../../src/dbStatic/devSup.h ../../../src/dbStatic/drvSup.h ../../../src/dbStatic/recSup.h ../../../src/dbStatic/dbStaticLib.h ../../../src/libCom/error/errMdef.h ../../../src/cas/generic/casdef.h
 ../../../src/gdd/gddAppFuncTable.h
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         errSymTbl.c
errSymTbl.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/fdmgr/fdmgr.cpp
fdmgr.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/fdmgr/fdManager.cpp
fdManager.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/freeList/freeListLib.c
freeListLib.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/gpHash/gpHashLib.c
gpHashLib.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/logClient/logClient.c
logClient.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/macLib/macCore.c
macCore.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/macLib/macUtil.c
macUtil.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/misc/aToIPAddr.c
aToIPAddr.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/misc/adjustment.c
adjustment.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/misc/cantProceed.c
cantProceed.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/misc/epicsString.c
epicsString.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/misc/truncateFile.c
truncateFile.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/misc/ipAddrToAsciiAsynchronous.cpp
ipAddrToAsciiAsynchronous.cpp
../../../src/libCom/misc/ipAddrToAsciiAsynchronous.cpp(24) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/osi/epicsThread.cpp
epicsThread.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/epicsMutex.c
epicsMutex.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/osi/epicsTime.cpp
epicsTime.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdSock.c
osdSock.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/osiSock.c
osiSock.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/default/osdAssert.c
osdAssert.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/default/osdFindSymbol.c
osdFindSymbol.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/default/osdInterrupt.c
osdInterrupt.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdPoolStatus.c
osdPoolStatus.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3 -U__STDC__     /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../sr
c/libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd
 -I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/default/osdEnv.c
osdEnv.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdThread.c
osdThread.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdMutex.c
osdMutex.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdEvent.c
osdEvent.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/osi/os/WIN32/osdTime.cpp
osdTime.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdSigPipeIgnore.c
osdSigPipeIgnore.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdProcess.c
osdProcess.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/osdNetIntf.c
osdNetIntf.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/taskwd/taskwd.c
taskwd.c
../../../src/libCom/taskwd/taskwd.c(177) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void *,struct epicsThreadOSD *)'
../../../src/libCom/taskwd/taskwd.c(183) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void *)'
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/timer/epicsTimer.cpp
epicsTimer.cpp
../../../src/libCom/timer/epicsTimer.cpp(124) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/timer/timer.cpp
timer.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/timer/timerQueue.cpp
timerQueue.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/timer/timerQueueActive.cpp
timerQueueActive.cpp
../../../src/libCom/timer/timerQueueActive.cpp(44) : warning C4355: 'this' : used in base member initializer list
../../../src/libCom/timer/timerQueueActive.cpp(44) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/timer/timerQueueActiveMgr.cpp
timerQueueActiveMgr.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/timer/timerQueuePassive.cpp
timerQueuePassive.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/tsDefs/tsDefs.c
tsDefs.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/e
llLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -I../../.
./src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include         ../../../src/libCom/osi/os/WIN32/getopt.c
getopt.c
../../../src/libCom/osi/os/WIN32/getopt.c(463) : warning C4018: '==' : signed/unsigned mismatch
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/
libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/logClient -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/timer -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -I../../../include       /Tp  ../../../src/libCom/osi/os/WIN32/dllmain.cpp
dllmain.cpp
lib /nologo /verbose /out:ComObj.lib  bucketLib.obj epicsRingPointer.obj epicsRingBytes.obj epicsReadline.obj postfix.obj calcPerform.obj sCalcPostfix.obj sCalcPerform.obj cvtFast.obj epicsListBase.obj dbmf.obj ellLib.obj envSubr.obj envData.obj errlog.obj errSymLib.obj errSymTbl.obj fdmgr.obj fdMan
ager.obj freeListLib.obj gpHashLib.obj logClient.obj macCore.obj macUtil.obj aToIPAddr.obj adjustment.obj cantProceed.obj epicsString.obj truncateFile.obj ipAddrToAsciiAsynchronous.obj epicsThread.obj epicsMutex.obj epicsTime.obj osdSock.obj osiSock.obj osdAssert.obj osdFindSymbol.obj osdInterrupt.o
bj osdPoolStatus.obj osdEnv.obj osdThread.obj osdMutex.obj osdEvent.obj osdTime.obj osdSigPipeIgnore.obj osdProcess.obj osdNetIntf.obj taskwd.obj epicsTimer.obj timer.obj timerQueue.obj timerQueueActive.obj timerQueueActiveMgr.obj timerQueuePassive.obj tsDefs.obj getopt.obj dllmain.obj
Installing library ../../../lib/win32-x86/ComObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:Com.lib /out:Com.dll   bucketLib.obj epicsRingPointer.obj epicsRingBytes.obj epicsReadline.obj postfix.obj calcPerform.obj sCalcPostfix.obj sCalcPerform.obj cvtFast.obj epicsListBase.obj dbmf.obj ell
Lib.obj envSubr.obj envData.obj errlog.obj errSymLib.obj errSymTbl.obj fdmgr.obj fdManager.obj freeListLib.obj gpHashLib.obj logClient.obj macCore.obj macUtil.obj aToIPAddr.obj adjustment.obj cantProceed.obj epicsString.obj truncateFile.obj ipAddrToAsciiAsynchronous.obj epicsThread.obj epicsMutex.ob
j epicsTime.obj osdSock.obj osiSock.obj osdAssert.obj osdFindSymbol.obj osdInterrupt.obj osdPoolStatus.obj osdEnv.obj osdThread.obj osdMutex.obj osdEvent.obj osdTime.obj osdSigPipeIgnore.obj osdProcess.obj osdNetIntf.obj taskwd.obj epicsTimer.obj timer.obj timerQueue.obj timerQueueActive.obj timerQu
eueActiveMgr.obj timerQueuePassive.obj tsDefs.obj getopt.obj dllmain.obj     ws2_32.lib advapi32.lib user32.lib
   Creating library Com.lib and object Com.exp
Installing binary ../../../bin/win32-x86/Com.dll
Installing library ../../../lib/win32-x86/Com.lib
make[2]: Leaving directory `//c/Epics/base/src/libCom/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/libCom'
make -C libCom/test win32-x86
make[1]: Entering directory `//c/Epics/base/src/libCom/test'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/libCom/test/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/libCom/test/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/libCom/test/O.win32-x86'
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsAlgorithmTest.cpp
epicsAlgorithmTest.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsTimeTest.cpp
epicsTimeTest.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsThreadTest.cpp
epicsThreadTest.cpp
../epicsThreadTest.cpp(38) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsThreadPrivateTest.cpp
epicsThreadPrivateTest.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsTimerTest.cpp
epicsTimerTest.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../ringPointerTest.c
ringPointerTest.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsEventTest.cpp
epicsEventTest.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsMutexTest.cpp
epicsMutexTest.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsListTest.cpp
epicsListTest.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsListTest.exe epicsListTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsAlgorithmTest.exe epicsAlgorithmTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library ../../../../lib/win32-x86/Com.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsTimeTestMain.cpp
epicsTimeTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsTimeTestHost.exe epicsTimeTestMain.obj epicsTimeTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsThreadTestMain.cpp
epicsThreadTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsThreadTestHost.exe epicsThreadTestMain.obj epicsThreadTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsThreadPrivateTestMain.cpp
epicsThreadPrivateTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsThreadPrivateTestHost.exe epicsThreadPrivateTestMain.obj epicsThreadPrivateTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsTimerTestMain.cpp
epicsTimerTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsTimerTestHost.exe epicsTimerTestMain.obj epicsTimerTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../ringPointerTestMain.cpp
ringPointerTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:ringPointerTestHost.exe ringPointerTestMain.obj ringPointerTest.obj     ../../../../lib/win32-x86/Com.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsEventTestMain.cpp
epicsEventTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsEventTestHost.exe epicsEventTestMain.obj epicsEventTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../epicsMutexTestMain.cpp
epicsMutexTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:epicsMutexTestHost.exe epicsMutexTestMain.obj epicsMutexTest.obj     ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
Installing binary ../../../../bin/win32-x86/epicsListTest.exe
Installing binary ../../../../bin/win32-x86/epicsAlgorithmTest.exe
Installing binary ../../../../bin/win32-x86/epicsTimeTestHost.exe
Installing binary ../../../../bin/win32-x86/epicsThreadTestHost.exe
Installing binary ../../../../bin/win32-x86/epicsThreadPrivateTestHost.exe
Installing binary ../../../../bin/win32-x86/epicsTimerTestHost.exe
Installing binary ../../../../bin/win32-x86/ringPointerTestHost.exe
Installing binary ../../../../bin/win32-x86/epicsEventTestHost.exe
Installing binary ../../../../bin/win32-x86/epicsMutexTestHost.exe
Installing binary ../../../../bin/win32-x86/epicsAlgorithmTest.obj
Installing binary ../../../../bin/win32-x86/epicsTimeTest.obj
Installing binary ../../../../bin/win32-x86/epicsThreadTest.obj
Installing binary ../../../../bin/win32-x86/epicsThreadPrivateTest.obj
Installing binary ../../../../bin/win32-x86/epicsTimerTest.obj
Installing binary ../../../../bin/win32-x86/ringPointerTest.obj
Installing binary ../../../../bin/win32-x86/epicsEventTest.obj
Installing binary ../../../../bin/win32-x86/epicsMutexTest.obj
make[2]: Leaving directory `//c/Epics/base/src/libCom/test/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/libCom/test'
make -C ca win32-x86
make[1]: Entering directory `//c/Epics/base/src/ca'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/ca/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/ca/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/ca/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../catime.c
catime.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../acctst.c
acctst.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../caConnTest.cpp
caConnTest.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../casw.cpp
casw.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../caEventRate.cpp
caEventRate.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cacChannel.cpp
cacChannel.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cacChannelNotify.cpp
cacChannelNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cacNotify.cpp
cacNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cacReadNotify.cpp
cacReadNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cacWriteNotify.cpp
cacWriteNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cacStateNotify.cpp
cacStateNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cacServiceList.cpp
cacServiceList.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../access.cpp
access.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../iocinf.cpp
iocinf.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../convert.cpp
convert.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../test_event.cpp
test_event.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../repeater.cpp
repeater.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../searchTimer.cpp
searchTimer.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../repeaterSubscribeTimer.cpp
repeaterSubscribeTimer.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../tcpiiu.cpp
tcpiiu.cpp
../tcpiiu.cpp(364) : warning C4355: 'this' : used in base member initializer list
../tcpiiu.cpp(365) : warning C4355: 'this' : used in base member initializer list
../tcpiiu.cpp(366) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../udpiiu.cpp
udpiiu.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../netiiu.cpp
netiiu.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../nciu.cpp
nciu.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../baseNMIU.cpp
baseNMIU.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../netReadNotifyIO.cpp
netReadNotifyIO.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../netWriteNotifyIO.cpp
netWriteNotifyIO.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../netSubscription.cpp
netSubscription.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../cac.cpp
cac.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../tcpSendWatchdog.cpp
tcpSendWatchdog.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../tcpRecvWatchdog.cpp
tcpRecvWatchdog.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../bhe.cpp
bhe.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../oldCAC.cpp
oldCAC.cpp
../oldCAC.cpp(26) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../oldChannelNotify.cpp
oldChannelNotify.cpp
../oldChannelNotify.cpp(48) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../oldSubscription.cpp
oldSubscription.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../getCallback.cpp
getCallback.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../getCopy.cpp
getCopy.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../putCallback.cpp
putCallback.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../syncgrp.cpp
syncgrp.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../CASG.cpp
CASG.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../syncGroupNotify.cpp
syncGroupNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../syncGroupReadNotify.cpp
syncGroupReadNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../syncGroupWriteNotify.cpp
syncGroupWriteNotify.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../localHostName.cpp
localHostName.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../comQueRecv.cpp
comQueRecv.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../comQueSend.cpp
comQueSend.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../comBuf.cpp
comBuf.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../hostNameCache.cpp
hostNameCache.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../msgForMultiplyDefinedPV.cpp
msgForMultiplyDefinedPV.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../limboiiu.cpp
limboiiu.cpp
lib /nologo /verbose /out:caObj.lib  cacChannel.obj cacChannelNotify.obj cacNotify.obj cacReadNotify.obj cacWriteNotify.obj cacStateNotify.obj cacServiceList.obj access.obj iocinf.obj convert.obj test_event.obj repeater.obj searchTimer.obj repeaterSubscribeTimer.obj tcpiiu.obj udpiiu.obj netiiu.obj
nciu.obj baseNMIU.obj netReadNotifyIO.obj netWriteNotifyIO.obj netSubscription.obj cac.obj tcpSendWatchdog.obj tcpRecvWatchdog.obj bhe.obj oldCAC.obj oldChannelNotify.obj oldSubscription.obj getCallback.obj getCopy.obj putCallback.obj syncgrp.obj CASG.obj syncGroupNotify.obj syncGroupReadNotify.obj
syncGroupWriteNotify.obj localHostName.obj comQueRecv.obj comQueSend.obj comBuf.obj hostNameCache.obj msgForMultiplyDefinedPV.obj limboiiu.obj
Installing library ../../../lib/win32-x86/caObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:ca.lib /out:ca.dll   cacChannel.obj cacChannelNotify.obj cacNotify.obj cacReadNotify.obj cacWriteNotify.obj cacStateNotify.obj cacServiceList.obj access.obj iocinf.obj convert.obj test_event.obj repe
ater.obj searchTimer.obj repeaterSubscribeTimer.obj tcpiiu.obj udpiiu.obj netiiu.obj nciu.obj baseNMIU.obj netReadNotifyIO.obj netWriteNotifyIO.obj netSubscription.obj cac.obj tcpSendWatchdog.obj tcpRecvWatchdog.obj bhe.obj oldCAC.obj oldChannelNotify.obj oldSubscription.obj getCallback.obj getCopy.
obj putCallback.obj syncgrp.obj CASG.obj syncGroupNotify.obj syncGroupReadNotify.obj syncGroupWriteNotify.obj localHostName.obj comQueRecv.obj comQueSend.obj comBuf.obj hostNameCache.obj msgForMultiplyDefinedPV.obj limboiiu.obj   ../../../lib/win32-x86/Com.lib  ws2_32.lib
   Creating library ca.lib and object ca.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
Installing binary ../../../bin/win32-x86/ca.dll
Installing library ../../../lib/win32-x86/ca.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../caRepeater.cpp
caRepeater.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:caRepeater.exe caRepeater.obj     ./ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
   Creating library caRepeater.lib and object caRepeater.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\ws2_32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../catimeMain.c
catimeMain.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:catime.exe catimeMain.obj catime.obj     ./ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\ws2_32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../acctstMain.c
acctstMain.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:acctst.exe acctstMain.obj acctst.obj     ./ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\ws2_32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../caConnTestMain.cpp
caConnTestMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:caConnTest.exe caConnTestMain.obj caConnTest.obj     ./ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\ws2_32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:casw.exe casw.obj     ./ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
   Creating library casw.lib and object casw.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../caEventRateMain.cpp
caEventRateMain.cpp
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:caEventRate.exe caEventRateMain.obj caEventRate.obj     ./ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\ws2_32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
Installing binary ../../../bin/win32-x86/caRepeater.exe
Installing binary ../../../bin/win32-x86/catime.exe
Installing binary ../../../bin/win32-x86/acctst.exe
Installing binary ../../../bin/win32-x86/caConnTest.exe
Installing binary ../../../bin/win32-x86/casw.exe
Installing binary ../../../bin/win32-x86/caEventRate.exe
Installing binary ../../../bin/win32-x86/catime.obj
Installing binary ../../../bin/win32-x86/acctst.obj
Installing binary ../../../bin/win32-x86/caConnTest.obj
Installing binary ../../../bin/win32-x86/casw.obj
Installing binary ../../../bin/win32-x86/caEventRate.obj
make[2]: Leaving directory `//c/Epics/base/src/ca/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/ca'
make -C dbStatic win32-x86
make[1]: Entering directory `//c/Epics/base/src/dbStatic'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/dbStatic/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/dbStatic/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/dbStatic/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbStaticLib.c
dbStaticLib.c
../dbStaticLib.c(2267) : warning C4244: '=' : conversion from 'short ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(2340) : warning C4018: '>=' : signed/unsigned mismatch
../dbStaticLib.c(3162) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3169) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3179) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3186) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3193) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3200) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3207) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3217) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3224) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3231) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3238) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3246) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3253) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3260) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3267) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3277) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3284) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3295) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(3302) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(3309) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(3316) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(3331) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(3338) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(3345) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbStaticLib.c(3359) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3366) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3373) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(3380) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticLib.c(2119) : warning C4761: integral size mismatch in argument; conversion supplied
../dbStaticLib.c(3106) : warning C4761: integral size mismatch in argument; conversion supplied
../dbStaticLib.c(3140) : warning C4761: integral size mismatch in argument; conversion supplied
../dbStaticLib.c(3156) : warning C4761: integral size mismatch in argument; conversion supplied
../../../bin/win32-x86/e_flex.exe -S../../../include/flex.skel.static  ../dbLex.l
perl ../../../configure/tools/mv.pl lex.yy.c dbLex.c
move lex.yy.c into dbLex.c
perl ../../../configure/tools/rm.pl -f dbYacc.c y.tab.c
../../../bin/win32-x86/antelope.exe  ../dbYacc.y
perl ../../../configure/tools/mv.pl y.tab.c dbYacc.c
move y.tab.c into dbYacc.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         dbYacc.c
dbYacc.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbPvdLib.c
dbPvdLib.c
../dbPvdLib.c(93) : warning C4018: '==' : signed/unsigned mismatch
../dbPvdLib.c(111) : warning C4018: '>=' : signed/unsigned mismatch
../dbPvdLib.c(112) : warning C4018: '<' : signed/unsigned mismatch
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbStaticNoRun.c
dbStaticNoRun.c
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo dbStaticHost.res ../dbStaticHost.rc
lib /nologo /verbose /out:dbStaticHostObj.lib dbStaticNoRun.obj dbStaticLib.obj dbYacc.obj dbPvdLib.obj
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbStaticRun.c
dbStaticRun.c
../dbStaticRun.c(79) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbStaticRun.c(171) : warning C4018: '>=' : signed/unsigned mismatch
../dbStaticRun.c(188) : warning C4018: '>=' : signed/unsigned mismatch
../dbStaticRun.c(539) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
../dbStaticRun.c(540) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbStaticRun.c(556) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
../dbStaticRun.c(558) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbStaticRun.c(572) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo dbStaticIoc.res ../dbStaticIoc.rc
lib /nologo /verbose /out:dbStaticIocObj.lib dbStaticRun.obj dbStaticLib.obj dbYacc.obj dbPvdLib.obj
Installing library ../../../lib/win32-x86/dbStaticHostObj.lib
Installing library ../../../lib/win32-x86/dbStaticIocObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:dbStaticHost.lib /out:dbStaticHost.dll  dbStaticNoRun.obj dbStaticLib.obj dbYacc.obj dbPvdLib.obj dbStaticHost.res  ../../../lib/win32-x86/Com.lib
   Creating library dbStaticHost.lib and object dbStaticHost.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:dbStaticIoc.lib /out:dbStaticIoc.dll  dbStaticRun.obj dbStaticLib.obj dbYacc.obj dbPvdLib.obj dbStaticIoc.res  ../../../lib/win32-x86/Com.lib
   Creating library dbStaticIoc.lib and object dbStaticIoc.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
Installing binary ../../../bin/win32-x86/dbStaticHost.dll
Installing binary ../../../bin/win32-x86/dbStaticIoc.dll
Installing library ../../../lib/win32-x86/dbStaticHost.lib
Installing library ../../../lib/win32-x86/dbStaticIoc.lib
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbReadTest.c
dbReadTest.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:dbReadTest.exe dbReadTest.obj     ./dbStaticHost.lib ../../../lib/win32-x86/Com.lib
Installing binary ../../../bin/win32-x86/dbReadTest.exe
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbExpand.c
dbExpand.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:dbExpand.exe dbExpand.obj     ./dbStaticHost.lib ../../../lib/win32-x86/Com.lib
Installing binary ../../../bin/win32-x86/dbExpand.exe
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbToMenuH.c
dbToMenuH.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:dbToMenuH.exe dbToMenuH.obj     ./dbStaticHost.lib ../../../lib/win32-x86/Com.lib
Installing binary ../../../bin/win32-x86/dbToMenuH.exe
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbToRecordtypeH.c
dbToRecordtypeH.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:dbToRecordtypeH.exe dbToRecordtypeH.obj     ./dbStaticHost.lib ../../../lib/win32-x86/Com.lib
Installing binary ../../../bin/win32-x86/dbToRecordtypeH.exe
make[2]: Leaving directory `//c/Epics/base/src/dbStatic/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/dbStatic'
make -C registry win32-x86
make[1]: Entering directory `//c/Epics/base/src/registry'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/registry/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/registry/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/registry/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../registry.c
registry.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../registryRecordType.c
registryRecordType.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../registryDeviceSupport.c
registryDeviceSupport.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../registryDriverSupport.c
registryDriverSupport.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../registryFunction.c
registryFunction.c
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo registryIoc.res ../registryIoc.rc
lib /nologo /verbose /out:registryIocObj.lib  registry.obj registryRecordType.obj registryDeviceSupport.obj registryDriverSupport.obj registryFunction.obj
Installing library ../../../lib/win32-x86/registryIocObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:registryIoc.lib /out:registryIoc.dll   registry.obj registryRecordType.obj registryDeviceSupport.obj registryDriverSupport.obj registryFunction.obj registryIoc.res  ../../../lib/win32-x86/Com.lib
   Creating library registryIoc.lib and object registryIoc.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
Installing binary ../../../bin/win32-x86/registryIoc.dll
Installing library ../../../lib/win32-x86/registryIoc.lib
Installing script ../../../bin/win32-x86/registerRecordDeviceDriver.pl
make[2]: Leaving directory `//c/Epics/base/src/registry/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/registry'
make -C bpt win32-x86
make[1]: Entering directory `//c/Epics/base/src/bpt'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/bpt/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/bpt/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/bpt/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../makeBpt.c
makeBpt.c
../makeBpt.c(302) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
../makeBpt.c(328) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:makeBpt.exe makeBpt.obj     ../../../lib/win32-x86/dbStaticHost.lib ../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library ../../../lib/win32-x86/dbStaticHost.lib
LINK : warning LNK4005: no objects used from library ../../../lib/win32-x86/Com.lib
Installing binary ../../../bin/win32-x86/makeBpt.exe
../../../bin/win32-x86/makeBpt.exe ../bptTypeJdegC.data ../O.Common/bptTypeJdegC.dbd
../../../bin/win32-x86/makeBpt.exe ../bptTypeJdegF.data ../O.Common/bptTypeJdegF.dbd
../../../bin/win32-x86/makeBpt.exe ../bptTypeKdegC.data ../O.Common/bptTypeKdegC.dbd
../../../bin/win32-x86/makeBpt.exe ../bptTypeKdegF.data ../O.Common/bptTypeKdegF.dbd
Installing dbd file ../../../dbd/bptTypeJdegC.dbd
Installing dbd file ../../../dbd/bptTypeJdegF.dbd
Installing dbd file ../../../dbd/bptTypeKdegC.dbd
Installing dbd file ../../../dbd/bptTypeKdegF.dbd
../../../bin/win32-x86/dbToMenuH.exe ../menuConvert.dbd ../O.Common/menuConvert.h
Installing generated generic include file ../../../include/menuConvert.h
make[2]: Leaving directory `//c/Epics/base/src/bpt/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/bpt'
make -C db win32-x86
make[1]: Entering directory `//c/Epics/base/src/db'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/db/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/db/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/db/O.win32-x86'
perl ../../../configure/tools/rm.pl -f ../O.Common/dbCommon.h
../../../bin/win32-x86/dbToRecordtypeH.exe -I .. ../dbCommonRecord.dbd ../O.Common/dbCommon.h
../../../bin/win32-x86/dbToMenuH.exe ../menuAlarmSevr.dbd ../O.Common/menuAlarmSevr.h
../../../bin/win32-x86/dbToMenuH.exe ../menuAlarmStat.dbd ../O.Common/menuAlarmStat.h
../../../bin/win32-x86/dbToMenuH.exe ../menuArrType.dbd ../O.Common/menuArrType.h
../../../bin/win32-x86/dbToMenuH.exe ../menuCompress.dbd ../O.Common/menuCompress.h
../../../bin/win32-x86/dbToMenuH.exe ../menuFtype.dbd ../O.Common/menuFtype.h
../../../bin/win32-x86/dbToMenuH.exe ../menuIvoa.dbd ../O.Common/menuIvoa.h
../../../bin/win32-x86/dbToMenuH.exe ../menuOmsl.dbd ../O.Common/menuOmsl.h
../../../bin/win32-x86/dbToMenuH.exe ../menuPriority.dbd ../O.Common/menuPriority.h
../../../bin/win32-x86/dbToMenuH.exe ../menuScan.dbd ../O.Common/menuScan.h
../../../bin/win32-x86/dbToMenuH.exe ../menuYesNo.dbd ../O.Common/menuYesNo.h
Installing generated generic include file ../../../include/dbCommon.h
Installing generated generic include file ../../../include/menuAlarmSevr.h
Installing generated generic include file ../../../include/menuAlarmStat.h
Installing generated generic include file ../../../include/menuArrType.h
Installing generated generic include file ../../../include/menuCompress.h
Installing generated generic include file ../../../include/menuFtype.h
Installing generated generic include file ../../../include/menuIvoa.h
Installing generated generic include file ../../../include/menuOmsl.h
Installing generated generic include file ../../../include/menuPriority.h
Installing generated generic include file ../../../include/menuScan.h
Installing generated generic include file ../../../include/menuYesNo.h
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbLock.c
dbLock.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbAccess.c
dbAccess.c
../dbAccess.c(179) : warning C4018: '<' : signed/unsigned mismatch
../dbAccess.c(182) : warning C4018: '<' : signed/unsigned mismatch
../dbAccess.c(216) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(217) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(256) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(257) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(297) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(298) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(299) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(300) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbAccess.c(1324) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbBkpt.c
dbBkpt.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbConvert.c
dbConvert.c
../dbConvert.c(46) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
../dbConvert.c(804) : warning C4244: '=' : conversion from 'short ' to 'char ', possible loss of data
../dbConvert.c(809) : warning C4244: '=' : conversion from 'short ' to 'char ', possible loss of data
../dbConvert.c(823) : warning C4244: '=' : conversion from 'short ' to 'unsigned char ', possible loss of data
../dbConvert.c(828) : warning C4244: '=' : conversion from 'short ' to 'unsigned char ', possible loss of data
../dbConvert.c(997) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(1002) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(1016) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(1021) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(1190) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
../dbConvert.c(1195) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
../dbConvert.c(1209) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbConvert.c(1214) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbConvert.c(1228) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbConvert.c(1233) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbConvert.c(1247) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1252) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1304) : warning C4244: '=' : conversion from 'long ' to 'float ', possible loss of data
../dbConvert.c(1309) : warning C4244: '=' : conversion from 'long ' to 'float ', possible loss of data
../dbConvert.c(1342) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1347) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1384) : warning C4244: '=' : conversion from 'unsigned long ' to 'char ', possible loss of data
../dbConvert.c(1389) : warning C4244: '=' : conversion from 'unsigned long ' to 'char ', possible loss of data
../dbConvert.c(1403) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
../dbConvert.c(1408) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
../dbConvert.c(1422) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', possible loss of data
../dbConvert.c(1427) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', possible loss of data
../dbConvert.c(1441) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1446) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1498) : warning C4244: '=' : conversion from 'unsigned long ' to 'float ', possible loss of data
../dbConvert.c(1503) : warning C4244: '=' : conversion from 'unsigned long ' to 'float ', possible loss of data
../dbConvert.c(1536) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1541) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(1584) : warning C4244: '=' : conversion from 'float ' to 'char ', possible loss of data
../dbConvert.c(1589) : warning C4244: '=' : conversion from 'float ' to 'char ', possible loss of data
../dbConvert.c(1603) : warning C4244: '=' : conversion from 'float ' to 'unsigned char ', possible loss of data
../dbConvert.c(1608) : warning C4244: '=' : conversion from 'float ' to 'unsigned char ', possible loss of data
../dbConvert.c(1622) : warning C4244: '=' : conversion from 'float ' to 'short ', possible loss of data
../dbConvert.c(1627) : warning C4244: '=' : conversion from 'float ' to 'short ', possible loss of data
../dbConvert.c(1641) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(1646) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(1660) : warning C4244: '=' : conversion from 'float ' to 'long ', possible loss of data
../dbConvert.c(1665) : warning C4244: '=' : conversion from 'float ' to 'long ', possible loss of data
../dbConvert.c(1679) : warning C4244: '=' : conversion from 'float ' to 'unsigned long ', possible loss of data
../dbConvert.c(1684) : warning C4244: '=' : conversion from 'float ' to 'unsigned long ', possible loss of data
../dbConvert.c(1736) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(1741) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(1784) : warning C4244: '=' : conversion from 'double ' to 'char ', possible loss of data
../dbConvert.c(1789) : warning C4244: '=' : conversion from 'double ' to 'char ', possible loss of data
../dbConvert.c(1803) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
../dbConvert.c(1808) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
../dbConvert.c(1822) : warning C4244: '=' : conversion from 'double ' to 'short ', possible loss of data
../dbConvert.c(1827) : warning C4244: '=' : conversion from 'double ' to 'short ', possible loss of data
../dbConvert.c(1841) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(1846) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(1860) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbConvert.c(1865) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbConvert.c(1879) : warning C4244: '=' : conversion from 'double ' to 'unsigned long ', possible loss of data
../dbConvert.c(1884) : warning C4244: '=' : conversion from 'double ' to 'unsigned long ', possible loss of data
../dbConvert.c(1937) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(1942) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(1970) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(1975) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(1989) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(1994) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(2486) : warning C4018: '==' : signed/unsigned mismatch
../dbConvert.c(2534) : warning C4018: '==' : signed/unsigned mismatch
../dbConvert.c(2571) : warning C4018: '==' : signed/unsigned mismatch
../dbConvert.c(3004) : warning C4244: '=' : conversion from 'short ' to 'char ', possible loss of data
../dbConvert.c(3009) : warning C4244: '=' : conversion from 'short ' to 'char ', possible loss of data
../dbConvert.c(3023) : warning C4244: '=' : conversion from 'short ' to 'unsigned char ', possible loss of data
../dbConvert.c(3028) : warning C4244: '=' : conversion from 'short ' to 'unsigned char ', possible loss of data
../dbConvert.c(3200) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(3205) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(3219) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(3224) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(3396) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
../dbConvert.c(3401) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
../dbConvert.c(3415) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbConvert.c(3420) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbConvert.c(3434) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbConvert.c(3439) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbConvert.c(3453) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3458) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3510) : warning C4244: '=' : conversion from 'long ' to 'float ', possible loss of data
../dbConvert.c(3515) : warning C4244: '=' : conversion from 'long ' to 'float ', possible loss of data
../dbConvert.c(3548) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3553) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3592) : warning C4244: '=' : conversion from 'unsigned long ' to 'char ', possible loss of data
../dbConvert.c(3597) : warning C4244: '=' : conversion from 'unsigned long ' to 'char ', possible loss of data
../dbConvert.c(3611) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
../dbConvert.c(3616) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
../dbConvert.c(3630) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', possible loss of data
../dbConvert.c(3635) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', possible loss of data
../dbConvert.c(3649) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3654) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3706) : warning C4244: '=' : conversion from 'unsigned long ' to 'float ', possible loss of data
../dbConvert.c(3711) : warning C4244: '=' : conversion from 'unsigned long ' to 'float ', possible loss of data
../dbConvert.c(3744) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3749) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbConvert.c(3793) : warning C4244: '=' : conversion from 'float ' to 'char ', possible loss of data
../dbConvert.c(3798) : warning C4244: '=' : conversion from 'float ' to 'char ', possible loss of data
../dbConvert.c(3812) : warning C4244: '=' : conversion from 'float ' to 'unsigned char ', possible loss of data
../dbConvert.c(3817) : warning C4244: '=' : conversion from 'float ' to 'unsigned char ', possible loss of data
../dbConvert.c(3831) : warning C4244: '=' : conversion from 'float ' to 'short ', possible loss of data
../dbConvert.c(3836) : warning C4244: '=' : conversion from 'float ' to 'short ', possible loss of data
../dbConvert.c(3850) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(3855) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(3869) : warning C4244: '=' : conversion from 'float ' to 'long ', possible loss of data
../dbConvert.c(3874) : warning C4244: '=' : conversion from 'float ' to 'long ', possible loss of data
../dbConvert.c(3888) : warning C4244: '=' : conversion from 'float ' to 'unsigned long ', possible loss of data
../dbConvert.c(3893) : warning C4244: '=' : conversion from 'float ' to 'unsigned long ', possible loss of data
../dbConvert.c(3945) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(3950) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbConvert.c(3994) : warning C4244: '=' : conversion from 'double ' to 'char ', possible loss of data
../dbConvert.c(3999) : warning C4244: '=' : conversion from 'double ' to 'char ', possible loss of data
../dbConvert.c(4013) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
../dbConvert.c(4018) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
../dbConvert.c(4032) : warning C4244: '=' : conversion from 'double ' to 'short ', possible loss of data
../dbConvert.c(4037) : warning C4244: '=' : conversion from 'double ' to 'short ', possible loss of data
../dbConvert.c(4051) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(4056) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(4070) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbConvert.c(4075) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbConvert.c(4089) : warning C4244: '=' : conversion from 'double ' to 'unsigned long ', possible loss of data
../dbConvert.c(4094) : warning C4244: '=' : conversion from 'double ' to 'unsigned long ', possible loss of data
../dbConvert.c(4147) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(4152) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbConvert.c(4191) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(4196) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbConvert.c(4210) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(4215) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbConvert.c(1561) : warning C4761: integral size mismatch in argument; conversion supplied
../dbConvert.c(1566) : warning C4761: integral size mismatch in argument; conversion supplied
../dbConvert.c(1761) : warning C4761: integral size mismatch in argument; conversion supplied
../dbConvert.c(1766) : warning C4761: integral size mismatch in argument; conversion supplied
../dbConvert.c(3770) : warning C4761: integral size mismatch in argument; conversion supplied
../dbConvert.c(3775) : warning C4761: integral size mismatch in argument; conversion supplied
../dbConvert.c(3971) : warning C4761: integral size mismatch in argument; conversion supplied
../dbConvert.c(3976) : warning C4761: integral size mismatch in argument; conversion supplied
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbFastLinkConv.c
dbFastLinkConv.c
../dbFastLinkConv.c(132) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(287) : warning C4018: '==' : signed/unsigned mismatch
../dbFastLinkConv.c(330) : warning C4018: '==' : signed/unsigned mismatch
../dbFastLinkConv.c(362) : warning C4018: '==' : signed/unsigned mismatch
../dbFastLinkConv.c(523) : warning C4244: '=' : conversion from 'short ' to 'char ', possible loss of data
../dbFastLinkConv.c(530) : warning C4244: '=' : conversion from 'short ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(593) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbFastLinkConv.c(600) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(663) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
../dbFastLinkConv.c(670) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(677) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../dbFastLinkConv.c(684) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(705) : warning C4244: '=' : conversion from 'long ' to 'float ', possible loss of data
../dbFastLinkConv.c(719) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(733) : warning C4244: '=' : conversion from 'unsigned long ' to 'char ', possible loss of data
../dbFastLinkConv.c(740) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(747) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', possible loss of data
../dbFastLinkConv.c(754) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(775) : warning C4244: '=' : conversion from 'unsigned long ' to 'float ', possible loss of data
../dbFastLinkConv.c(789) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(805) : warning C4244: 'function' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(814) : warning C4244: '=' : conversion from 'float ' to 'char ', possible loss of data
../dbFastLinkConv.c(821) : warning C4244: '=' : conversion from 'float ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(828) : warning C4244: '=' : conversion from 'float ' to 'short ', possible loss of data
../dbFastLinkConv.c(835) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(842) : warning C4244: '=' : conversion from 'float ' to 'long ', possible loss of data
../dbFastLinkConv.c(849) : warning C4244: '=' : conversion from 'float ' to 'unsigned long ', possible loss of data
../dbFastLinkConv.c(870) : warning C4244: '=' : conversion from 'float ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(886) : warning C4244: 'function' : conversion from 'long ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(895) : warning C4244: '=' : conversion from 'double ' to 'char ', possible loss of data
../dbFastLinkConv.c(902) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(909) : warning C4244: '=' : conversion from 'double ' to 'short ', possible loss of data
../dbFastLinkConv.c(916) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(923) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../dbFastLinkConv.c(930) : warning C4244: '=' : conversion from 'double ' to 'unsigned long ', possible loss of data
../dbFastLinkConv.c(944) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
../dbFastLinkConv.c(961) : warning C4244: '=' : conversion from 'double ' to 'unsigned short ', possible loss of data
../dbFastLinkConv.c(968) : warning C4244: '=' : conversion from 'unsigned short ' to 'char ', possible loss of data
../dbFastLinkConv.c(975) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
../dbFastLinkConv.c(805) : warning C4761: integral size mismatch in argument; conversion supplied
../dbFastLinkConv.c(886) : warning C4761: integral size mismatch in argument; conversion supplied
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbNotify.c
dbNotify.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbScan.c
dbScan.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbEvent.c
dbEvent.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbTest.c
dbTest.c
../dbTest.c(117) : warning C4013: 'open' undefined; assuming extern returning int
../dbTest.c(221) : warning C4018: '>=' : signed/unsigned mismatch
../dbTest.c(230) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(290) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(506) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(520) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(534) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(547) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(560) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(573) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(586) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(599) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(612) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(625) : warning C4018: '<' : signed/unsigned mismatch
../dbTest.c(821) : warning C4018: '<' : signed/unsigned mismatch
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../db_access.c
db_access.c
../db_access.c(498) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
../db_access.c(1039) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1040) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1041) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1042) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1043) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1044) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1071) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1107) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1108) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1109) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1110) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1111) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1112) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1171) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1209) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1210) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1211) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1212) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1213) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1214) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1215) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1216) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1244) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
../db_access.c(1280) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', possible loss of data
../db_access.c(1315) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1316) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1317) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1318) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1319) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1320) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1321) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1322) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data
../db_access.c(1385) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../db_test.c
db_test.c
../db_test.c(80) : warning C4244: '=' : conversion from 'const long ' to 'short ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../recGbl.c
recGbl.c
../recGbl.c(230) : warning C4244: '=' : conversion from 'short ' to 'char ', possible loss of data
../recGbl.c(238) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../callback.c
callback.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbCa.c
dbCa.c
../dbCa.c(181) : warning C4018: '>' : signed/unsigned mismatch
../dbCa.c(620) : warning C4018: '!=' : signed/unsigned mismatch
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbCaTest.c
dbCaTest.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../initHooks.c
initHooks.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../cvtBpt.c
cvtBpt.c
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../dbServiceIO.cpp
dbServiceIO.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../dbChannelIO.cpp
dbChannelIO.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../dbSubscriptionIO.cpp
dbSubscriptionIO.cpp
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../dbPutNotifyBlocker.cpp
dbPutNotifyBlocker.cpp
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo dbIoc.res ../dbIoc.rc
lib /nologo /verbose /out:dbIocObj.lib  dbLock.obj dbAccess.obj dbBkpt.obj dbConvert.obj dbFastLinkConv.obj dbNotify.obj dbScan.obj dbEvent.obj dbTest.obj db_access.obj db_test.obj recGbl.obj callback.obj dbCa.obj dbCaTest.obj initHooks.obj cvtBpt.obj dbServiceIO.obj dbChannelIO.obj dbSubscriptionIO
.obj dbPutNotifyBlocker.obj
Installing library ../../../lib/win32-x86/dbIocObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:dbIoc.lib /out:dbIoc.dll   dbLock.obj dbAccess.obj dbBkpt.obj dbConvert.obj dbFastLinkConv.obj dbNotify.obj dbScan.obj dbEvent.obj dbTest.obj db_access.obj db_test.obj recGbl.obj callback.obj dbCa.ob
j dbCaTest.obj initHooks.obj cvtBpt.obj dbServiceIO.obj dbChannelIO.obj dbSubscriptionIO.obj dbPutNotifyBlocker.obj dbIoc.res  ../../../lib/win32-x86/dbStaticIoc.lib ../../../lib/win32-x86/ca.lib ../../../lib/win32-x86/Com.lib
   Creating library dbIoc.lib and object dbIoc.exp
Installing binary ../../../bin/win32-x86/dbIoc.dll
Installing library ../../../lib/win32-x86/dbIoc.lib
make[2]: Leaving directory `//c/Epics/base/src/db/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/db'
make -C db/test win32-x86
make[1]: Entering directory `//c/Epics/base/src/db/test'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/db/test/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/db/test/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/db/test/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../callbackTest.c
callbackTest.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../callbackTestMain.c
callbackTestMain.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:callbackTestHost.exe callbackTestMain.obj callbackTest.obj     ../../../../lib/win32-x86/dbIoc.lib ../../../../lib/win32-x86/dbStaticHost.lib ../../../../lib/win32-x86/ca.lib ../../../../lib/win32-x86/Com.lib
LINK : warning LNK4005: no objects used from library ../../../../lib/win32-x86/dbStaticHost.lib
LINK : warning LNK4005: no objects used from library ../../../../lib/win32-x86/ca.lib
Installing binary ../../../../bin/win32-x86/callbackTestHost.exe
Installing binary ../../../../bin/win32-x86/callbackTest.obj
make[2]: Leaving directory `//c/Epics/base/src/db/test/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/db/test'
make -C as win32-x86
make[1]: Entering directory `//c/Epics/base/src/as'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/as/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/as/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/as/O.win32-x86'
../../../bin/win32-x86/e_flex.exe -S../../../include/flex.skel.static  ../asLib_lex.l
perl ../../../configure/tools/mv.pl lex.yy.c asLib_lex.c
move lex.yy.c into asLib_lex.c
perl ../../../configure/tools/rm.pl -f asLib.c y.tab.c
../../../bin/win32-x86/antelope.exe  ../asLib.y
perl ../../../configure/tools/mv.pl y.tab.c asLib.c
move y.tab.c into asLib.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         asLib.c
asLib.c
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo asHost.res ../asHost.rc
lib /nologo /verbose /out:asHostObj.lib  asLib.obj
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../asDbLib.c
asDbLib.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../asCa.c
asCa.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../asTrapWrite.c
asTrapWrite.c
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo asIoc.res ../asIoc.rc
lib /nologo /verbose /out:asIocObj.lib asDbLib.obj asCa.obj asTrapWrite.obj asLib.obj
Installing library ../../../lib/win32-x86/asHostObj.lib
Installing library ../../../lib/win32-x86/asIocObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:asHost.lib /out:asHost.dll   asLib.obj asHost.res  ../../../lib/win32-x86/dbStaticHost.lib ../../../lib/win32-x86/ca.lib ../../../lib/win32-x86/Com.lib
   Creating library asHost.lib and object asHost.exp
LINK : warning LNK4005: no objects used from library ../../../lib/win32-x86/dbStaticHost.lib
LINK : warning LNK4005: no objects used from library ../../../lib/win32-x86/ca.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:asIoc.lib /out:asIoc.dll  asDbLib.obj asCa.obj asTrapWrite.obj asLib.obj asIoc.res  ../../../lib/win32-x86/dbIoc.lib ../../../lib/win32-x86/dbStaticIoc.lib ../../../lib/win32-x86/ca.lib ../../../lib/
win32-x86/Com.lib
   Creating library asIoc.lib and object asIoc.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
Installing binary ../../../bin/win32-x86/asHost.dll
Installing binary ../../../bin/win32-x86/asIoc.dll
Installing library ../../../lib/win32-x86/asHost.lib
Installing library ../../../lib/win32-x86/asIoc.lib
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../ascheck.c
ascheck.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:ascheck.exe ascheck.obj     ./asHost.lib ../../../lib/win32-x86/dbStaticHost.lib ../../../lib/win32-x86/Com.lib
Installing binary ../../../bin/win32-x86/ascheck.exe
make[2]: Leaving directory `//c/Epics/base/src/as/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/as'
make -C util win32-x86
make[1]: Entering directory `//c/Epics/base/src/util'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/util/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/util/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/util/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../ca_test.c
ca_test.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../ca_test_main.c
ca_test_main.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:ca_test.exe ca_test_main.obj ca_test.obj     ../../../lib/win32-x86/ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\ws2_32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../iocLogServer.c
iocLogServer.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:iocLogServer.exe iocLogServer.obj     ../../../lib/win32-x86/ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
LINK : warning LNK4005: no objects used from library ../../../lib/win32-x86/ca.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
Installing binary ../../../bin/win32-x86/ca_test.exe
Installing binary ../../../bin/win32-x86/iocLogServer.exe
Installing binary ../../../bin/win32-x86/ca_test.obj
make[2]: Leaving directory `//c/Epics/base/src/util/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/util'
make -C dbtools win32-x86
make[1]: Entering directory `//c/Epics/base/src/dbtools'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/dbtools/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/dbtools/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/dbtools/O.win32-x86'
../../../bin/win32-x86/e_flex.exe -S../../../include/flex.skel.static  ../dbLoadTemplate_lex.l
perl ../../../configure/tools/mv.pl lex.yy.c dbLoadTemplate_lex.c
move lex.yy.c into dbLoadTemplate_lex.c
perl ../../../configure/tools/rm.pl -f dbLoadTemplate.c y.tab.c
../../../bin/win32-x86/antelope.exe  ../dbLoadTemplate.y
perl ../../../configure/tools/mv.pl y.tab.c dbLoadTemplate.c
move y.tab.c into dbLoadTemplate.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         dbLoadTemplate.c
dbLoadTemplate.c
../dbLoadTemplate_lex.l(206) : warning C4013: 'read' undefined; assuming extern returning int
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo dbtoolsIoc.res ../dbtoolsIoc.rc
lib /nologo /verbose /out:dbtoolsIocObj.lib  dbLoadTemplate.obj
Installing library ../../../lib/win32-x86/dbtoolsIocObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:dbtoolsIoc.lib /out:dbtoolsIoc.dll   dbLoadTemplate.obj dbtoolsIoc.res  ../../../lib/win32-x86/dbIoc.lib ../../../lib/win32-x86/Com.lib
   Creating library dbtoolsIoc.lib and object dbtoolsIoc.exp
Installing binary ../../../bin/win32-x86/dbtoolsIoc.dll
Installing library ../../../lib/win32-x86/dbtoolsIoc.lib
make[2]: Leaving directory `//c/Epics/base/src/dbtools/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/dbtools'
make -C rsrv win32-x86
make[1]: Entering directory `//c/Epics/base/src/rsrv'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/rsrv/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/rsrv/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/rsrv/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include    -I../../ca     ../caserverio.c
caserverio.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include    -I../../ca     ../caservertask.c
caservertask.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include    -I../../ca     ../camsgtask.c
camsgtask.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include    -I../../ca     ../camessage.c
camessage.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include    -I../../ca     ../cast_server.c
cast_server.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include    -I../../ca     ../online_notify.c
online_notify.c
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo rsrvIoc.res ../rsrvIoc.rc
lib /nologo /verbose /out:rsrvIocObj.lib  caserverio.obj caservertask.obj camsgtask.obj camessage.obj cast_server.obj online_notify.obj
Installing library ../../../lib/win32-x86/rsrvIocObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:rsrvIoc.lib /out:rsrvIoc.dll   caserverio.obj caservertask.obj camsgtask.obj camessage.obj cast_server.obj online_notify.obj rsrvIoc.res  ../../../lib/win32-x86/asIoc.lib ../../../lib/win32-x86/dbIoc
.lib ../../../lib/win32-x86/ca.lib ../../../lib/win32-x86/Com.lib  ws2_32.lib
   Creating library rsrvIoc.lib and object rsrvIoc.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
Installing binary ../../../bin/win32-x86/rsrvIoc.dll
Installing library ../../../lib/win32-x86/rsrvIoc.lib
make[2]: Leaving directory `//c/Epics/base/src/rsrv/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/rsrv'
make -C rec win32-x86
make[1]: Entering directory `//c/Epics/base/src/rec'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/rec/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/rec/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/rec/O.win32-x86'
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../aaiRecord.dbd ../O.Common/aaiRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../aaoRecord.dbd ../O.Common/aaoRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../aiRecord.dbd ../O.Common/aiRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../aoRecord.dbd ../O.Common/aoRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../biRecord.dbd ../O.Common/biRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../boRecord.dbd ../O.Common/boRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../calcRecord.dbd ../O.Common/calcRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../calcoutRecord.dbd ../O.Common/calcoutRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../compressRecord.dbd ../O.Common/compressRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../dfanoutRecord.dbd ../O.Common/dfanoutRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../egRecord.dbd ../O.Common/egRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../egeventRecord.dbd ../O.Common/egeventRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../erRecord.dbd ../O.Common/erRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../ereventRecord.dbd ../O.Common/ereventRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../eventRecord.dbd ../O.Common/eventRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../fanoutRecord.dbd ../O.Common/fanoutRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../histogramRecord.dbd ../O.Common/histogramRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../longinRecord.dbd ../O.Common/longinRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../longoutRecord.dbd ../O.Common/longoutRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../mbbiRecord.dbd ../O.Common/mbbiRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../mbbiDirectRecord.dbd ../O.Common/mbbiDirectRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../mbboRecord.dbd ../O.Common/mbboRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../mbboDirectRecord.dbd ../O.Common/mbboDirectRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../permissiveRecord.dbd ../O.Common/permissiveRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../selRecord.dbd ../O.Common/selRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../seqRecord.dbd ../O.Common/seqRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../stateRecord.dbd ../O.Common/stateRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../stringinRecord.dbd ../O.Common/stringinRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../stringoutRecord.dbd ../O.Common/stringoutRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../subRecord.dbd ../O.Common/subRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../subArrayRecord.dbd ../O.Common/subArrayRecord.h
../../../bin/win32-x86/dbToRecordtypeH.exe  -I . -I .. -I ../../../dbd   ../waveformRecord.dbd ../O.Common/waveformRecord.h
Installing generated generic include file ../../../include/aaiRecord.h
Installing generated generic include file ../../../include/aaoRecord.h
Installing generated generic include file ../../../include/aiRecord.h
Installing generated generic include file ../../../include/aoRecord.h
Installing generated generic include file ../../../include/biRecord.h
Installing generated generic include file ../../../include/boRecord.h
Installing generated generic include file ../../../include/calcRecord.h
Installing generated generic include file ../../../include/calcoutRecord.h
Installing generated generic include file ../../../include/compressRecord.h
Installing generated generic include file ../../../include/dfanoutRecord.h
Installing generated generic include file ../../../include/egRecord.h
Installing generated generic include file ../../../include/egeventRecord.h
Installing generated generic include file ../../../include/erRecord.h
Installing generated generic include file ../../../include/ereventRecord.h
Installing generated generic include file ../../../include/eventRecord.h
Installing generated generic include file ../../../include/fanoutRecord.h
Installing generated generic include file ../../../include/histogramRecord.h
Installing generated generic include file ../../../include/longinRecord.h
Installing generated generic include file ../../../include/longoutRecord.h
Installing generated generic include file ../../../include/mbbiRecord.h
Installing generated generic include file ../../../include/mbbiDirectRecord.h
Installing generated generic include file ../../../include/mbboRecord.h
Installing generated generic include file ../../../include/mbboDirectRecord.h
Installing generated generic include file ../../../include/permissiveRecord.h
Installing generated generic include file ../../../include/selRecord.h
Installing generated generic include file ../../../include/seqRecord.h
Installing generated generic include file ../../../include/stateRecord.h
Installing generated generic include file ../../../include/stringinRecord.h
Installing generated generic include file ../../../include/stringoutRecord.h
Installing generated generic include file ../../../include/subRecord.h
Installing generated generic include file ../../../include/subArrayRecord.h
Installing generated generic include file ../../../include/waveformRecord.h
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../aaiRecord.c
aaiRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../aaoRecord.c
aaoRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../aiRecord.c
aiRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../aoRecord.c
aoRecord.c
../aoRecord.c(460) : warning C4244: '=' : conversion from 'short ' to 'unsigned char ', possible loss of data
../aoRecord.c(516) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
../aoRecord.c(517) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../biRecord.c
biRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../boRecord.c
boRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../calcRecord.c
calcRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../calcoutRecord.c
calcoutRecord.c
../calcoutRecord.c(202) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct callbackPvt *)'
../calcoutRecord.c(205) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct callbackPvt *)'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../compressRecord.c
compressRecord.c
../compressRecord.c(318) : warning C4018: '>=' : signed/unsigned mismatch
../compressRecord.c(323) : warning C4018: '>=' : signed/unsigned mismatch
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dfanoutRecord.c
dfanoutRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../egRecord.c
egRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../egeventRecord.c
egeventRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../erRecord.c
erRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../ereventRecord.c
ereventRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../eventRecord.c
eventRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../fanoutRecord.c
fanoutRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../histogramRecord.c
histogramRecord.c
../histogramRecord.c(367) : warning C4244: '=' : conversion from 'const double ' to 'unsigned long ', possible loss of data
../histogramRecord.c(380) : warning C4244: '=' : conversion from 'const double ' to 'unsigned long ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../longinRecord.c
longinRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../longoutRecord.c
longoutRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../mbbiRecord.c
mbbiRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../mbbiDirectRecord.c
mbbiDirectRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../mbboRecord.c
mbboRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../mbboDirectRecord.c
mbboDirectRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../permissiveRecord.c
permissiveRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../selRecord.c
selRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../seqRecord.c
seqRecord.c
../seqRecord.c(133) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct callbackPvt *)'
../seqRecord.c(216) : warning C4305: '=' : truncation from 'const long ' to 'unsigned short '
../seqRecord.c(240) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../stateRecord.c
stateRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../stringinRecord.c
stringinRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../stringoutRecord.c
stringoutRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../subRecord.c
subRecord.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../subArrayRecord.c
subArrayRecord.c
../subArrayRecord.c(187) : warning C4018: '>' : signed/unsigned mismatch
../subArrayRecord.c(204) : warning C4018: '>' : signed/unsigned mismatch
../subArrayRecord.c(218) : warning C4018: '>' : signed/unsigned mismatch
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../waveformRecord.c
waveformRecord.c
lib /nologo /verbose /out:recIocObj.lib  aaiRecord.obj aaoRecord.obj aiRecord.obj aoRecord.obj biRecord.obj boRecord.obj calcRecord.obj calcoutRecord.obj compressRecord.obj dfanoutRecord.obj egRecord.obj egeventRecord.obj erRecord.obj ereventRecord.obj eventRecord.obj fanoutRecord.obj histogramRecor
d.obj longinRecord.obj longoutRecord.obj mbbiRecord.obj mbbiDirectRecord.obj mbboRecord.obj mbboDirectRecord.obj permissiveRecord.obj selRecord.obj seqRecord.obj stateRecord.obj stringinRecord.obj stringoutRecord.obj subRecord.obj subArrayRecord.obj waveformRecord.obj
Installing library ../../../lib/win32-x86/recIocObj.lib
make[2]: Leaving directory `//c/Epics/base/src/rec/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/rec'
make -C dev win32-x86
make[1]: Entering directory `//c/Epics/base/src/dev'
make -C softDev win32-x86
make[2]: Entering directory `//c/Epics/base/src/dev/softDev'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/dev/softDev/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/dev/softDev/O.win32-x86'
make[3]: Entering directory `//c/Epics/base/src/dev/softDev/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devAiSoft.c
devAiSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devAiSoftRaw.c
devAiSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devAoSoft.c
devAoSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devAoSoftRaw.c
devAoSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devBiSoft.c
devBiSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devBiSoftRaw.c
devBiSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devBoSoft.c
devBoSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devBoSoftRaw.c
devBoSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devEventSoft.c
devEventSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devHistogramSoft.c
devHistogramSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devLiSoft.c
devLiSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devLoSoft.c
devLoSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbbiDirectSoft.c
devMbbiDirectSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbbiDirectSoftRaw.c
devMbbiDirectSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbbiSoft.c
devMbbiSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbbiSoftRaw.c
devMbbiSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbboDirectSoft.c
devMbboDirectSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbboDirectSoftRaw.c
devMbboDirectSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbboSoft.c
devMbboSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbboSoftRaw.c
devMbboSoftRaw.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devSASoft.c
devSASoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devSiSoft.c
devSiSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devSoSoft.c
devSoSoft.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devWfSoft.c
devWfSoft.c
lib /nologo /verbose /out:softDevIocObj.lib  devAiSoft.obj devAiSoftRaw.obj devAoSoft.obj devAoSoftRaw.obj devBiSoft.obj devBiSoftRaw.obj devBoSoft.obj devBoSoftRaw.obj devEventSoft.obj devHistogramSoft.obj devLiSoft.obj devLoSoft.obj devMbbiDirectSoft.obj devMbbiDirectSoftRaw.obj devMbbiSoft.obj de
vMbbiSoftRaw.obj devMbboDirectSoft.obj devMbboDirectSoftRaw.obj devMbboSoft.obj devMbboSoftRaw.obj devSASoft.obj devSiSoft.obj devSoSoft.obj devWfSoft.obj
Installing library ../../../../lib/win32-x86/softDevIocObj.lib
make[3]: Leaving directory `//c/Epics/base/src/dev/softDev/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/dev/softDev'
make -C testDev win32-x86
make[2]: Entering directory `//c/Epics/base/src/dev/testDev'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/dev/testDev/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/dev/testDev/O.win32-x86'
make[3]: Entering directory `//c/Epics/base/src/dev/testDev/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devAiTestAsyn.c
devAiTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devAoTestAsyn.c
devAoTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devBiTestAsyn.c
devBiTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devBoTestAsyn.c
devBoTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devEventTestIoEvent.c
devEventTestIoEvent.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devHistogramTestAsyn.c
devHistogramTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbbiTestAsyn.c
devMbbiTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devMbboTestAsyn.c
devMbboTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devSiTestAsyn.c
devSiTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devSoTestAsyn.c
devSoTestAsyn.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD -DEPICS_DLL_NO  -I. -I.. -I../../../../include/os/WIN32 -I../../../../include         ../devWfTestAsyn.c
devWfTestAsyn.c
lib /nologo /verbose /out:testDevIocObj.lib  devAiTestAsyn.obj devAoTestAsyn.obj devBiTestAsyn.obj devBoTestAsyn.obj devEventTestIoEvent.obj devHistogramTestAsyn.obj devMbbiTestAsyn.obj devMbboTestAsyn.obj devSiTestAsyn.obj devSoTestAsyn.obj devWfTestAsyn.obj
Installing library ../../../../lib/win32-x86/testDevIocObj.lib
make[3]: Leaving directory `//c/Epics/base/src/dev/testDev/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/dev/testDev'
make[1]: Leaving directory `//c/Epics/base/src/dev'
make -C misc win32-x86
make[1]: Entering directory `//c/Epics/base/src/misc'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/misc/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/misc/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/misc/O.win32-x86'
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../epicsRelease.c
epicsRelease.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../iocInit.c
iocInit.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../asSubRecordFunctions.c
asSubRecordFunctions.c
../asSubRecordFunctions.c(82) : warning C4101: 'status' : unreferenced local variable
lib /nologo /verbose /out:miscIocObj.lib  epicsRelease.obj iocInit.obj asSubRecordFunctions.obj
Installing library ../../../lib/win32-x86/miscIocObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:miscIoc.lib /out:miscIoc.dll   epicsRelease.obj iocInit.obj asSubRecordFunctions.obj   ../../../lib/win32-x86/rsrvIoc.lib ../../../lib/win32-x86/asIoc.lib ../../../lib/win32-x86/dbIoc.lib ../../../li
b/win32-x86/registryIoc.lib ../../../lib/win32-x86/dbStaticIoc.lib ../../../lib/win32-x86/Com.lib ../../../lib/win32-x86/Com.lib ../../../lib/win32-x86/dbStaticIoc.lib ../../../lib/win32-x86/dbIoc.lib ../../../lib/win32-x86/asIoc.lib ../../../lib/win32-x86/rsrvIoc.lib ../../../lib/win32-x86/registry
Ioc.lib
   Creating library miscIoc.lib and object miscIoc.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
Installing binary ../../../bin/win32-x86/miscIoc.dll
Installing library ../../../lib/win32-x86/miscIoc.lib
make[2]: Leaving directory `//c/Epics/base/src/misc/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/misc'
make -C iocsh win32-x86
make[1]: Entering directory `//c/Epics/base/src/iocsh'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/iocsh/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/iocsh/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/iocsh/O.win32-x86'
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../iocsh.cpp
iocsh.cpp
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../osiRegister.c
osiRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbStaticRegister.c
dbStaticRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbTestRegister.c
dbTestRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbBkptRegister.c
dbBkptRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbCaTestRegister.c
dbCaTestRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../caTestRegister.c
caTestRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../dbAccessRegister.c
dbAccessRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../iocshRegisterCommon.c
iocshRegisterCommon.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../asTestRegister.c
asTestRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../envRegister.c
envRegister.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../iocUtil.c
iocUtil.c
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo iocsh.res ../iocsh.rc
lib /nologo /verbose /out:iocshObj.lib  iocsh.obj osiRegister.obj dbStaticRegister.obj dbTestRegister.obj dbBkptRegister.obj dbCaTestRegister.obj caTestRegister.obj dbAccessRegister.obj iocshRegisterCommon.obj asTestRegister.obj envRegister.obj iocUtil.obj
Installing library ../../../lib/win32-x86/iocshObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:iocsh.lib /out:iocsh.dll   iocsh.obj osiRegister.obj dbStaticRegister.obj dbTestRegister.obj dbBkptRegister.obj dbCaTestRegister.obj caTestRegister.obj dbAccessRegister.obj iocshRegisterCommon.obj as
TestRegister.obj envRegister.obj iocUtil.obj iocsh.res  ../../../lib/win32-x86/miscIoc.lib ../../../lib/win32-x86/rsrvIoc.lib ../../../lib/win32-x86/dbtoolsIoc.lib ../../../lib/win32-x86/asIoc.lib ../../../lib/win32-x86/dbIoc.lib ../../../lib/win32-x86/registryIoc.lib ../../../lib/win32-x86/dbStatic
Ioc.lib ../../../lib/win32-x86/Com.lib
   Creating library iocsh.lib and object iocsh.exp
Installing binary ../../../bin/win32-x86/iocsh.dll
Installing library ../../../lib/win32-x86/iocsh.lib
make[2]: Leaving directory `//c/Epics/base/src/iocsh/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/iocsh'
make -C vxWorks win32-x86
make[1]: Entering directory `//c/Epics/base/src/vxWorks'
make -C src win32-x86
make[2]: Entering directory `//c/Epics/base/src/vxWorks/src'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/vxWorks/src/O.win32-x86'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `//c/Epics/base/src/vxWorks/src/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/vxWorks/src'
make -C iocCore win32-x86
make[2]: Entering directory `//c/Epics/base/src/vxWorks/iocCore'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/vxWorks/iocCore/O.win32-x86'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `//c/Epics/base/src/vxWorks/iocCore/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/vxWorks/iocCore'
make[1]: Leaving directory `//c/Epics/base/src/vxWorks'
make -C gdd win32-x86
make[1]: Entering directory `//c/Epics/base/src/gdd'
perl ../../configure/tools/makeMakefile.pl O.win32-x86 ../../..
perl ../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86
make[2]: Entering directory `//c/Epics/base/src/gdd/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/gdd/O.win32-x86'
make[2]: Entering directory `//c/Epics/base/src/gdd/O.win32-x86'
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../genApps.cc
genApps.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gdd.cc
gdd.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddTest.cc
gddTest.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddAppTable.cc
gddAppTable.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddNewDel.cc
gddNewDel.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddAppDefs.cc
gddAppDefs.cc
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../aitTypes.c
aitTypes.c
cl  -c             /nologo /D__STDC__=0  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include         ../aitGen.c
aitGen.c
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:aitGen.exe aitTypes.obj aitGen.obj     ../../../lib/win32-x86/Com.lib
   Creating library aitGen.lib and object aitGen.exp
LINK : warning LNK4005: no objects used from library ../../../lib/win32-x86/Com.lib
Installing binary ../../../bin/win32-x86/aitGen.exe
../../../bin/win32-x86/aitGen.exe
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../aitConvert.cc
aitConvert.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../aitHelpers.cc
aitHelpers.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddArray.cc
gddArray.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddContainer.cc
gddContainer.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddErrorCodes.cc
gddErrorCodes.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddUtils.cc
gddUtils.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../gddEnumStringTable.cc
gddEnumStringTable.cc
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:genApps.exe genApps.obj gdd.obj gddTest.obj gddAppTable.obj gddNewDel.obj gddAppDefs.obj aitTypes.obj aitConvert.obj aitHelpers.obj gddArray.obj gddContainer.obj gddErrorCodes.obj gddUtils.obj gddEnumStringTable.obj
  ../../../lib/win32-x86/Com.lib
   Creating library genApps.lib and object genApps.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
LINK : warning LNK4089: all references to "Com.dll" discarded by /OPT:REF
Installing binary ../../../bin/win32-x86/genApps.exe
../../../bin/win32-x86/genApps.exe ../O.Common/gddApps.h
Installing generated generic include file ../../../include/gddApps.h
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../dbMapper.cc
dbMapper.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../include/os/WIN32 -I../../../include       /Tp  ../smartGDDPointer.cc
smartGDDPointer.cc
rc -l 0x409 -I. -I.. -I../../../include/os/WIN32 -I../../../include -fo gdd.res ../gdd.rc
lib /nologo /verbose /out:gddObj.lib gdd.obj gddTest.obj gddAppTable.obj gddNewDel.obj gddAppDefs.obj aitTypes.obj aitConvert.obj aitHelpers.obj dbMapper.obj gddArray.obj gddContainer.obj gddErrorCodes.obj gddUtils.obj smartGDDPointer.obj gddEnumStringTable.obj
Installing library ../../../lib/win32-x86/gddObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:gdd.lib /out:gdd.dll  gdd.obj gddTest.obj gddAppTable.obj gddNewDel.obj gddAppDefs.obj aitTypes.obj aitConvert.obj aitHelpers.obj dbMapper.obj gddArray.obj gddContainer.obj gddErrorCodes.obj gddUtils
.obj smartGDDPointer.obj gddEnumStringTable.obj  gdd.res  ../../../lib/win32-x86/Com.lib
   Creating library gdd.lib and object gdd.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4089: all references to "Com.dll" discarded by /OPT:REF
Installing binary ../../../bin/win32-x86/gdd.dll
Installing library ../../../lib/win32-x86/gdd.lib
make[2]: Leaving directory `//c/Epics/base/src/gdd/O.win32-x86'
make[1]: Leaving directory `//c/Epics/base/src/gdd'
make -C cas win32-x86
make[1]: Entering directory `//c/Epics/base/src/cas'
make -C generic win32-x86
make[2]: Entering directory `//c/Epics/base/src/cas/generic'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/cas/generic/O.win32-x86'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `//c/Epics/base/src/cas/generic/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/cas/generic'
make -C generic build.win32-x86
make[2]: Entering directory `//c/Epics/base/src/cas/generic'
perl ../../../configure/tools/makeMakefile.pl O.vxWorks-68040 ../../../..
perl ../../../configure/tools/makeMakefile.pl O.vxWorks-ppc604 ../../../..
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 build
make[3]: Entering directory `//c/Epics/base/src/cas/generic/O.win32-x86'
make[3]: Nothing to be done for `build'.
make[3]: Leaving directory `//c/Epics/base/src/cas/generic/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/cas/generic'
make -C build build.win32-x86
make[2]: Entering directory `//c/Epics/base/src/cas/build'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/makeMakefile.pl O.vxWorks-68040 ../../../..
perl ../../../configure/tools/makeMakefile.pl O.vxWorks-ppc604 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 build
make[3]: Entering directory `//c/Epics/base/src/cas/build/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/cas/build/O.win32-x86'
make[3]: Entering directory `//c/Epics/base/src/cas/build/O.win32-x86'
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/caServer.cc
caServer.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/caServerI.cc
caServerI.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casCoreClient.cc
casCoreClient.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casClient.cc
casClient.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casDGClient.cc
casDGClient.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casStrmClient.cc
casStrmClient.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casPV.cc
casPV.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casPVI.cc
casPVI.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casChannel.cc
casChannel.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casChannelI.cc
casChannelI.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casPVListChan.cc
casPVListChan.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casClientMon.cc
casClientMon.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casChanDelEv.cc
casChanDelEv.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casAsyncIOI.cc
casAsyncIOI.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casAsyncReadIO.cc
casAsyncReadIO.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casAsyncWriteIO.cc
casAsyncWriteIO.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casAsyncPVExistIO.cc
casAsyncPVExistIO.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casAsyncPVAttachIO.cc
casAsyncPVAttachIO.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casEventSys.cc
casEventSys.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casMonitor.cc
casMonitor.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casMonEvent.cc
casMonEvent.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/inBuf.cc
inBuf.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/outBuf.cc
outBuf.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casCtx.cc
casCtx.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/casEventMask.cc
casEventMask.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/st/ioBlocked.cc
ioBlocked.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/st/caServerOS.cc
caServerOS.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/st/casIntfOS.cc
casIntfOS.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/st/casDGIntfOS.cc
casDGIntfOS.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/generic/st/casStreamOS.cc
casStreamOS.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/io/bsdSocket/caServerIO.cc
caServerIO.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/io/bsdSocket/casIntfIO.cc
casIntfIO.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/io/bsdSocket/casDGIntfIO.cc
casDGIntfIO.cc
cl  -c        -DcaNetAddrSock     /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../src/cas/generic -I../../../../src/cas/io/bsdSocket -I../../../../src/cas/generic/st -I../../../../src/cas/../ca -I../../../../include/os/WIN32 -I../../../../include       /Tp  ../../../../src/c
as/io/bsdSocket/casStreamIO.cc
casStreamIO.cc
lib /nologo /verbose /out:casObj.lib  caServer.obj caServerI.obj casCoreClient.obj casClient.obj casDGClient.obj casStrmClient.obj casPV.obj casPVI.obj casChannel.obj casChannelI.obj casPVListChan.obj casClientMon.obj casChanDelEv.obj casAsyncIOI.obj casAsyncReadIO.obj casAsyncWriteIO.obj casAsyncPV
ExistIO.obj casAsyncPVAttachIO.obj casEventSys.obj casMonitor.obj casMonEvent.obj inBuf.obj outBuf.obj casCtx.obj casEventMask.obj ioBlocked.obj caServerOS.obj casIntfOS.obj casDGIntfOS.obj casStreamOS.obj caServerIO.obj casIntfIO.obj casDGIntfIO.obj casStreamIO.obj
Installing library ../../../../lib/win32-x86/casObj.lib
link /nologo /subsystem:windows /dll /WARN:3 /incremental:no /opt:ref /release /version:3.14 /implib:cas.lib /out:cas.dll   caServer.obj caServerI.obj casCoreClient.obj casClient.obj casDGClient.obj casStrmClient.obj casPV.obj casPVI.obj casChannel.obj casChannelI.obj casPVListChan.obj casClientMon.
obj casChanDelEv.obj casAsyncIOI.obj casAsyncReadIO.obj casAsyncWriteIO.obj casAsyncPVExistIO.obj casAsyncPVAttachIO.obj casEventSys.obj casMonitor.obj casMonEvent.obj inBuf.obj outBuf.obj casCtx.obj casEventMask.obj ioBlocked.obj caServerOS.obj casIntfOS.obj casDGIntfOS.obj casStreamOS.obj caServer
IO.obj casIntfIO.obj casDGIntfIO.obj casStreamIO.obj   ../../../../lib/win32-x86/ca.lib ../../../../lib/win32-x86/gdd.lib ../../../../lib/win32-x86/Com.lib  ws2_32.lib
   Creating library cas.lib and object cas.exp
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
Installing binary ../../../../bin/win32-x86/cas.dll
Installing library ../../../../lib/win32-x86/cas.lib
make[3]: Leaving directory `//c/Epics/base/src/cas/build/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/cas/build'
make -C example build.win32-x86
make[2]: Entering directory `//c/Epics/base/src/cas/example'
make -C simple build.win32-x86
make[3]: Entering directory `//c/Epics/base/src/cas/example/simple'
perl ../../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../../..
perl ../../../../configure/tools/makeMakefile.pl O.vxWorks-68040 ../../../../..
perl ../../../../configure/tools/makeMakefile.pl O.vxWorks-ppc604 ../../../../..
perl ../../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../../.. T_A=win32-x86 build
make[4]: Entering directory `//c/Epics/base/src/cas/example/simple/O.win32-x86'
make[4]: Leaving directory `//c/Epics/base/src/cas/example/simple/O.win32-x86'
make[4]: Entering directory `//c/Epics/base/src/cas/example/simple/O.win32-x86'
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../main.cc
main.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../exServer.cc
exServer.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../exPV.cc
exPV.cc
../exPV.cc(38) : warning C4355: 'this' : used in base member initializer list
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../exVectorPV.cc
exVectorPV.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../exScalarPV.cc
exScalarPV.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../exAsyncPV.cc
exAsyncPV.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../exChannel.cc
exChannel.cc
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:excas.exe  main.obj exServer.obj exPV.obj exVectorPV.obj exScalarPV.obj exAsyncPV.obj exChannel.obj    ../../../../../lib/win32-x86/cas.lib ../../../../../lib/win32-x86/ca.lib ../../../../../lib/win32-x86/gdd.lib ../..
/../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\ws2_32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
make[4]: Leaving directory `//c/Epics/base/src/cas/example/simple/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/cas/example/simple'
make -C directoryService build.win32-x86
make[3]: Entering directory `//c/Epics/base/src/cas/example/directoryService'
perl ../../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../../..
perl ../../../../configure/tools/makeMakefile.pl O.vxWorks-68040 ../../../../..
perl ../../../../configure/tools/makeMakefile.pl O.vxWorks-ppc604 ../../../../..
perl ../../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../../.. T_A=win32-x86 build
make[4]: Entering directory `//c/Epics/base/src/cas/example/directoryService/O.win32-x86'
make[4]: Leaving directory `//c/Epics/base/src/cas/example/directoryService/O.win32-x86'
make[4]: Entering directory `//c/Epics/base/src/cas/example/directoryService/O.win32-x86'
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../main.cc
main.cc
cl  -c             /nologo /D__STDC__=0 /GX /GR  /Ox  /W3      /MD   -I. -I.. -I../../../../../include/os/WIN32 -I../../../../../include       /Tp  ../directoryServer.cc
directoryServer.cc
link -nologo /WARN:3 /incremental:no /opt:ref /release /version:3.14         -out:caDirServ.exe  main.obj directoryServer.obj    ../../../../../lib/win32-x86/cas.lib ../../../../../lib/win32-x86/ca.lib ../../../../../lib/win32-x86/gdd.lib ../../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib
 user32.lib
LINK : warning LNK4005: no objects used from library ../../../../../lib/win32-x86/gdd.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\advapi32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\user32.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\OLDNAMES.lib
LINK : warning LNK4005: no objects used from library C:\Programme\Microsoft Visual Studio\VC98\lib\kernel32.lib
make[4]: Leaving directory `//c/Epics/base/src/cas/example/directoryService/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/cas/example/directoryService'
make[2]: Leaving directory `//c/Epics/base/src/cas/example'
make -C build win32-x86
make[2]: Entering directory `//c/Epics/base/src/cas/build'
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86
make[3]: Entering directory `//c/Epics/base/src/cas/build/O.win32-x86'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `//c/Epics/base/src/cas/build/O.win32-x86'
make[2]: Leaving directory `//c/Epics/base/src/cas/build'
make -C example win32-x86
make[2]: Entering directory `//c/Epics/base/src/cas/example'
make -C simple win32-x86
make[3]: Entering directory `//c/Epics/base/src/cas/example/simple'
make -C O.win32-x86 -f ../Makefile TOP=../../../../.. T_A=win32-x86
make[4]: Entering directory `//c/Epics/base/src/cas/example/simple/O.win32-x86'
Installing binary ../../../../../bin/win32-x86/excas.exe
make[4]: Leaving directory `//c/Epics/base/src/cas/example/simple/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/cas/example/simple'
make -C directoryService win32-x86
make[3]: Entering directory `//c/Epics/base/src/cas/example/directoryService'
make -C O.win32-x86 -f ../Makefile TOP=../../../../.. T_A=win32-x86
make[4]: Entering directory `//c/Epics/base/src/cas/example/directoryService/O.win32-x86'
Installing binary ../../../../../bin/win32-x86/caDirServ.exe
make[4]: Leaving directory `//c/Epics/base/src/cas/example/directoryService/O.win32-x86'
make[3]: Leaving directory `//c/Epics/base/src/cas/example/directoryService'
make[2]: Leaving directory `//c/Epics/base/src/cas/example'
make[1]: Leaving directory `//c/Epics/base/src/cas'

Administrator@PC3203 //c/Epics/base/src
$

Replies:
Re: iocsh for Epics314b1 on win32 kuner

Navigate by Date:
Prev: mbbiRecord undefined state Bernd Schoeneburg
Next: Re: mbbiRecord undefined state Benjamin Franksen
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: mbbiRecord undefined state Marty Kraimer
Next: Re: iocsh for Epics314b1 on win32 kuner
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024