Opened 5 months ago
Last modified 5 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 5 months ago by barracuda156
comment:2 Changed 5 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
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