EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: Re: Building EPICS (3-14-12-1) on Windows 7
From: "Ernest L. Williams Jr." <[email protected]>
To: Jeff Hill <[email protected]>
Cc: "Quinlan, Grant" <[email protected]>, "[email protected]" <[email protected]>
Date: Thu, 18 Aug 2011 08:00:00 -0700
Hi Jeff,

Can you send me a patch file?

Or just email the CONFIGS you are using?


Cheers,
Ernest


Jeff Hill wrote:
Ernest,

My working branch is building w/o issues with visual studio pro 2010.

It's possible that the additional /manifest below (which is different in my
version) is relate to your issue.

LINK_OPT_FLAGS_YES = /manifest /LTCG /incremental:no /opt:ref /release
$(PROD_VERSION:%=/version:%) /fixed:no /debug
LINK_OPT_FLAGS_NO = /manifest /debug /incremental:no /fixed:no

Here are the diffs between my working branch and R3.14 in
CONFIG.win32-x86.win32-x86

14,15d13
< CMPLR_CLASS = msvc
<
18,20d15
< # this allows visual studio to open the source file when
< # clicking the error messages
< REAL_PATH_FILTER = $(call PATH_FILTER,$(realpath $(1)))
61c56
< # /RTCsu catch bugs occuring only inoptimized code (but disturbs purify)
---
# /RTCsu catch bugs occuring only inoptimized code
106,109c101
< CODE_CPPFLAGS += /D_CRT_SECURE_NO_DEPRECATE
< CODE_CPPFLAGS += /D_CRT_NONSTDC_NO_DEPRECATE
< CODE_CPPFLAGS += /D_SCL_SECURE_NO_WARNINGS
<
---
CODE_CPPFLAGS += /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
122,123c114
< #OPT_CXXFLAGS_YES = /Ox /GL
< OPT_CXXFLAGS_YES = /Ox /GL /Zi
---
OPT_CXXFLAGS_YES = /Ox /GL
132c123
< OPT_CXXFLAGS_NO = /RTCsu /Zi
---
OPT_CXXFLAGS_NO = /RTCsu /Zi
155c146
< # /LTCG - whole program optimization (which disturbs purify)
---
# /LTCG - whole program optimization
158,160c149,150
< #LINK_OPT_FLAGS_YES = /LTCG /incremental:no /opt:ref /release
$(PROD_VERSION:%=/version:%)
< LINK_OPT_FLAGS_YES = /manifest /LTCG /incremental:no /opt:ref /release
$(PROD_VERSION:%=/version:%) /fixed:no /debug
< LINK_OPT_FLAGS_NO = /manifest /debug /incremental:no /fixed:no
---
LINK_OPT_FLAGS_YES = /LTCG /incremental:no /opt:ref /release
$(PROD_VERSION:%=/version:%)
LINK_OPT_FLAGS_NO = /debug /incremental:no /fixed:no
200c190
< WIN32_DLLFLAGS = /subsystem:windows /dll /map $(OPT_LDFLAGS)
$(TARGET_LDFLAGS) $(LIB_LDFLAGS)
---
WIN32_DLLFLAGS = /subsystem:windows /dll $(OPT_LDFLAGS) $(USR_LDFLAGS)
$(TARGET_LDFLAGS) $(LIB_LDFLAGS)
226d215
< TESTSHRLIBNAME_YES = $(TESTBUILD_LIBRARY:%=%$(SHRLIB_SUFFIX))
234,235d222
< TESTDLL_LINK_LIBNAME_YES = $(TESTBUILD_LIBRARY:%=%.lib)
< TESTDLL_LINK_LIBNAME = $(TESTDLL_LINK_LIBNAME_$(SHARED_LIBRARIES))
240,241d226
< TESTLIBNAME_NO = $(TESTBUILD_LIBRARY:%=%.lib)
< TESTLIBNAME = $(TESTLIBNAME_$(SHARED_LIBRARIES))
303c288
< MT_DLL_COMMAND1 = mt.exe /nologo /manifest [email protected]
"/outputresource:$@;\#2"
---
MT_DLL_COMMAND1 = mt.exe /manifest [email protected] "/outputresource:$@;\#2"
305c290
< MT_EXE_COMMAND_NO = mt.exe /nologo /manifest [email protected]
"/outputresource:$@;\#1"
---
MT_EXE_COMMAND_NO = mt.exe /manifest [email protected] "/outputresource:$@;\#1"

