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: msi command for building synApps 5.1 |
From: | Marty Kraimer <[email protected]> |
To: | "J. Lewis Muir" <[email protected]> |
Cc: | [email protected] |
Date: | Tue, 09 Aug 2005 06:24:44 -0500 |
Hello.
While trying to build synApps 5.1 with EPICS 3.14.7 on Red Hat Enterprise Linux WS v.3, it looks like it can't find a program called msi.
Does anyone know what msi is or where to get it?
If I comment out the vxStat and xxx modules in config/MASTER_RELEASE and config/Makefile it builds successfully.
To build, I did the following:
Edited config/MASTER_RELEASE to match my install locations and to fix the paths for the modules.
Edited motor/motorApp/Makefile to include the motors I wanted.
Downloaded and extracted the modules allenBradley v2-1, asyn v4-2-1, ipac v2-8, seq v2-0-10, and genSub v1-6.
Added a configure directory (and files) for genSub since it didn't have one.
Edited the configure/RELEASE file for all modules to have correct module paths.
Fixed TEMPLATE_TOP variable in love/configure/RELEASE.
$ cd config $ make
Here's the actual error message:
....
mkdir O.Common
make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
make[4]: Entering directory `/opt/synapps-5_1/support/vxStats/vxStatsApp/Db/O.linux-x86'
Inflating database from ../vxStats-template.substitutions using local rule
msi -S../vxStats-template.substitutions > vxStats-template.db </dev/null
/bin/sh: line 1: msi: command not found
make[4]: *** [../O.Common/vxStats-template.db] Error 127
make[4]: Leaving directory `/opt/synapps-5_1/support/vxStats/vxStatsApp/Db/O.linux-x86'
make[3]: *** [install.linux-x86] Error 2
make[3]: Leaving directory `/opt/synapps-5_1/support/vxStats/vxStatsApp/Db'
make[2]: *** [Db.install] Error 2make[2]: Leaving directory `/opt/synapps-5_1/support/vxStats/vxStatsApp'
make[1]: *** [vxStatsApp.install] Error 2
make[1]: Leaving directory `/opt/synapps-5_1/support/vxStats'
make: *** [/opt/synapps-5_1/support/vxStats.install] Error 2
Thanks!
-lewis