> The "TESTPROD := catime acctst" line never worked properly for
> host builds with any version of R3.13 (I tried R3.13.4 -
> R3.13.7).
> The catime executable will be built if it does not exist, but
> will
> not be rebuilt when catime.c is modified. You need to add the
> following 2 lines to the ca Makefile.Host.
>
> catime_SRCS += catime.c
> acctst_SRCS += acctst.c
>
>
That's odd. I think that this was working because I have been running my
regression tests with the R3.13 patch releases.
I tried both with and without the proposed makefile changes and I still
see these messages.
It seems that the problem is that DLL options are being specified when a
DLL isn't being built.
D:\users\hill\R3.13\epics\base\src\ca\O.WIN32>make catime
cl /nologo /D__STDC__=0 /Ox /W3 /MD -I. -I..
-I../../../include -I..
/../../include/os/WIN32 -c ../catime.c
catime.c
cl /nologo /D__STDC__=0 /W3 /incremental:no /opt:ref /release
/version:3.13
catime.o ../../../lib/WIN32/ca.lib ../../../lib/WIN32/Com.lib
ws2_32.li
b user32.lib advapi32.lib -o catime
Command line warning D4002 : ignoring unknown option '/incremental:no'
Command line warning D4002 : ignoring unknown option '/release'
Command line warning D4002 : ignoring unknown option '/version:3.13'
Command line warning D4024 : unrecognized source file type 'catime.o',
object fi
le assumed
LINK : fatal error LNK1181: cannot open input file "catime.o"
make: *** [catime] Error 0x2
- References:
- Re: MEDM 3.13 vs. 3.14 Janet Anderson
- Navigate by Date:
- Prev:
Re: MEDM 3.13 vs. 3.14 Janet Anderson
- Next:
Re: Channel Access PV Gateway Server Problems (more investigation) Ralph Lange
- Index:
2002
<2003>
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
- Navigate by Thread:
- Prev:
Re: MEDM 3.13 vs. 3.14 Janet Anderson
- Next:
Re: Channel Access PV Gateway Server Problems (more investigation) Ralph Lange
- Index:
2002
<2003>
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
|