[Freeciv-tickets] [freeciv] #45860: installer_cross / Meson: Qt6-client build "error: '_WIN32_WINNT" redefined'

Back to archive index
OSDN Ticket System norep****@osdn*****
Fri Oct 14 21:03:07 JST 2022


#45860: installer_cross / Meson: Qt6-client build "error: '_WIN32_WINNT" redefined'

  Open Date: 2022-10-14 13:17
Last Update: 2022-10-14 15:03

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/45860
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45860

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-10-14 15:03 Updated by: cazfi

Comment:

Ok, Qt6 actually has Win10 as an official minimum requirement - earlier versions just didn't force it at compile time.
1) we need to make win10 the minimum requirement for Qt6-client, Qt6 modpack installer, and Qt6 ruledit (I think that will be what resolves this ticket; the build issue)
2) We can't drop Qt5 support from Windows environments etc, but instead implement that even to meson based builds. Relevant tickets to be created.

---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Building installer_cross / Meson Qt6-client with crosser from 2.5 branch (the branch is different from main, and current HEAD is already considered a crosser-2.5 candidate) gives
<command-line>: error: "_WIN32_WINNT" redefined [-Werror]
<command-line>: note: this is the location of the previous definition
Se it looks like in addition to our own _WIN32_WINNT definition we're inheriting one from somewhere else (presumably with pkg-config)
And that part of the command line is: "-D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00"


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/45860
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45860



More information about the Freeciv-tickets mailing list
Back to archive index