Thank you, that seems to have worked. However, now it errors on 'cannot
find -lncurses' for g++ -o alh.
Mark Rivers wrote:
This is a common change required in 3.14.11.
You need to "#include menuYesNo.h" and YES needs to be changed to menuYesNoYES.
Mark
________________________________
From: [email protected] on behalf of Patrick Thomas
Sent: Wed 9/23/2009 8:00 PM
To: [email protected]
Subject: alarm handler on base 3-14-11
Hi,
I was wondering, I get a compile error on force.c when running make on
the alarm handler with epics-3-14-11, on 64 bit linux:
/usr/bin/gcc -c -D_POSIX_C_SOURCE=199506L -D_POSIX_THREADS -D_XOPEN_SOURCE=500 -D_X86_64_ -DUNIX -D_BSD_SOURCE -Dlinux -D_REENTRANT -O3 -Wall -m64 -g -I. -I../O.Common -I. -I../os/default -I.. -I../../../include/os/Linux -I../../../include -I/users/thomas/epics/base/base-3-14-11/include/os/Linux -I/users/thomas/epics/base/base-3-14-11/include -I../os/Linux -I../os/default -I/usr/include -I/usr/include/X11 ../force.c
../force.c: In function 'forcePVUpdateFields':
../force.c:1028: error: 'YES' undeclared (first use in this function)
../force.c:1028: error: (Each undeclared identifier is reported only once
../force.c:1028: error: for each function it appears in.)
make[2]: *** [force.o] Error 1
make[2]: Leaving directory `/users/thomas/epics/extensions/src/alh1_2_24/O.linux-x86_64'
make[1]: *** [install.linux-x86_64] Error 2
make[1]: Leaving directory `/users/thomas/epics/extensions/src/alh1_2_24'
make: *** [alh1_2_24.install] Error 2
Thank you,
Patrick
- Replies:
- Re: alarm handler on base 3-14-11 Zhichu Chen
- References:
- alarm handler on base 3-14-11 Patrick Thomas
- RE: alarm handler on base 3-14-11 Mark Rivers
- Navigate by Date:
- Prev:
RE: alarm handler on base 3-14-11 Mark Rivers
- Next:
Re: alarm handler on base 3-14-11 Zhichu Chen
- 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
- Navigate by Thread:
- Prev:
RE: alarm handler on base 3-14-11 Mark Rivers
- Next:
Re: alarm handler on base 3-14-11 Zhichu Chen
- 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
|