[Freewx-maint] Bug#738849: Please enable webview support for wx3.0

Olly Betts olly at survex.com
Wed Apr 30 00:14:38 UTC 2014


On Tue, Apr 29, 2014 at 07:24:15PM +0100, Gianfranco Costamagna wrote:
> If I understand correctly now the step is:
> see if they are really needed in the core (so they should be needed
> from some ifdef with webview code), if not this should be a bug, and
> they should be linked only against the webview package, right?

Most likely issue is that these libraries are listed when linking the
core wx library, in which case not doing that should fix it.  A simpler
option may be to pass -Wl,--as-needed when linking - this tells the
linker to only actually link against libraries which contribute symbols,
which usually works, but fails in some unusual cases.  We should see
from the debdiffs what effects it has.

It could be there's actually some code which references these libraries
which goes into the core wx library - in that case, we'll probably need
to patch the upstream source so that code goes into the webview library.

Cheers,
    Olly



More information about the Freewx-maint mailing list