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: Issue installing StreamDevice on CentOS 7 |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, Brandon Gunn <bgunn at ucsd.edu> |
Date: | Thu, 15 Jun 2023 19:08:06 +0000 |
You need to edit stream/configure/RELEASE and set the correct paths to EPICS_BASE, ASYN, etc.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Brandon Gunn via Tech-talk <tech-talk at aps.anl.gov>
Sent: Thursday, June 15, 2023 1:59 PM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Issue installing StreamDevice on CentOS 7 Hello,
I am encountering an issue when attempting to install StreamDevice on our CentOS 7.9.2009 machine using this tutorial (step 7): https://epics-controls.org/resources-and-support/documents/getting-started/
When I run make from ~/EPICS/support/stream/StreamDevice, I get these errors:
$ make
configure/CONFIG:18: /usr/local/epics/base-7.0.3/configure/CONFIG: No such file or directory Makefile:33: /usr/local/epics/base-7.0.3/configure/RULES_TOP: No such file or directory make: *** No rule to make target `/usr/local/epics/base-7.0.3/configure/RULES_TOP'. Stop. Am I supposed to have an epics directory in /usr/local? I am unsure if this is an issue with setting paths correctly or an issue with my epics base install as I do not seem to see anything with the directory structure .../epics/base-7.0.3/...
Thank you,
Brandon |