Hi,
Has anyone managed to get autosave/restore working under Win32?
Autosave restore does work for linux-based softIOCs.
Here is the error I get:
========================================================
"Installing dbd file ../../../dbd/autosave.dbd"
cl -c /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /nologo
/D__STDC__=0 /Ox /GL /W3 /w44355 /MD -I. -I.. -I..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\include -Ic:\\epicsBase\\R3.14.8.2\\include\\os\\WIN32
-Ic:\\epicsBase\\R3.14.8.2\\include ..\\dbrestore.c
dbrestore.c
c:\epicsioc\autosave\autosaveapp\src\save_restore.h(12) : error C2010: '.' : une
xpected in macro formal parameter list
..\dbrestore.c(79) : warning C4273: 'pdbbase' : inconsistent dll linkage
c:\epicsbase\r3.14.8.2\include\dbAccessDefs.h(34) : see previous definit
ion of 'pdbbase'
..\dbrestore.c(106) : warning C4244: '=' : conversion from 'double' to 'float',
possible loss of data
..\dbrestore.c(518) : error C2059: syntax error : ')'
..\dbrestore.c(543) : error C2059: syntax error : ')'
..\dbrestore.c(552) : error C2059: syntax error : ')'
..\dbrestore.c(555) : error C2059: syntax error : ')'
..\dbrestore.c(558) : error C2059: syntax error : ')'
..\dbrestore.c(747) : warning C4018: '<' : signed/unsigned mismatch
make[3]: *** [dbrestore.obj] Error 2
make[3]: Leaving directory `C:/epicsIOC/autosave/autosaveApp/src/O.win32-x86'
make[2]: *** [install.win32-x86] Error 2
make[2]: Leaving directory `C:/epicsIOC/autosave/autosaveApp/src'
make[1]: *** [src.install] Error 2
make[1]: Leaving directory `C:/epicsIOC/autosave/autosaveApp'
make: *** [autosaveApp.install] Error 2
C:\epicsIOC\autosave>
================================================================
The above error refers to lines containing the string Debug (e.g.):
Debug(10, "ARRAY_BEGIN wasn't found; going to next line of input file\n");
================================================================
This appears to conflict with MS C++ and its Debug object, hmm?
Thanks,
Ernest L. Williams
- Replies:
- RE: AutoSaveRestore for Windows-based softIOCs Mark Rivers
- Navigate by Date:
- Prev:
CLOUDSPAPS: Look in the mirror and enjoy the new you Tabatha Huynh
- Next:
RE: AutoSaveRestore for Windows-based softIOCs Mark Rivers
- 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:
CLOUDSPAPS: Look in the mirror and enjoy the new you Tabatha Huynh
- Next:
RE: AutoSaveRestore for Windows-based softIOCs Mark Rivers
- 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
|