Menu

#1498 Windows Configure/make related mingw32 bug

Undefined
applied
nobody
None
Bug_Report
2024-09-30
2024-08-12
No

MSys2 MINGW32 package failed to build because of windres errors on mthread flag

Patch

--- a/src/src/Makefile.am   (revision 13539)
+++ b/src/src/Makefile.am   (working copy)
@@ -75,7 +75,7 @@
 codeblocks_DEPENDENCIES = resources.$(OBJEXT)
 codeblocks_SOURCES += associations.cpp
 resources.$(OBJEXT): resources/resources.rc resources/amd64_dpi_aware_on.manifest
-   $(WINDRES) $(WX_CXXFLAGS) -DcbDPI_AWARE_ON --include-dir $(top_srcdir)/src $< $@
+   $(WINDRES) $(WX_CPPFLAGS) -DcbDPI_AWARE_ON --include-dir $(top_srcdir)/src $< $@
 endif

 noinst_HEADERS = app.h \

Tim S.

Discussion

  • Tim Stahlhut

    Tim Stahlhut - 2024-08-13

    See also https://github.com/msys2/MINGW-packages/issues/20922 there might already be a ticket for this issue

     
  • Miguel Gimenez

    Miguel Gimenez - 2024-09-30
    • status: open --> applied
     
  • Miguel Gimenez

    Miguel Gimenez - 2024-09-30

    Applied in [r13578].

     

    Related

    Commit: [r13578]


Log in to post a comment.