Does GnuCash build for all the platforms mentioned in the Cmake files? Or What flag specifies building for Linux
russ.gorby at gmail.com
russ.gorby at gmail.com
Mon Feb 2 19:33:34 EST 2026
So I am starting to work on converting various targets in gnucash-git to
C++.
When doing that I intend to add -Wall -Werror and resolve any issues that
pop up.
I plan to test on MINGW and Ubuntu, but I see a whole host of different
platforms mentioned in the cmakefiles.
If we actually build for those other platforms, I'd like to restrict the
-Wall -Werror to just the 2 platforms I can test so it doesn't create
headaches for those other platforms.
I see MINGW for building that platform, but don't see anything for Linux
specifically, I assume I can use
(CMAKE_SYSTEM_NAME MATCHES "Linux") but thought I would check with the
experts.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20260202/a23ba802/attachment.htm>
More information about the gnucash-devel
mailing list