-
Notifications
You must be signed in to change notification settings - Fork 802
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
Fix build on 32 bit arches #1902
Conversation
Mageia Cauldron + GCC14: On 32bit arches without this patch we got this following build issue:
|
Does |
See #1904 |
Ok. Would it be an idea to including 32-bit builds on CI? |
We do sort of with the Windows nightlies, but apparently MSYS2's version of gcc didn't flag up this parameter mismatch. |
I have tested my patch with %zu on FreeBSD, and it works fine there for compiling. I am not sure how to get that debug code to actually execute. BTW I'm using my patch in the FreeBSD ports tree at present: freebsd/freebsd-ports@3abcd80 |
To execute the debug statement start GnuCash with --log gnc.import.main-matcher=debug and import a file.
|
No description provided.