Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.5, 10.6, 10.7(EOL), 10.8(EOL)
-
None
Description
Usually S3 doesn't even try to build on Windows, because it wants CURL and it's almost never there. If, however, it does find CURL, it tries to build, but eventually fails with
C:\_home\10.6x\storage\maria\libmarias3\src\marias3.c(23,10): error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\_home\10.6x\storage\maria\s3.vcxproj]
|
C:\_home\10.6x\storage\maria\libmarias3\src\marias3.c(23,10): error C1083: #include <pthread.h> [C:\_home\10.6x\storage\maria\s3.vcxproj]
|
C:\_home\10.6x\storage\maria\libmarias3\src\marias3.c(23,10): error C1083: ^ [C:\_home\10.6x\storage\maria\s3.vcxproj]
|
I'm guessing it is missing ifdef or something – that is, if we want to build it on Windows at all, otherwise it should get skipped earlier.
Attachments
Issue Links
- relates to
-
MDEV-28107 S3 doesn't build if CURL is in non-default location
- Closed
-
MDEV-28104 Typo in storage/maria/s3_func.c: 'FN_DECVHAR'
- Closed