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: Error while installing the StreamDevice |
From: | ZALA ARYANSINH via Tech-talk <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu> |
Cc: | tech-talk at aps.anl.gov |
Date: | Sun, 20 Feb 2022 23:50:29 +0530 |
Hi Zala,
You probably did not define ASYN correctly in StreamDevice/configure/RELEASE.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of ZALA ARYANSINH via Tech-talk
Sent: Saturday, February 19, 2022 2:50 AM
To: tech-talk at aps.anl.gov
Subject: Error while installing the StreamDevice
I am getting the following error while using make command for installing the StreamDevice.
-----------------------
make -C ./configure install
make[1]: Entering directory '/home/aryan/EPICS/support/StreamDevice/configure'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
T_A=linux-x86_64 install
make[2]: Entering directory '/home/aryan/EPICS/support/StreamDevice/configure/O.linux-x86_64'
perl -CSD /home/aryan/EPICS/epics-base/bin/linux-x86_64/convertRelease.pl checkRelease
make[2]: Leaving directory '/home/aryan/EPICS/support/StreamDevice/configure/O.linux-x86_64'
make[1]: Leaving directory '/home/aryan/EPICS/support/StreamDevice/configure'
make -C ./src install
make[1]: Entering directory '/home/aryan/EPICS/support/StreamDevice/src'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
T_A=linux-x86_64 install
make[2]: Entering directory '/home/aryan/EPICS/support/StreamDevice/src/O.linux-x86_64'
/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/home/aryan/EPICS/epics-base/include/compiler/gcc -I/home/aryan/EPICS/epics-base/include/os/Linux -I/home/aryan/EPICS/epics-base/include -MM -MF AsynDriverInterface.d ../AsynDriverInterface.cc
../AsynDriverInterface.cc:37:10: fatal error: asynDriver.h: No such file or directory
37 | #include "asynDriver.h"
| ^~~~~~~~~~~~~~
compilation terminated.
/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/home/aryan/EPICS/epics-base/include/compiler/gcc -I/home/aryan/EPICS/epics-base/include/os/Linux -I/home/aryan/EPICS/epics-base/include -c ../AsynDriverInterface.cc
../AsynDriverInterface.cc:37:10: fatal error: asynDriver.h: No such file or directory
37 | #include "asynDriver.h"
| ^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [/home/aryan/EPICS/epics-base/configure/RULES_BUILD:263: AsynDriverInterface.o] Error 1
make[2]: Leaving directory '/home/aryan/EPICS/support/StreamDevice/src/O.linux-x86_64'
make[1]: *** [/home/aryan/EPICS/epics-base/configure/RULES_ARCHS:58: install.linux-x86_64] Error 2
make[1]: Leaving directory '/home/aryan/EPICS/support/StreamDevice/src'
make: *** [/home/aryan/EPICS/epics-base/configure/RULES_DIRS:85: src.install] Error 2-----------------
please help me with the same