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: | pv/ntndarray.h not found in areaDetector compilation |
From: | "Marco A. Barra Montevechi Filho via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 14 Mar 2023 12:39:59 +0000 |
Hello all. Im compiling areaDetector module with EPICS base 7.0.5.
Im having this compilation error: In file included from ../ntndArrayConverter.cpp:1: ../ntndArrayConverter.h:5:10: fatal error: pv/ntndarray.h: No such file or directory
#include <pv/ntndarray.h>and i found this discussion in the list: https://epics.anl.gov/tech-talk/2018/msg00552.php However, my epics version is 7.0.5. Shouldnt it come already with ntndarray.h in it? Am i doing something wrong? Doing find -iname inside my epics base returns nothing. To use base 7.0.5 i did: https://github.com/epics-base/epics-base.git cd epics-base git checkout R7.0.5 git status returns: HEAD detached at R7.0.5 nothing to commit, working tree clean And it is, of course, already compiled Thanks for any answers, Marco Aviso Legal: Esta mensagem e seus anexos podem conter informações confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e considere eventual consulta ao remetente antes de copiá-la, divulgá-la ou distribuí-la. Se você recebeu esta mensagem por engano, por favor avise o remetente e apague-a imediatamente. Disclaimer: This email and its attachments may contain confidential and/or privileged information. Observe its content carefully and consider possible querying to the sender before copying, disclosing or distributing it. If you have received this email by mistake, please notify the sender and delete it immediately. |