In the probe 1.1.7.0 Makefile, Xp_DIR is defined as:
Xp_DIR = $(MOTIF_LIB)
But this should be:
Xp_DIR = $(X11_LIB)
This change matches MEDM's Makefile. Attached is a patch.
Thanks,
Lewis
--- Makefile.orig 2011-04-29 10:11:29.000000000 -0500
+++ Makefile 2015-10-24 10:41:22.983999202 -0500
@@ -86,7 +86,7 @@
Com_DIR = $(EPICS_BASE_LIB)
Xm_DIR = $(MOTIF_LIB)
Xt_DIR = $(X11_LIB)
-Xp_DIR = $(MOTIF_LIB)
+Xp_DIR = $(X11_LIB)
Xmu_DIR = $(X11_LIB)
X11_DIR = $(X11_LIB)
- Replies:
- Re: probe 1.1.7.0 Xp_DIR patch Janet Anderson
- Navigate by Date:
- Prev:
Re: waveform record: how its VAL get data? any potential memory leak? ... Tim Mooney
- Next:
extensionsTop 20120904 disable XRT/graph by default patch J. Lewis Muir
- 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: waveform record: how its VAL get data? any potential memory leak? ... Andrew Johnson
- Next:
Re: probe 1.1.7.0 Xp_DIR patch Janet Anderson
- 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
|