[PATCH] windowscodecs: Avoid types deprecated in libtiff 4.3

Marvin testbot at winehq.org
Wed May 19 15:53:13 CDT 2021


Hi,

While running your changed tests, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?

Full results can be found at:
https://testbot.winehq.org/JobDetails.pl?Key=90881

Your paranoid android.


=== debiant2 (build log) ===

../wine/dlls/windowscodecs/libtiff.c:256:5: error: unknown type name ‘uint16_t’; did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:257:5: error: unknown type name ‘uint16_t’; did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:258:5: error: unknown type name ‘uint16_t’; did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:1285:53: error: ‘uint16_t’ undeclared (first use in this function); did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:1285:62: error: expected ‘)’ before ‘This’
../wine/dlls/windowscodecs/libtiff.c:1286:63: error: expected ‘)’ before numeric constant
../wine/dlls/windowscodecs/libtiff.c:1287:64: error: expected ‘)’ before ‘This’
../wine/dlls/windowscodecs/libtiff.c:1288:66: error: expected ‘)’ before ‘This’
../wine/dlls/windowscodecs/libtiff.c:1292:17: error: expected ‘;’ before ‘extra_samples’
../wine/dlls/windowscodecs/libtiff.c:1293:9: error: ‘extra_samples’ undeclared (first use in this function)
../wine/dlls/windowscodecs/libtiff.c:1295:67: error: expected ‘)’ before numeric constant
../wine/dlls/windowscodecs/libtiff.c:1298:52: error: ‘uint32_t’ undeclared (first use in this function); did you mean ‘u_int32_t’?
../wine/dlls/windowscodecs/libtiff.c:1298:61: error: expected ‘)’ before ‘frame’
../wine/dlls/windowscodecs/libtiff.c:1299:62: error: expected ‘)’ before ‘frame’
../wine/dlls/windowscodecs/libtiff.c:1303:69: error: expected ‘)’ before numeric constant
../wine/dlls/windowscodecs/libtiff.c:1310:17: error: expected ‘;’ before ‘red’
../wine/dlls/windowscodecs/libtiff.c:1315:13: error: ‘red’ undeclared (first use in this function); did you mean ‘read’?
../wine/dlls/windowscodecs/libtiff.c:1316:13: error: ‘green’ undeclared (first use in this function)
../wine/dlls/windowscodecs/libtiff.c:1317:13: error: ‘blue’ undeclared (first use in this function)
Task: The win32 Wine build failed

=== debiant2 (build log) ===

../wine/dlls/windowscodecs/libtiff.c:256:5: error: unknown type name ‘uint16_t’; did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:257:5: error: unknown type name ‘uint16_t’; did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:258:5: error: unknown type name ‘uint16_t’; did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:1285:53: error: ‘uint16_t’ undeclared (first use in this function); did you mean ‘u_int16_t’?
../wine/dlls/windowscodecs/libtiff.c:1285:62: error: expected ‘)’ before ‘This’
../wine/dlls/windowscodecs/libtiff.c:1286:63: error: expected ‘)’ before numeric constant
../wine/dlls/windowscodecs/libtiff.c:1287:64: error: expected ‘)’ before ‘This’
../wine/dlls/windowscodecs/libtiff.c:1288:66: error: expected ‘)’ before ‘This’
../wine/dlls/windowscodecs/libtiff.c:1292:17: error: expected ‘;’ before ‘extra_samples’
../wine/dlls/windowscodecs/libtiff.c:1293:9: error: ‘extra_samples’ undeclared (first use in this function)
../wine/dlls/windowscodecs/libtiff.c:1295:67: error: expected ‘)’ before numeric constant
../wine/dlls/windowscodecs/libtiff.c:1298:52: error: ‘uint32_t’ undeclared (first use in this function); did you mean ‘u_int32_t’?
../wine/dlls/windowscodecs/libtiff.c:1298:61: error: expected ‘)’ before ‘frame’
../wine/dlls/windowscodecs/libtiff.c:1299:62: error: expected ‘)’ before ‘frame’
../wine/dlls/windowscodecs/libtiff.c:1303:69: error: expected ‘)’ before numeric constant
../wine/dlls/windowscodecs/libtiff.c:1310:17: error: expected ‘;’ before ‘red’
../wine/dlls/windowscodecs/libtiff.c:1315:13: error: ‘red’ undeclared (first use in this function); did you mean ‘read’?
../wine/dlls/windowscodecs/libtiff.c:1316:13: error: ‘green’ undeclared (first use in this function)
../wine/dlls/windowscodecs/libtiff.c:1317:13: error: ‘blue’ undeclared (first use in this function)
Task: The wow64 Wine build failed



More information about the wine-devel mailing list