asmaloney/libE57Format

Tests failing on CLion using MinGW GCC

已关闭

#245 创建于 2023年4月20日

 (7 条评论) (0 个反应) (0 位负责人)C++ (82 个派生)auto 404
buggood first issuehelp wanted

仓库指标

星标
 (187 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I am experiencing issues with the tests failing on CLion using the MingW GCC compiler. Specifically, the issue seems to be caused by the readPhysicalPage method in CheckedFile.cpp throwing an exception due to the result not being equal to the physical page size. When I comment out this exception, the tests run fine, but then I encounter issues with checksum calculation.

Operating system: Windows 11 (64-bit) Compiler version: GCC IDE: CLion Please let me know if there is any additional information that you need.

贡献者指南