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: CentOS8--An error occurred when installing StreamDevice |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | 回忆回眸 <liu1516301092 at foxmail.com> |
Cc: | EPICS Tech-Talk <tech-talk at aps.anl.gov> |
Date: | Thu, 1 Apr 2021 16:54:09 +0000 |
I forgot to include tech-talk in my original reply. > Among them “asyn” has been installed and the asyn installation path is configured in configure/RELEASE. It really seems like there is a problem with your configure/RELEASE file. If asyn were defined there then it should be in the list of include paths. I have broken the output of your compile
command so each -I starts on a new line to make it easier to read. -I. -I../O.Common -I. -I. -I.. -I../../include/compiler/gcc -I../../include/os/Linux -I../../include -I/home/lytt/epics/base/include /compiler/gcc -I/home/lytt/epics/base/include/os/Linux -I/home/lytt/epics/base/include Note that it is not searching the asyn directory. /usr/bin/g++ -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -DUSE_TYPED_RSET -DSTREAM_INTERNAL -O3 -g -Wall -mtune=generic -m64 -fPIC
-I. -I../O.Common -I. -I. -I.. -I../../include/compiler/gcc -I../../include/os/Linux -I../../include -I/corvette/home/epics/devel/asyn-4-41/include -I/corvette/home/epics/devel/calc-3-7-3/include -I/corvette/usr/local/epics-devel/base-7.0.5/include/compiler/gcc -I/corvette/usr/local/epics-devel/base-7.0.5/include/os/Linux -I/corvette/usr/local/epics-devel/base-7.0.5/include -c ../AsynDriverInterface.cc Note that it is searching in asyn-4-41. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
on behalf of 回忆回眸 via Tech-talk <tech-talk at aps.anl.gov> Hello, I got the following error when installing StreamDevice: Compilation is interrupted. /usr/bin/g++ -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -DUSE_TYPED_RSET -DSTREAM_INTERNAL -O3 -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I.- I.. -I../../include/compiler/gcc
-I../../include/os/Linux -I../../include -I/home/lytt/epics/base/include /compiler/gcc -I/home/lytt/epics/base/include/os/Linux -I/home/lytt/epics/base/include -c ../AsynDriverInterface.cc ../AsynDriverInterface.cc:41:10: Fatal error: asynDriver.h: No such file or directory #include "asynDriver.h" Among them “asyn” has been installed and the asyn installation path is configured in configure/RELEASE. How can I solve this? Thank you! |