EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: How to configurate MCA for Octave
From: Eric Norum <[email protected]>
To: Hulusi Öz <[email protected]>
Cc: [email protected]
Date: Thu, 21 Jul 2016 06:48:09 -0700
Did you try using the ‘buildForOctave’ script that is distributed with the MCA extension?
#!/bin/sh
#
# Provided by Eric Norum, APS, Dec. 2006

if [ -z "`env | grep EPICS_BASE`" -o -z "`env | grep EPICS_EXTENSIONS`" ]
then
    echo "Need EPICS_BASE and EPICS_EXTENSIONS environment variables" >&2
    exit 1
fi
MEX="mkoctfile --mex" FLAGS="-DmexAtExit=atexit" make MEXOUT=mex install
rm -f Channel.o MCAError.o TestHash.cpp mca.o
Caveat — it’s been a while since I’ve used this.

On Jul 21, 2016, at 6:03 AM, Hulusi Öz <[email protected]> wrote:

Hi Everyone,

I have just installed GNU Octave on Ubuntu 16.04 -x64. And also, I have just installed MCA extension. However, I could not configurate each of them . Therefore, I could not build MCA extension. I have got this error :

%---------------------------------%

mex -v -I/opt/epics/base/include -I/opt/epics/base/include/os/Linux -DEPICS_DLL_NO -L/opt/epics/base/lib/linux-x86_64 -ldbStaticHost -lCom -lca mca.cpp MCAError.cpp Channel.cpp -o O.linux-x86_64/mca.mexglx
make: mex: Command not found
Makefile:66: recipe for target 'O.linux-x86_64/mca.mexglx' failed
make: *** [O.linux-x86_64/mca.mexglx] Error 127

%---------------------------------%

How can I figure this error out ? I am looking forward to your recommendations..
Thanks in advance,
Best Regards..

Hulusi

-- 
Eric Norum
[email protected]





Replies:
Re: How to configurate MCA for Octave Eric Norum
References:
How to configurate MCA for Octave Hulusi Öz

Navigate by Date:
Prev: How to configurate MCA for Octave Hulusi Öz
Next: Re: aravisGigE jumbo frame support Hinxx
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: How to configurate MCA for Octave Hulusi Öz
Next: Re: How to configurate MCA for Octave Hulusi Öz
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 21 Jul 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·