Experimental Physics and Industrial Control System
On 02/08/2016 07:01 PM, APS Jenkins wrote:
> cl -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -Ox -GL -Oy- -W3 -w44355 -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -I. -I../O.Common -I. -I../../../src/libCom/osi/compiler/msvc -I../../../src/libCom/osi/compiler/default -I. -I../../../src/libCom/osi/os/WIN32 -I../../../src/libCom/osi/os/default -I.. -I../../../src/libCom/as -I../../../src/libCom/bucketLib -I../../../src/libCom/calc -I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf -I../../../src/libCom/ellLib -I../../../src/libCom/env -I../../../src/libCom/error -I../../../src/libCom/fdmgr -I../../../src/libCom/flex -I../../../src/libCom/freeList -I../../../src/libCom/gpHash -I../../../src/libCom/iocsh -I../../../src/libCom/log -I../../../src/libCom/macLib -I../../../src/libCom/misc -I../../../src/libCom/osi -I../../../src/libCom/pool -I../../../src/libCom/ring -I../../../src/libCom/taskwd -I../../.
.!
> /src/libCom/timer -I../../../src/libCom/yacc -I../../../src/libCom/yacc -I../../../src/libCom/yajl -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -c ../../../src/libCom/freeList/freeListLib.c
> freeListLib.c
> ../../../src/libCom/freeList/freeListLib.c(110) : error C2036: 'void *' : unknown size
Line 110 of freeListLib.c is
ptemp += REDZONE; /* skip first REDZONE */
Since ptemp is a void *, standard C doesn't let you do math on its value.
After fixing that too the build now completes for both 32 and 64-bit
targets, so I'm committing those changes.
- Andrew
--
There are only two hard problems in distributed systems:
2. Exactly-once delivery
1. Guaranteed order of messages
2. Exactly-once delivery
-- Mathias Verraes
- Replies:
- Re: Build failed in Jenkins: epics-base-3.16-win32 #56 Michael Davidsaver
- References:
- Build failed in Jenkins: epics-base-3.16-win32 #56 APS Jenkins
- Navigate by Date:
- Prev:
Re: Build failed in Jenkins: epics-base-3.16-win64 #52 Andrew Johnson
- Next:
Jenkins build is back to stable : epics-base-3.16 #58 APS Jenkins
- Index:
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:
Build failed in Jenkins: epics-base-3.16-win32 #56 APS Jenkins
- Next:
Re: Build failed in Jenkins: epics-base-3.16-win32 #56 Michael Davidsaver
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
<2016>
2017
2018
2019
2020
2021
2022
2023
2024