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  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: New CVS compiles failed on Windows
From: Andrew Johnson <[email protected]>
To: [email protected]
Date: Mon, 1 Dec 2008 11:07:30 -0600
On Monday 01 December 2008 06:46:38 Mark Rivers wrote:
> This file was changed to fix a serious problem I mentioned on tech-talk
> recently.  I think the fix was added to CVS before it was tested with
> compiling.  Here is what I did to let it compile:

My apologies, I put the volatile keyword in the wrong place (in this case it's 
the pointer that is volatile, not the currentTime object itself).

- Andrew


Index: osdTime.cpp
===================================================================
--- osdTime.cpp 21 Nov 2008 23:23:25 -0000      1.38.2.8
+++ osdTime.cpp 1 Dec 2008 16:43:32 -0000
@@ -85,7 +85,7 @@ private:
     epicsTimerNotify::expireStatus expire ( const epicsTime & );
 };

-static volatile currentTime * pCurrentTime = 0;
+static currentTime * volatile pCurrentTime = 0;
 static const LONGLONG FILE_TIME_TICKS_PER_SEC = 10000000;
 static const LONGLONG EPICS_TIME_TICKS_PER_SEC = 1000000000;
 static const LONGLONG ET_TICKS_PER_FT_TICK =



-- 
Talk is cheap. Show me the code. -- Linus Torvalds

References:
New CVS compiles failed on Windows Zhichu Chen
RE: New CVS compiles failed on Windows Mark Rivers

Navigate by Date:
Prev: Re: New CVS compiles failed on Windows Janet Anderson
Next: Re: solaris-x86 build error on 3.14.10 Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: New CVS compiles failed on Windows Zhichu Chen
Next: Re: New CVS compiles failed on Windows Janet Anderson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·