This has resurfaced in 3.2.2, it seems that the upstream bug is still not fixed.

This leads to FTBFS errors for openpcn like below, so important to me. Investigating.

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

In file included from /usr/include/wx-3.2/wx/defs.h:550,
                 from /usr/include/wx-3.2/wx/wxprec.h:12,
                 from /home/mk/OpenCPN/OpenCPN/src/chartsymbols.cpp:27:
/usr/include/wx-3.2/wx/matrix.h:44:1: error: expected identifier before ‘__attribute__’
   44 | WXDLLIMPEXP_CORE wxTransformMatrix: public wxObject
      | ^~~~~~~~~~~~~~~~
In file included from /home/mk/OpenCPN/OpenCPN/include/bbox.h:9,
                 from /home/mk/OpenCPN/OpenCPN/include/s52s57.h:31,
                 from /home/mk/OpenCPN/OpenCPN/include/s52plib.h:31,
                 from /home/mk/OpenCPN/OpenCPN/include/chartsymbols.h:28,
                 from /home/mk/OpenCPN/OpenCPN/src/chartsymbols.cpp:36:
/usr/include/wx-3.2/wx/matrix.h:44:35: error: expected initializer before ‘:’ token
   44 | WXDLLIMPEXP_CORE wxTransformMatrix: public wxObject

Reply via email to