[Webkit-unassigned] [Bug 135292] Evolution [GTK] Mail 3.10.4 and 3.12.4 can't read audio attachments from the integrated reader inline
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 29 17:06:24 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135292
--- Comment #8 from Carlos Alberto Lopez Perez <clopez at igalia.com> 2014-07-29 17:06:36 PST ---
(In reply to comment #7)
> Hi,
>
> You just forgot to adjust the command line I need to start in the console (first line with the comments : "/* gcc test.c -g -O0 -o test `pkg-config --cflags --libs gtk+-3.0 webkitgtk-3.0` && ./test */").
>
> If I try to adapt and use it with the right argument (your file name):
>
> =-=-=-=-=-=-=
> $ LANG=C gcc test-wk2.c -g -O0 -o test `pkg-config --cflags --libs gtk+-3.0 webkitgtk-3.0` && ./test
> /tmp/ccbZhRIw.o: In function `main':
> /tmp/test-wk2.c:23: undefined reference to `webkit_settings_new'
> /tmp/test-wk2.c:50: undefined reference to `webkit_web_view_load_html'
> collect2: error: ld returned 1 exit status
>
> =-=-=-=-=-=-=
>
> So you need to be very precise regarding instructions for testing because I don't know how to adapt it the right way.
Try this:
gcc test-wk2.c -g -O0 -o test `pkg-config --cflags --libs gtk+-3.0 webkit2gtk-3.0`
And ensure you have the wekit2gtk development headers installed (On Debian testing/sid or Ubuntu trusty/utopic systems they are provided by the package libwebkit2gtk-3.0-dev)
--
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