Hi
build fails on cirrus-ci since "Do not print 'Checking:' for each TOS
file that we load" from 2024-10-13.
https://cirrus-ci.com/build/4723926029303808
but the change in this commit has nothing to do with the error message
about "strtok_r" not being found at link time :
"C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\src\hatari.vcxproj"
(default target) (11) ->
(Link target) ->
keymap.obj : error LNK2019: unresolved external symbol
strtok_r referenced in function Keymap_LoadRemapFile
[C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\src\hatari.vcxproj]
C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\src\Release\hatari.exe
: fatal error LNK1120: 1 unresolved externals
[C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\src\hatari.vcxproj]
the only thing I see is that MSVC went from 19.29.30154.0 to
19.29.30156.0 when configuring the build for "visualstudio"
Any idea ?
Nicolas