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: | FW: Circular |
From: | Mark Rivers via Core-talk <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Tue, 5 Nov 2019 00:53:31 +0000 |
I sent the previous message to Tom Cobb rather than core-talk by mistake. From: Mark Rivers
Ø
Your first line says
TOP=../ instead of the more usual
TOP=.. which is what's causing the double-slash
..//.. in the path given in that warning message, but that's benign. I did make distclean but that does not help. After running make distclean and then make, each time I run make (when there is nothing to do) I see this: corvette:areaDetector/ADVimba/vimbaSupportCPP>make make -C O.linux-x86_64 -f ../Makefile TOP=../.. \ T_A=linux-x86_64 install make[1]: Entering directory `/home/epics/devel/areaDetector-3-8/ADVimba/vimbaSupportCPP/O.linux-x86_64' make[1]: Circular libVimbaCPP.so <- ../../lib/linux-x86_64/libVimbaCPP.so dependency dropped. make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/epics/devel/areaDetector-3-8/ADVimba/vimbaSupportCPP/O.linux-x86_64' This is with make 4.2 on Linux. With make 4.2.1 on Windows I don’t see that message. Thanks, Mark From: Core-talk <[email protected]>
On Behalf Of Johnson, Andrew N. via Core-talk Hi Again Mark, On 11/4/19 7:30 AM, Mark Rivers via Core-talk wrote:
-- Complexity comes for free, Simplicity you have to work for. |