Ticket URL: <
http://trac.wxwidgets.org/ticket/14339>
#14339: include/wx/osx/private dir not copied by make install
---------------------------------+------------------------------------------
Reporter: jgmdev | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.9.4
Component: wxOSX (any toolkit) | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 0 | Blocking:
---------------------------------+------------------------------------------
On latest svn revision after compiling, the directory
include/wx/osx/private isn't copied when running sudo make install.
This results in errors when including other headers that depend on the
files on that directory like:
#include <wx/webview.h>
include/wx-2.9/wx/osx/webviewhistoryitem_webkit.h:18:35: error:
wx/osx/private/objcid.h: No such file or directory
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/14339>