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: Issues Installing Galil EPICS Drivers – sscan & seq Dependencies Not Building |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | Jonathan Hai <haic at mcmaster.ca>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 10 Mar 2025 17:47:07 +0000 |
Hi Jonathon, What version of EPICS base are you using? Have you modified anything in it? Last week you reported a problem building asyn. I could not reproduce your problem, and then Andrew Johnson suggested that you move support/ so it was not under EPICS base. Did you do that, and did it fix
your problem? I am not aware of anyone else reporting a problem with lexer, so there must be something different with your installation. Is this Ubuntu 22? I built base successfully on that last week, including seq and
sscan with base 7.0.9. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Jonathan Hai via Tech-talk Subject: Follow-up: Issues Installing Galil EPICS Drivers –
Hi Kasemir, I appreciate the help so far regarding my
Galil motor driver installation issues. I've followed the advice given and have attempted multiple fixes, but I’m still unable to get the required dependencies ( Recap of the Issue
Steps I Have Taken So Far 1. Verified
2. Checked for
3. Checked for
returns no results, meaning this file is missing.
4. Installed System
5. Rebuilt EPICS Base
Current Issues & Questions
I really appreciate any further guidance on this! Thanks again for your time.
When you build epics base, that generates base/bin/…./antelope and e_flex, so basically yacc and (f)lex. Do you have the base/bin/HOST_ARCH folder on your PATH? Then it should find those when building the other modules
When you build epics base, that generates base/bin/…./antelope and e_flex, so basically yacc and (f)lex. Do you have the base/bin/HOST_ARCH folder on your PATH? Then it should find those when building the other modules |