On Sun, Jan 18, 2015 at 5:37 PM, Roy Hinkelman <royh...@gmail.com> wrote:

> I am still getting errors after trying new config settings for installing
> wxWidgets. Any pointers greatly appreciated.
>
>
I don't have a mac available for testing right now.


after make -j4
>
> ../src/osx/webview_webkit.mm:392:30: warning: incompatible pointer types
> sending 'WebViewUIDelegate *' to parameter of type
>       'id<WKUIDelegate>' [-Wincompatible-pointer-types]
>     [m_webView setUIDelegate:uiDelegate];
>                              ^~~~~~~~~~
> ../src/osx/webview_webkit.mm:464:34: warning: 'WKPreferences' may not
> respond to 'setUsesPageCache:'
>         [[m_webView preferences] setUsesPageCache:NO];
>          ~~~~~~~~~~~~~~~~~~~~~~~ ^
> ../src/osx/webview_webkit.mm:466:34: warning: 'WKPreferences' may not
> respond to 'setUsesPageCache:'
>         [[m_webView preferences] setUsesPageCache:YES];
>          ~~~~~~~~~~~~~~~~~~~~~~~ ^
> ../src/osx/webview_webkit.mm:936:25: error: cannot initialize a variable
> of type 'WebBackForwardList *' with an rvalue of type
>       'WKBackForwardList *'
>     WebBackForwardList* history = [m_webView backForwardList];
>                         ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../src/osx/webview_webkit.mm:954:25: error: cannot initialize a variable
> of type 'WebBackForwardList *' with an rvalue of type
>       'WKBackForwardList *'
>     WebBackForwardList* history = [m_webView backForwardList];
>


You're not alone, it looks like the current trunk SVN has a fix for it if I
understand the last comment correctly.

http://trac.wxwidgets.org/ticket/16329

Regards,
    John
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to