|
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.
|