<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Does not build with gtk+ master (3.10) when deprecated symbols are disabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67278#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Does not build with gtk+ master (3.10) when deprecated symbols are disabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67278">bug 67278</a>
              from <span class="vcard"><a class="email" href="mailto:carlosgc@gnome.org" title="Carlos Garcia Campos <carlosgc@gnome.org>"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=67278#c2">comment #2</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=67278#c1">comment #1</a>)
> > why does it fail to build? it should give just compile warnings, that we
> > should silence, but I don't think we need to change the code for symbols
> > deprecated in a gtk+ version higher than the required one

> At least in GNOME, jhbuild disables deprecated symbols by default.

> I saw 2 options:
> 1. Add an option in jhbuild to not check deprecated symbols.
> 2. Migrate the old API to the new one.

> In the long term, (2) is better IMVHO.

> The changes I applied are the ones suggested in the migration guide from
> gtk+2 to Gtk+3:
> <a href="https://developer.gnome.org/gtk3/stable/checklist-named-icons.html">https://developer.gnome.org/gtk3/stable/checklist-named-icons.html</a>

> They did not bite before, but it is supposed to be part of the migration.</span >

We depend on 3.0 and fortunately stock icons are present in 3.0. It's very
unfortunate that stock icons are deprecated in 3.10, but I don't think we
should migrate our code for an unstable gtk version that hasn't even been
released yet. I will keep using stock icons while they are available because
they fail at compile time, not like the string you used, where a typo will not
be caught by the compiler. Given the amount of gtk symbols that are being
deprecated lately I don't think jhbuild should disable deprecated api by
default, and I recommend you to change that configuration in your .jhbuildrc if
possible.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>