1994 1995 1996 1997 1998 1999 2000 2001 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 | 1994 1995 1996 1997 1998 1999 2000 2001 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: Building AreaDetector Vimba driver V 1.5 |
From: | Abdalla Ahmad via Tech-talk <tech-talk at aps.anl.gov> |
To: | Steven Hunt <Hunt at lbl.gov> |
Cc: | "tech-talk at aps.anl.gov" <Tech-talk at aps.anl.gov> |
Date: | Mon, 16 Dec 2024 06:58:00 +0000 |
Hi Steven Well we don’t have any IOCs based on ADVimba, but I cloned the latest version of the module and it compiled fine with our setup (ADCore 3.12, genicam 1.9, base 7.0.8), the only modification I did was in the configure/RELEASE file where
I removed all includes and put dependencies locations directly: EPICS_BASE ASYN ADCORE ADGENICAM And that’s it. A reference to include ADGenICamSupport.dbd is the iocs/vimbaIOC IOC and in my experience this happens if you have BUILD_IOCS = YES, which can be resolved by one of two choices:
I still have no idea where this dbd file came from, but it seems to be not used anymore, I created a
PR for this. I did not get the last warning, so I suspect there might be something with your paths definitions, maybe in configure/RELEASE or in the IOC’s configure/RELEASE. Best Regards, Abdalla. From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Steven Hunt via Tech-talk Hi I am attempting to build the Vimba driver V1.5 downloaded today from git. I was previously using V1.4 I have not updated other packages - such as ADCore, ADGenICam etc It fails looking for file 'ADGenICamSupport.dbd' which I don't have under ADGenICam (which has no dbd directory) or indeed anywhere in my areaDetector-R3-11 tree, and was therefore seemingly not needed by R1_4 ? make also reports : Your Makefile may need this dependency rule: Which is a red herring? |