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: building synApps from Git |
From: | "Engbretson, Mark S. via Tech-talk" <[email protected]> |
To: | "Siddons, David" <[email protected]> |
Cc: | EPICS Tech Talk <[email protected]> |
Date: | Sat, 26 Oct 2019 19:14:57 +0000 |
There needs to be a minor change made to the area detector release files so that the the build system correctly is aware of the AD dependencies.
Keenan?
On Oct 26, 2019, at 13:21, Siddons, David via Tech-talk <[email protected]> wrote:
I just downloaded the latest synApps collection according to the instructions on its site, using the command:
bash ./assemble_synApps.sh
followed, after setting some variables, "make".
It seems that the build works through the modules in alphabetical order, without regard to dependencies. In particular, it tries to build areaDetector very early, which fails because a bunch of libraries from other modules don't exist yet. I edited the Makefile
to move the areaDetector reference later in the list, and everything built OK.
Is this how it's supposed to be? Did I do something wrong?
Pete.
|