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: EPICS 7.0.8 and 7.0.7 Windows build failure |
From: | Revell Gary via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 17 Apr 2024 15:40:11 +0000 |
Hi everyone, I’m trying to evaluate the use of EPICS and so wanted to install it on my Windows 10 VM (8GB RAM). When building V7.0.8 on a Windows 10 VM and V7.0.7 (build shown below) I keep getting the same error, see below: make[5]: Entering directory `C:/Dev/EPICS/base-7.0.7/modules/database/test/tools/O.windows-x64' perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Base.plt Base.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Breaktable.plt Breaktable.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../DBD.plt DBD.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Device.plt Device.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Driver.plt Driver.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Function.plt Function.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Menu.plt Menu.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Recfield.plt Recfield.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Recordtype.plt Recordtype.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Registrar.plt Registrar.t perl -CSD C:/Dev/EPICS/base-7.0.7/bin/windows-x64/expandVars.pl -t ../../../../.. -a windows-x64 ../Variable.plt Variable.t make[5]: Leaving directory `C:/Dev/EPICS/base-7.0.7/modules/database/test/tools/O.windows-x64' make[4]: Leaving directory `C:/Dev/EPICS/base-7.0.7/modules/database/test/tools' make[3]: Leaving directory `C:/Dev/EPICS/base-7.0.7/modules/database/test' make[2]: Leaving directory `C:/Dev/EPICS/base-7.0.7/modules/database' make -C ./pvData install make[2]: Entering directory `C:/Dev/EPICS/base-7.0.7/modules/pvData' make -C ./configure install make[3]: Entering directory `C:/Dev/EPICS/base-7.0.7/modules/pvData/configure' perl -CSD C:/Dev/EPICS/base-7.0.7/modules/pvData/configure/C:/Dev/EPICS/base-7.0.7/bin/windows-x64/makeMakefile.pl O.windows-x64 ../.. Can't open perl script "C:/Dev/EPICS/base-7.0.7/modules/pvData/configure/C:/Dev/EPICS/base-7.0.7/bin/windows-x64/makeMakefile.pl": Invalid argument make[3]: *** [O.windows-x64] Error 22 make[3]: Leaving directory `C:/Dev/EPICS/base-7.0.7/modules/pvData/configure' make[2]: *** [configure.install] Error 2 make[2]: Leaving directory `C:/Dev/EPICS/base-7.0.7/modules/pvData' make[1]: *** [pvData.install] Error 2 make[1]: Leaving directory `C:/Dev/EPICS/base-7.0.7/modules' make: *** [modules.install] Error 2 The problem arises during the execution of the makeMakefile.pl script, and the pathname has two directories in it for some reason (C:/Dev/EPICS/base-7.0.7/…… ) is appearing twice and therefor and invalid pathname. I believe I’ve followed
the installation instructions OK. Any help/advice is gratefully appreciated. Gary Revell Senior Software Engineer Orion Laser Facility Office: 01189 852987 AWE Aldermaston, Reading, RG7 4PR |