[Webkit-unassigned] [Bug 113587] [EFL] build fails because of libsoup deprecated declarations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 08:47:49 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113587


Dan Winship <danw at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |
                 CC|                            |danw at gnome.org




--- Comment #2 from Dan Winship <danw at gnome.org>  2013-04-02 08:46:02 PST ---
(In reply to comment #1)
> It will hit us in future, but not now. Resolved/invalid.

This can be fixed now to make it compile happily with both old and new libsoups though; just add an appropriate SOUP_VERSION_MIN_REQUIRED to the CPPFLAGS to tell it what the oldest version of libsoup you want to be able to compile against is, and that will tweak things so that only functions that were deprecated as of that release get the __deprecated__ attribute.

Eg, if you currently depend on libsoup >= 2.38, you'd add

  -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_38

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list