Opened 4 months ago

Last modified 3 months ago

#70124 new defect

wxGTK-3.0 points to a header which it does not install

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc: cooljeanius (Eric Gallager)
Port: wxGTK-3.0, wxWidgets-3.0

Description

/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxGTK/3.0-cxx11/include/wx-3.0/wx/evtloopsrc.h has the following:

#if defined(__DARWIN__)
    #include "wx/osx/evtloopsrc.h"
#endif

However this header does not exist; apparently, it is Cocoa-specific, and does not get installed by a GTK version of wxWidgets.

Change History (2)

comment:1 Changed 4 months ago by barracuda156

Earlier mentioned in comment:ticket:40390:21 but looks like forgotten ever since. It still fails to work correctly in the current version of the port.

I have opened an issue with upstream now: https://github.com/wxWidgets/wxWidgets/issues/24583

Last edited 4 months ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 3 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.