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 | 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: pvget -m timeout after first value |
From: | "Kasemir, Kay via Core-talk" <[email protected]> |
To: | Michael Davidsaver <[email protected]> |
Cc: | EPICS Core Talk <[email protected]> |
Date: | Mon, 29 Oct 2018 11:50:02 +0000 |
Hello Michael: > Can you update pvDataCPP and pvAccessCPP, then retest? > use branch 'structformatter' in https://github.com/mdavidsaver/pvDataCPP > use branch 'pvtoolsrework' in https://github.com/mdavidsaver/pvAccessCPP Tried it this way: # Get EPICS base ... wget https://epics.anl.gov/download/base/base-7.0.1.1.tar.gz tar vzxf base-7.0.1.1.tar.gz rm base-7.0.1.1.tar.gz cd base-7.0.1.1 # .. then update pva and pvdata cd modules rm -rf pvData git clone -b structformatter https://github.com/mdavidsaver/pvDataCPP mv pvDataCPP pvData rm -rf pvAccess/ git clone -b pvtoolsrework https://github.com/mdavidsaver/pvAccessCPP mv pvAccessCPP pvAccess cd .. make clean uninstall make --> Ends in /usr/bin/g++ -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I. -I.. -I../../src/database -I../../src/pvAccess -I../../src/special -I/home/training/epics-train/tools/base-7.0.1.1/include/compiler/gcc -I/home/training/epics-train/tools/base-7.0.1.1/include/os/Linux -I/home/training/epics-train/tools/base-7.0.1.1/include -I/home/training/epics-train/tools/base-7.0.1.1/include/compiler/gcc -I/home/training/epics-train/tools/base-7.0.1.1/include/os/Linux -I/home/training/epics-train/tools/base-7.0.1.1/include -c ../../src/database/pvRecord.cpp In file included from ../../src/database/pvRecord.cpp:16:0: ../pv/pvDatabase.h:115:13: error: ‘Service’ in namespace ‘epics::pvAccess’ does not name a type virtual epics::pvAccess::Service::shared_pointer getService( Let me know how I can get a consistent snapshot of the sources that includes your changes. Thanks, Kay