Jeff
______________________________________________________
Jeffrey O. Hill           Email        [email protected]
LANL MS H820              Voice        505 665 1831
Los Alamos NM 87545 USA   FAX          505 665 5107

Message content: TSPA

With sufficient thrust, pigs fly just fine. However, this is
not necessarily a good idea. It is hard to be sure where they
are going to land, and it could be dangerous sitting under them
as they fly overhead. -- RFC 1925

-----Original Message-----
From: [email protected] [mailto:[email protected]]
On Behalf Of Williams Jr., Ernest L.
Sent: Wednesday, August 17, 2011 11:39 AM
To: Williams Jr., Ernest L.; [email protected]
Cc: Quinlan, Grant
Subject: Building EPICS (3-14-12-1) on Windows 7

Hi

We are stuck trying to build EPICS R3-14-12-1 against MS Visual Studio
Version:  2010

Has any one been successful?

"Installing
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Hello.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Hello.dbd
"
"Installing ../../../templates/makeBaseApp/top/exampleApp/src/initTrace.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/initTrace.dbd"
"Installing ../../../templates/makeBaseApp/top/exampleBoot/Makefile"
mkdir ../../../templates/makeBaseApp/top/exampleBoot
"Installing
../../../templates/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks<mailto:
../../../templates/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS<mailto:..
/../../templates/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@Common<mailto:
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@Common>"
mkdir ../../../templates/makeBaseApp/top/exampleBoot/ioc
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@vxWorks<mailto
:../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@vxWorks>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@win32<mailto:.
./../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@win32>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common<mailto:..
/../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks<mailto:.
./../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS<mailto:../
../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/README@Common<mailto:..
/../../templates/makeBaseApp/top/exampleBoot/ioc/README@Common>"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/README@vxWorks<mailto:.
./../../templates/makeBaseApp/top/exampleBoot/ioc/README@vxWorks>"
"Installing ../../../templates/makeBaseApp/top/caClientApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/caClientApp
"Installing ../../../templates/makeBaseApp/top/caClientApp/caExample.c"
"Installing ../../../templates/makeBaseApp/top/caClientApp/caMonitor.c"
"Installing ../../../templates/makeBaseApp/top/caServerApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/caServerApp
"Installing ../../../templates/makeBaseApp/top/caServerApp/README"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exAsyncPV.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exChannel.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exPV.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exScalarPV.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exServer.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exServer.h"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exVectorPV.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/main.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/test.adl"
"Installing ../../../templates/makeBaseApp/top/caServerApp/vxEntry.cc"
"Installing ../../../templates/makeBaseApp/top/iocBoot/Makefile"
mkdir ../../../templates/makeBaseApp/top/iocBoot
"Installing
../../../templates/makeBaseApp/top/iocBoot/nfsCommands@vxWorks<mailto:../.
./../templates/makeBaseApp/top/iocBoot/nfsCommands@vxWorks>"
"Installing
../../../templates/makeBaseApp/top/iocBoot/nfsCommands@RTEMS<mailto:../../
../templates/makeBaseApp/top/iocBoot/nfsCommands@RTEMS>"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@Common<mailto:../.
./../templates/makeBaseApp/top/iocBoot/ioc/Makefile@Common>"
mkdir ../../../templates/makeBaseApp/top/iocBoot/ioc
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@vxWorks<mailto:../
../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@vxWorks>"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@win32<mailto:../..
/../templates/makeBaseApp/top/iocBoot/ioc/Makefile@win32>"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Common<mailto:../../
../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Common>"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Cross<mailto:../../.
./templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Cross>"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks<mailto:../..
/../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks>"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@RTEMS<mailto:../../.
./templates/makeBaseApp/top/iocBoot/ioc/st.cmd@RTEMS>"
make[3]: Leaving directory `e:/EPICS/base/base-3-14-12-
1/src/makeBaseApp/O.win32
-x86'
make[2]: Leaving directory `e:/EPICS/base/base-3-14-12-1/src/makeBaseApp'
make -C ./makeBaseExt install
make[2]: Entering directory `e:/EPICS/base/base-3-14-12-1/src/makeBaseExt'
perl ../../bin/win32-x86/makeMakefile.pl O.win32-x86 ../../..
perl -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install
make[3]: Entering directory `e:/EPICS/base/base-3-14-12-
1/src/makeBaseExt/O.win3
2-x86'
"Installing script ../../../bin/win32-x86/makeBaseExt.pl"
"Installing ../../../templates/makeBaseExt/top/Makefile"
mkdir ../../../templates/makeBaseExt
mkdir ../../../templates/makeBaseExt/top
"Installing ../../../templates/makeBaseExt/top/README"
"Installing ../../../templates/makeBaseExt/top/configure/CONFIG"
mkdir ../../../templates/makeBaseExt/top/configure
"Installing ../../../templates/makeBaseExt/top/configure/CONFIG_SITE"
"Installing ../../../templates/makeBaseExt/top/configure/Makefile"
"Installing ../../../templates/makeBaseExt/top/configure/RELEASE"
"Installing ../../../templates/makeBaseExt/top/configure/RULES"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_DIRS"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_TOP"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_PYTHON"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_IDL"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.
aix-ppc"
mkdir ../../../templates/makeBaseExt/top/configure/os
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
sparc64-gnu.solaris-sparc64-gnu"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-pp
c.linux-ppc"
"Installing ../../../templates/makeBaseExt/top/configure/os/CONFIG.win32-
x86-bor
land.win32-x86-borland"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-par
isc-gnu.hpux-parisc-gnu"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-
x86_64.freebsd-x86_64"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x
86.darwin-x86"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-par
isc.hpux-parisc"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x
86.cygwin-x86"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
x86_64.solaris-x86_64"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
x86-gnu.solaris-x86-gnu"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.interix-
x86.interix-x86"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.windows-
x64.windows-x64"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x8
6-debug.win32-x86-debug"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
sparc.solaris-sparc"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x8
6-borland.win32-x86-borland"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x8
6.win32-x86"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x8
6-debug.linux-x86-debug"
"Installing ../../../templates/makeBaseExt/top/configure/os/CONFIG.linux-
x86.lin
ux-386"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x8
6-borland.linux-x86-borland"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x8
6-cygwin.win32-x86-cygwin"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
sparc64.solaris-sparc64"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
sparc-gnu.solaris-sparc-gnu"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-p
pc.darwin-ppc"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-p
pcx86.darwin-ppcx86"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x8
6.linux-x86"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.Common.C
ommon"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
x86-debug.solaris-x86-debug"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x8
6.linux-athlon"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
x86.solaris-x86"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-
gnu.aix-ppc-gnu"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x8
6_64-debug.linux-x86_64-debug"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x8
6-mingw.win32-x86-mingw"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x8
6_64.linux-x86_64"
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-
sparc-debug.solaris-sparc-debug"
"Installing ../../../templates/makeBaseExt/top/src/Makefile"
mkdir ../../../templates/makeBaseExt/top/src
"Installing ../../../templates/makeBaseExt/top/exampleExt/Makefile"
mkdir ../../../templates/makeBaseExt/top/exampleExt
"Installing ../../../templates/makeBaseExt/top/exampleExt/caExample.c"
"Installing
../../../templates/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM"
"Installing ../../../templates/makeBaseExt/top/simpleExt/Makefile"
mkdir ../../../templates/makeBaseExt/top/simpleExt
make[3]: Leaving directory `e:/EPICS/base/base-3-14-12-
1/src/makeBaseExt/O.win32
-x86'
make[2]: Leaving directory `e:/EPICS/base/base-3-14-12-1/src/makeBaseExt'
make -C ./libCom install
make[2]: Entering directory `e:/EPICS/base/base-3-14-12-1/src/libCom'
perl ../../bin/win32-x86/makeMakefile.pl O.win32-x86 ../../..
perl -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install
make[3]: Entering directory `e:/EPICS/base/base-3-14-12-
1/src/libCom/O.win32-x86
'
perl ../../../src/libCom/misc/makeEpicsVersion.pl
../../../configure/CONFIG_BASE
_VERSION ../O.Common
Building epicsVersion.h from ../../../configure/CONFIG_BASE_VERSION
Found EPICS Version 3.14.12.1
"Installing generated generic include file
../../../include/epicsVersion.h"
mkdir ../../../include
"Installing generic include file ../../../include/bucketLib.h"
"Installing generic include file ../../../include/epicsRingPointer.h"
"Installing generic include file ../../../include/epicsRingBytes.h"
"Installing generic include file ../../../include/postfix.h"
"Installing generic include file ../../../include/cvtFast.h"
"Installing generic include file ../../../include/epicsAlgorithm.h"
"Installing generic include file ../../../include/epicsExcept.h"
"Installing generic include file ../../../include/epicsMemory.h"
"Installing generic include file ../../../include/resourceLib.h"
"Installing generic include file ../../../include/tsDLList.h"
"Installing generic include file ../../../include/tsSLList.h"
"Installing generic include file ../../../include/tsMinMax.h"
"Installing generic include file ../../../include/tsBTree.h"
"Installing generic include file ../../../include/tsFreeList.h"
"Installing generic include file ../../../include/epicsSingleton.h"
"Installing generic include file ../../../include/epicsGuard.h"
"Installing generic include file ../../../include/epicsOnce.h"
"Installing generic include file ../../../include/dbmf.h"
"Installing generic include file ../../../include/ellLib.h"
"Installing generic include file ../../../include/envDefs.h"
"Installing generic include file ../../../include/epicsPrint.h"
"Installing generic include file ../../../include/errMdef.h"
"Installing generic include file ../../../include/errSymTbl.h"
"Installing generic include file ../../../include/errlog.h"
"Installing generic include file ../../../include/error.h"
"Installing generic include file ../../../include/fdManager.h"
"Installing generic include file ../../../include/fdmgr.h"
"Installing generic include file ../../../include/freeList.h"
"Installing generic include file ../../../include/gpHash.h"
"Installing generic include file ../../../include/iocsh.h"
"Installing generic include file ../../../include/registry.h"
"Installing generic include file ../../../include/libComRegister.h"
"Installing generic include file ../../../include/iocLog.h"
"Installing generic include file ../../../include/logClient.h"
"Installing generic include file ../../../include/macLib.h"
"Installing generic include file ../../../include/adjustment.h"
"Installing generic include file ../../../include/cantProceed.h"
"Installing generic include file ../../../include/dbDefs.h"
"Installing generic include file ../../../include/epicsConvert.h"
"Installing generic include file ../../../include/epicsExit.h"
"Installing generic include file ../../../include/epicsStdlib.h"
"Installing generic include file ../../../include/epicsString.h"
"Installing generic include file ../../../include/epicsTypes.h"
"Installing generic include file ../../../include/shareLib.h"
"Installing generic include file ../../../include/epicsExport.h"
"Installing generic include file ../../../include/unixFileName.h"
"Installing generic include file ../../../include/locationException.h"
"Installing generic include file
../../../include/ipAddrToAsciiAsynchronous.h"
"Installing generic include file ../../../include/compilerDependencies.h"
"Installing generic include file ../../../include/epicsUnitTest.h"
"Installing generic include file ../../../include/testMain.h"
"Installing os dependent include file
../../../include/os/WIN32/osiFileName.h"
mkdir ../../../include/os
mkdir ../../../include/os/WIN32
"Installing generic include file ../../../include/osiSock.h"
"Installing os dependent include file ../../../include/os/WIN32/osdSock.h"
"Installing generic include file ../../../include/epicsInterrupt.h"
"Installing os dependent include file
../../../include/os/WIN32/osdInterrupt.h"
"Installing generic include file ../../../include/epicsMutex.h"
"Installing os dependent include file
../../../include/os/WIN32/osdMutex.h"
"Installing generic include file ../../../include/epicsEvent.h"
"Installing os dependent include file
../../../include/os/WIN32/osdEvent.h"
"Installing os dependent include file
../../../include/os/WIN32/epicsMath.h"
"Installing os dependent include file
../../../include/os/WIN32/osdMessageQueue.
h"
"Installing os dependent include file
../../../include/os/WIN32/osdStrtod.h"
"Installing generic include file ../../../include/epicsAssert.h"
"Installing generic include file ../../../include/epicsFindSymbol.h"
"Installing generic include file ../../../include/osiPoolStatus.h"
"Installing os dependent include file
../../../include/os/WIN32/osdPoolStatus.h"
"Installing os dependent include file
../../../include/os/WIN32/osdThread.h"
"Installing generic include file ../../../include/epicsThread.h"
"Installing generic include file ../../../include/epicsTime.h"
"Installing generic include file ../../../include/epicsGeneralTime.h"
"Installing os dependent include file ../../../include/os/WIN32/osdTime.h"
"Installing generic include file ../../../include/generalTimeSup.h"
"Installing generic include file ../../../include/osiClockTime.h"
"Installing generic include file ../../../include/epicsSignal.h"
"Installing generic include file ../../../include/osiProcess.h"
"Installing os dependent include file
../../../include/os/WIN32/osiUnistd.h"
"Installing generic include file ../../../include/osiWireFormat.h"
"Installing os dependent include file
../../../include/os/WIN32/osdWireFormat.h"
"Installing os dependent include file
../../../include/os/WIN32/osdWireConfig.h"
"Installing generic include file ../../../include/epicsEndian.h"
"Installing os dependent include file
../../../include/os/WIN32/epicsReadline.h"
"Installing generic include file ../../../include/epicsMessageQueue.h"
"Installing generic include file ../../../include/epicsStdio.h"
"Installing generic include file ../../../include/epicsStdioRedirect.h"
"Installing os dependent include file
../../../include/os/WIN32/epicsGetopt.h"
"Installing generic include file ../../../include/devLib.h"
"Installing generic include file ../../../include/devLibVME.h"
"Installing generic include file ../../../include/devLibVMEImpl.h"
"Installing os dependent include file ../../../include/os/WIN32/osdVME.h"
"Installing generic include file ../../../include/taskwd.h"
"Installing generic include file ../../../include/epicsTimer.h"
"Installing generic include file ../../../include/tsDefs.h"
rc -l 0x409 -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 -
I../../../
src/libCom/osi/os/default -I.. -I../../../src/libCom/bucketLib -
I../../../src/li
bCom/ring -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -
I../../../sr
c/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/libCo
m/gpHash -I../../../src/libCom/iocsh -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        -fo Com.res ../Com.rc
process_begin: CreateProcess(NULL, rc -l 0x409 -I. -I../O.Common -I. -
I../../../
src/libCom/osi/os/WIN32 -I../../../src/libCom/osi/os/default -I.. -
I../../../src
/libCom/bucketLib -I../../../src/libCom/ring -I../../../src/libCom/calc -
I../../
../src/libCom/cvtFast -I../../../src/libCom/cppStd -
I../../../src/libCom/cxxTemp
lates -I../../../src/libCom/dbmf -I../../../src/libCom/ellLib -
I../../../src/lib
Com/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -
I../../../src/l
ibCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/iocsh -
I../../
../src/libCom/logClient -I../../../src/libCom/macLib -
I../../../src/libCom/misc
-I../../../src/libCom/osi -I../../../src/libCom/taskwd -
I../../../src/libCom/tim
er -I../../../src/libCom/tsDefs -I../../../include/os/WIN32 -
I../../../include -
fo Com.res ../Com.rc, ...) failed.
make (e=2): The system cannot find the file specified.
make[3]: *** [Com.res] Error 2
make[3]: Leaving directory `e:/EPICS/base/base-3-14-12-
1/src/libCom/O.win32-x86'
make[2]: *** [install.win32-x86] Error 2
make[2]: Leaving directory `e:/EPICS/base/base-3-14-12-1/src/libCom'
make[1]: *** [libCom.install] Error 2
make[1]: Leaving directory `e:/EPICS/base/base-3-14-12-1/src'
make: *** [src.install] Error 2
e:\EPICS\base\base-3-14-12-1>



Cheers,
Ernest and Grant (Normally Linux Users  :)
SLAC




References:
Building EPICS (3-14-12-1) on Windows 7 Williams Jr., Ernest L.
RE: Building EPICS (3-14-12-1) on Windows 7 Jeff Hill

Navigate by Date:
Prev: RE: Building EPICS (3-14-12-1) on Windows 7 Jeff Hill
Next: CSS EPICS PV connectivity issue Chen Xue
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: Building EPICS (3-14-12-1) on Windows 7 Jeff Hill
Next: RE: Building EPICS (3-14-12-1) on Windows 7 Jeff Hill
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·