Changes between Initial Version and Version 1 of Ticket #57773


Ignore:
Timestamp:
Dec 13, 2018, 9:52:55 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:
error: The name `STOCK_FILE' does not exist in the context of `Gtk'
               return widget.render_icon (Gtk.STOCK_FILE, Gtk.IconSize.MENU, null);
                                          ^^^^^^^^^^^^^^
error: The name `STOCK_CLOSE' does not exist in the context of `Gtk'
            var action_close = new Midori.ContextAction ("TabClose", null, null, Gtk.STOCK_CLOSE);
                                                                                 ^^^^^^^^^^^^^^^

I can confirm the build failure on macOS High Sierra.

Looks like our port is out of date. Our port is for version 0.5.11 but the current upstream version is either 6.0 (according to the web page) or 7.0 (according to GitHub). Someone will need to update the port.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57773

    • Property Summary changed from midori @0.5.11 build failure on Mojave 10.14.2 to midori @0.5.11: The name `STOCK_FILE', `STOCK_CLOSE' does not exist in the context of `Gtk'
  • Ticket #57773 – Description

    initial v1  
    11midori fails to build on Mojave with complaint about GTK
    22
    3 ` error: The name STOCK_CLOSE' does not exist in the context of Gtk
    4 :info:build             var action_close = new Midori.ContextAction ("TabClose", null, null, Gtk.STOCK_CLOSE); `
     3{{{
     4error: The name STOCK_CLOSE' does not exist in the context of Gtk
     5            var action_close = new Midori.ContextAction ("TabClose", null, null, Gtk.STOCK_CLOSE);
     6}}}
    57
    68Complete log file attached.