2002 <2003> 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: MEDM 3.13 vs. 3.14 |
From: | "Jeff Hill" <[email protected]> |
To: | "'Janet Anderson'" <[email protected]> |
Cc: | "'Marty Kraimer'" <[email protected]>, "'Kenneth Evans, Jr.'" <[email protected]>, <[email protected]>, "'Johnson, Andrew N.'" <[email protected]>, "'Bob Dalesio'" <[email protected]>, <[email protected]> |
Date: | Tue, 21 Jan 2003 13:41:50 -0700 |
> 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