zhjwpku commented on PR #34: URL: https://github.com/apache/iceberg-cpp/pull/34#issuecomment-2599658206
@wgtmac Sadly I came across a Windows ci build issue, I don't have a Windows PC, it would be great if you could help to resolve this problem. The problem is two folds: 1. Windows 2019 does not have zlib installed, I installed it in a way that I'm not sure if it's the right way for gh actions 2. it has compile error on avro side, I searched the avro ci directory, I did not see any windows build example The compile error is as below, see [1] for details, [2] says it is probably an optimization error, I could not go further because I don't have a windows PC ;( ``` D:\a\iceberg-cpp\iceberg-cpp\build\_deps\avro-src\lang\c++\include\avro\NodeImpl.hh(280): fatal error C1001: Internal compiler error. [D:\a\iceberg-cpp\iceberg-cpp\build\_deps\avro-build\avrocpp_s.vcxproj] (compiler file 'D:\a\_work\1\s\src\vctools\Compiler\Utc\src\p2\main.c', line 213) To work around this problem, try simplifying or changing the program near the locations listed above. ``` [1] https://github.com/zhjwpku/iceberg-cpp/actions/runs/12842821805/job/35814127788 [2] https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/fatal-error-c1001?view=msvc-170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org