Since I'm using parallel make it may not be obvious where the error was:
> make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.15-win32/ws/src/ioc/O.win32-x86'>
> cl -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -Ox -GL -Oy- -W3 -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -I. -I../O.Common -I. -I. -I.. -I../../../src/ioc/as -I../../../src/ioc/bpt -I../../../src/ioc/db -I../../../src/ioc/dbStatic -I../../../src/ioc/dbtemplate -I../../../src/ioc/misc -I../../../src/ioc/registry -I../../../src/ioc/rsrv -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -c ../../../src/ioc/db/dbUnitTest.c
> dbUnitTest.c
> ../../../src/ioc/db/dbUnitTest.c(101) : warning C4244: '=' : conversion from 'double' to 'epicsFloat32', possible loss of data
> ../../../src/ioc/db/dbUnitTest.c(218) : warning C4018: '<' : signed/unsigned mismatch
> ../../../src/ioc/db/dbUnitTest.c(223) : error C2036: 'void *' : unknown size
> ../../../src/ioc/db/dbUnitTest.c(223) : error C2036: 'const void *' : unknown size
> ../../../configure/RULES_BUILD:229: recipe for target 'dbUnitTest.obj' failed
> make[3]: *** [dbUnitTest.obj] Error 2
This is a real code bug (it's almost certainly relying on a GCC'ism) but
there are multi-line macros around here which appear to be modifying the
real location somewhat.
- Andrew
--
Arguing for surveillance because you have nothing to hide is no
different than making the claim, "I don't care about freedom of
speech because I have nothing to say." -- Edward Snowdon
- References:
- Build failed in Jenkins: epics-base-3.15-win32 #272 APS Jenkins
- Navigate by Date:
- Prev:
Build failed in Jenkins: epics-base-3.15-win32s #263 APS Jenkins
- Next:
Build failed in Jenkins: epics-base-3.15-win64 #286 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.15-win32 #272 APS Jenkins
- Next:
Jenkins build is back to normal : epics-base-3.15-win32 #273 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
|