-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests failing on CLion using MinGW GCC #245
Comments
Yet another issue in CheckedFile - I'm not surprised 😄
|
I would look at const uint64_t physicalLength = length( Physical ); That My guess is that that first check should be for MSVC rather than Windows and that we need to add or adjust one of the cases there to handle MinGW somehow. I don't know what |
Could the issue be related to this?
endfunction() |
Well not with that CMake code, but maybe with the warnings it's treating as errors. That CMake code just turns on errors when it builds itself to help catch compatibility issues between platforms/compilers. What warnings/errors are being produced when you compile the library on its own (or turn on |
OK - that's a separate issue. I created a new one for it. |
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.
The text was updated successfully, but these errors were encountered: