Tom Taylor | 3 Feb 2012 10:54
Favicon
Gravatar

Sponsoring development of CMYK support in Webkit

Hello,

Apologies if this should be on webkit-jobs list. It's more of a general 
question rather than a specific job placement.

We at Newspaper Club <http://www.newspaperclub.com> are interested in 
sponsoring (with money!) the development of CMYK support in Webkit, to 
support the generation of high quality printed media from browser content.

Specifically:

- Adding CMYK color support, such as in the CSS Generated Content for 
Paged Media Module <http://www.w3.org/TR/css3-gcpm/#cmyk-colors>, 
converting to RGB for screen display, but preserving the CMYK values 
when rendered to PDF for printing.

- Ensuring that both RGB and CMYK images are converted to CMYK rasters 
when rendered to PDF for printing.

- Possibly the Page Floats spec, as described in the CSS Generated 
Content for Paged Media Module 
<http://www.w3.org/TR/css3-gcpm/#page-floats>.

This, combined with the CSS Regions work from Adobe, could provide a 
really powerful layout tool for printed media, all in browser.

If you're interested, drop me a line here, or off list, with your 
thoughts on the sanity of these features and the effort required.

Thanks,
(Continue reading)

Alberto Lepe | 7 Feb 2012 01:19

Unable to compile webkitgtk

Hello, I'm trying to compile with these options:

Tools/Scripts/build-webkit --gtk --no-webkit2 --minimal

I'm using the svn version. I have been updating and trying for the
last few days but after an hour or so of compiling (my pc is slow), it
reaches to this error (last tried revision was: 106786) :

......................
  CXX    Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_3_0_la-TextCheckerClientGtk.lo
  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-ConvertToUTF8String.lo
  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-DOMObjectCache.lo
  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-GObjectEventListener.lo
  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMBinding.lo
  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMCustom.lo
../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp: In function
‘WebKitDOMBlob* webkit_dom_blob_slice(WebKitDOMBlob*, gint64, gint64,
const gchar*)’:
../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:49:71:
error: ‘webkit_dom_blob_webkit_slice’ was not declared in this scope
../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:50:1:
warning: control reaches end of non-void function [-Wreturn-type]
make[1]: *** [Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMCustom.lo]
Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/src/WebKit/WebKitBuild/Release'
make: *** [all] Error 2
rm DerivedSources/WebCore/JSSQLStatementErrorCallback.h

Failed to build WebKit using 'make'!
(Continue reading)

Joe Thomas | 7 Feb 2012 03:06
Picon

chromium port build failure on Mac

Hello,


I am trying to build chromium port of webkit on Mac and facing the following build failure.

Command used for building:  update-webkit --chromium
                                                    build-webkit --chromium


ects-normal/i386/WebSystemInterface.o
/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:48:5: error: use of undeclared identifier 'WKCGContextResetClip'; did you mean 'wkCGContextResetClip'?
    INIT(CGContextResetClip);
    ^
/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:37:39: note: expanded from macro 'INIT'
#define INIT(function) wk##function = WK##function
                                      ^
<scratch space>:210:1: note: expanded from macro 'WK'
WKCGContextResetClip
^
/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/chromium/xcodebuild/WebCore.build/DerivedSources/Release/WebCore/WebCoreSystemInterface.h:115:15: note: 'wkCGContextResetClip' declared here
extern void (*wkCGContextResetClip)(CGContextRef);
              ^
1 error generated.

Can someone help me to resolve this ?

Thanks
Joe
<div>
<p>Hello,</p>
<div><br></div>
<div>I am trying to build chromium port of webkit on Mac and facing the following build failure.</div>
<div><br></div>
<div>Command used for building: &nbsp;update-webkit --chromium</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; build-webkit --chromium</div>
<div><br></div>
<div><br></div>
<div>
<div>ects-normal/i386/WebSystemInterface.o</div>
<div>/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:48:5: error: use of undeclared identifier 'WKCGContextResetClip'; did you mean 'wkCGContextResetClip'?</div>
<div>&nbsp; &nbsp; INIT(CGContextResetClip);</div>
<div>&nbsp; &nbsp; ^</div>
<div>/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:37:39: note: expanded from macro 'INIT'</div>
<div>#define INIT(function) wk##function = WK##function</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</div>
<div>&lt;scratch space&gt;:210:1: note: expanded from macro 'WK'</div>
<div>WKCGContextResetClip</div>
<div>
^</div>
<div>/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/chromium/xcodebuild/WebCore.build/DerivedSources/Release/WebCore/WebCoreSystemInterface.h:115:15: note: 'wkCGContextResetClip' declared here</div>
<div>extern void (*wkCGContextResetClip)(CGContextRef);</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</div>
<div>1 error generated.</div>
</div>
<div><br></div>
<div>Can someone help me to resolve this ?</div>
<div><br></div>
<div>Thanks</div>
<div>
Joe</div>
</div>
陈敏华 | 7 Feb 2012 03:40
Favicon

How to enable OpenVG in Webkit

Hello everyone,

I'd like to ask some questions about how to enable OpenVG in Webkit, and my working version of Webkit is
"WebKit-r87722". 

I have noticed that there are some source codes in "WebCore/platform/graphics/openvg" directory,so it
seems that Webkit has some internal support for OpenVG, but right now I don't know how to utilize these code.

So my question is:
1) Does the above mentioned code really work ? Is it possible to enable OpenVG in Webkit?
2) Does anybody know how to enable OpenVG in Webkit? Could you provide some instructions about how to
compile the source or provide a build script.

Thanks in advance.

Best regards

---------------------------------------------------
Chen Minhua
Development Dept.III
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) 
No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: 86630566-615
COINS: 79955-615
FAX: 83317685
MAIL: chenmh <at> cn.fujitsu.com
--------------------------------------------------- 

_______________________________________________
webkit-help mailing list
webkit-help <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
PAWAN KUMAR | 7 Feb 2012 04:53
Picon

Re: How to enable OpenVG in Webkit

Hello Chen,


OpenVG in Webkit source is incomplete.
Its not compilable too.
I had tried this in December 2011 but in vain.

Check this link :

Best Regards
Pawan

On Tue, Feb 7, 2012 at 8:10 AM, 陈敏华 <chenmh-BthXqXjhjHUOaC0ocwlmew@public.gmane.orgom> wrote:
Hello everyone,

I'd like to ask some questions about how to enable OpenVG in Webkit, and my working version of Webkit is "WebKit-r87722".

I have noticed that there are some source codes in "WebCore/platform/graphics/openvg" directory,so it seems that Webkit has some internal support for OpenVG, but right now I don't know how to utilize these code.

So my question is:
1) Does the above mentioned code really work ? Is it possible to enable OpenVG in Webkit?
2) Does anybody know how to enable OpenVG in Webkit? Could you provide some instructions about how to compile the source or provide a build script.

Thanks in advance.

Best regards

---------------------------------------------------
Chen Minhua
Development Dept.III
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: 86630566-615
COINS: 79955-615
FAX: 83317685
MAIL: chenmh-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org
---------------------------------------------------



_______________________________________________
webkit-help mailing list
webkit-help-L0Ma0HqZfWbDNr2163bV0w@public.gmane.orgg
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

<div>
<p>Hello Chen,</p>
<div><br></div>
<div>OpenVG in Webkit source is incomplete.</div>
<div>Its not compilable too.</div>
<div>I had tried this in December 2011 but in vain.</div>
<div><br></div>
<div>Check this link :</div>
<div><a href="https://lists.webkit.org/pipermail/webkit-dev/2011-July/017629.html">https://lists.webkit.org/pipermail/webkit-dev/2011-July/017629.html</a></div>
<div><br></div>
<div>Best Regards</div>
<div>Pawan<br><br><div class="gmail_quote">On Tue, Feb 7, 2012 at 8:10 AM, &#38472;&#25935;&#21326; <span dir="ltr">&lt;<a href="mailto:chenmh@...">chenmh@...om</a>&gt;</span> wrote:<br><blockquote class="gmail_quote">Hello everyone,<br><br>
I'd like to ask some questions about how to enable OpenVG in Webkit, and my working version of Webkit is "WebKit-r87722".<br><br>
I have noticed that there are some source codes in "WebCore/platform/graphics/openvg" directory,so it seems that Webkit has some internal support for OpenVG, but right now I don't know how to utilize these code.<br><br>
So my question is:<br>
1) Does the above mentioned code really work ? Is it possible to enable OpenVG in Webkit?<br>
2) Does anybody know how to enable OpenVG in Webkit? Could you provide some instructions about how to compile the source or provide a build script.<br><br>
Thanks in advance.<br><br>
Best regards<br><br>
---------------------------------------------------<br>
Chen Minhua<br>
Development Dept.III<br>
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)<br>
No. 6 Wenzhu Road, Nanjing, 210012, China<br>
TEL: &#62383;86630566-615<br>
COINS: 79955-615<br>
FAX: &#62383;83317685<br>
MAIL: <a href="mailto:chenmh@...">chenmh@...</a><br>
---------------------------------------------------<br><br><br><br>
_______________________________________________<br>
webkit-help mailing list<br><a href="mailto:webkit-help@...">webkit-help@...g</a><br><a href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-help" target="_blank">http://lists.webkit.org/mailman/listinfo.cgi/webkit-help</a><br>
</blockquote>
</div>
<br>
</div>
</div>
Julien Chaffraix | 7 Feb 2012 06:04
Picon

Re: chromium port build failure on Mac

Hi,

> I am trying to build chromium port of webkit on Mac and facing the following
> build failure.
>
> Command used for building:  update-webkit --chromium
>                                                     build-webkit --chromium
>
>
> ects-normal/i386/WebSystemInterface.o
> /Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:48:5:
> error: use of undeclared identifier 'WKCGContextResetClip'; did you mean
> 'wkCGContextResetClip'?
>     INIT(CGContextResetClip);
>     ^
> /Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:37:39:
> note: expanded from macro 'INIT'
> #define INIT(function) wk##function = WK##function
>                                       ^
> <scratch space>:210:1: note: expanded from macro 'WK'
> WKCGContextResetClip
> ^
> /Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/chromium/xcodebuild/WebCore.build/DerivedSources/Release/WebCore/WebCoreSystemInterface.h:115:15:
> note: 'wkCGContextResetClip' declared here
> extern void (*wkCGContextResetClip)(CGContextRef);
>               ^
> 1 error generated.
>
> Can someone help me to resolve this ?

You were unlucky when you sync'ed up your chromium tree (this
afternoon was pretty red for mac chromium). This is fixed in
http://trac.webkit.org/changeset/106887. I would advise you to sync to
up after r106889 and to check the bots at http://build.webkit.org if
you want to pick up the trunk as you can pick up a bad revision.

Thanks,
Julien
Alberto Lepe | 7 Feb 2012 07:47

Re: Unable to compile webkitgtk

On Tue, Feb 7, 2012 at 9:19 AM, Alberto Lepe <dev@...> wrote:
> Hello, I'm trying to compile with these options:
>
> Tools/Scripts/build-webkit --gtk --no-webkit2 --minimal
>
> I'm using the svn version. I have been updating and trying for the
> last few days but after an hour or so of compiling (my pc is slow), it
> reaches to this error (last tried revision was: 106786) :
>
> ......................
>  CXX    Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_3_0_la-TextCheckerClientGtk.lo
>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-ConvertToUTF8String.lo
>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-DOMObjectCache.lo
>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-GObjectEventListener.lo
>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMBinding.lo
>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMCustom.lo
> ../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp: In function
> ‘WebKitDOMBlob* webkit_dom_blob_slice(WebKitDOMBlob*, gint64, gint64,
> const gchar*)’:
> ../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:49:71:
> error: ‘webkit_dom_blob_webkit_slice’ was not declared in this scope
> ../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:50:1:
> warning: control reaches end of non-void function [-Wreturn-type]
> make[1]: *** [Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMCustom.lo]
> Error 1
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/usr/src/WebKit/WebKitBuild/Release'
> make: *** [all] Error 2
> rm DerivedSources/WebCore/JSSQLStatementErrorCallback.h
>
> Failed to build WebKit using 'make'!
> ..........................
>
> Am I doing something wrong?
>
> Is there any "stable" branch/revision that I could use to successfully
> compile webkit-gtk ?
>
> Thanks!

I didn't know about this page:
http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release?numbuilds=200
I will try with revision 106368 which seems to compile correctly in
Linux 32-bit.

Thanks.
陈敏华 | 7 Feb 2012 09:10
Favicon

答复: How to enable OpenVG in Webkit

Hello Pawan,

 

Thanks for your reply.

 

I’ve ever found this web page through Google search, and it indicates that OpenVG in Webkit source

is not available. So it seems that we can’t enable OpenVG directly by implementing OpenVG as a special

paint engine like the way in Webkit source.

 

I am just wondering whether it is possible to enable OpenVG indirectly by treating OpenVG as a graphic

backend of already supported paint engine in Webkit, such as treating OpenVG as a backend of Cairo

which is paint engine of GTK port or as a backend of  QPainter which is paint engine of Qt port.

 

Do you have some experience about this topic? And can give me some advice about the feasibility of this approach?

Thanks a lot.

 

Best regards.

 

发件人: PAWAN KUMAR [mailto:pawanonly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
发送时间: 2012年2月7 11:54
收件人: 陈敏华
抄送: webkit-help-L0Ma0HqZfWZ4ORXrvDxdwA@public.gmane.org; webkit-qt-L0Ma0HqZfWZ4ORXrvDxdwA@public.gmane.org; zhangdw-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org; Zhuang Zhigang
主题: Re: [webkit-help] How to enable OpenVG in Webkit

 

Hello Chen,

 

OpenVG in Webkit source is incomplete.

Its not compilable too.

I had tried this in December 2011 but in vain.

 

Check this link :

 

Best Regards

Pawan

On Tue, Feb 7, 2012 at 8:10 AM, 陈敏华 <chenmh-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org> wrote:

Hello everyone,

I'd like to ask some questions about how to enable OpenVG in Webkit, and my working version of Webkit is "WebKit-r87722".

I have noticed that there are some source codes in "WebCore/platform/graphics/openvg" directory,so it seems that Webkit has some internal support for OpenVG, but right now I don't know how to utilize these code.

So my question is:
1) Does the above mentioned code really work ? Is it possible to enable OpenVG in Webkit?
2) Does anybody know how to enable OpenVG in Webkit? Could you provide some instructions about how to compile the source or provide a build script.

Thanks in advance.

Best regards

---------------------------------------------------
Chen Minhua
Development Dept.III
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
No. 6 Wenzhu Road, Nanjing, 210012, China
TEL:
86630566-615
COINS: 79955-615
FAX:
83317685
MAIL: chenmh-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org
---------------------------------------------------



_______________________________________________
webkit-help mailing list
webkit-help-L0Ma0HqZfWZ4ORXrvDxdwA@public.gmane.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

 

<div>

<div class="Section1">

<p class="MsoNormal"><span lang="EN-US">Hello Pawan,<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">Thanks for your reply.<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">I&rsquo;ve ever found this web
page through Google search, and it indicates that OpenVG in Webkit source<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US">is not available. So it
seems that we can&rsquo;t enable OpenVG directly by implementing OpenVG as a special <p></p></span></p>

<p class="MsoNormal"><span lang="EN-US">paint engine like the way in
Webkit source.<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">I am just wondering
whether it is possible to enable OpenVG indirectly by treating OpenVG as a graphic<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US">backend of already supported
paint engine in Webkit, such as treating OpenVG as a backend of Cairo<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US">which is paint engine of GTK
port or as a backend of &nbsp;QPainter which is paint engine of Qt port.<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">Do you have some experience
about this topic? And can give me some advice about the feasibility of this
approach?<br><br><p></p></span></p>

<p class="MsoNormal"><span lang="EN-US">Thanks a lot.<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">Best regards.<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<div>

<div>

<div class="MsoNormal" align="center"><span lang="EN-US">

</span></div>

<p class="MsoNormal"><span>&#21457;&#20214;&#20154;<span lang="EN-US">:</span></span><span lang="EN-US"> PAWAN KUMAR [mailto:pawanonly@...] <br></span><span>&#21457;&#36865;&#26102;&#38388;<span lang="EN-US">:</span></span><span lang="EN-US"> 2012<span lang="EN-US"><span lang="EN-US">&#24180;2</span></span><span lang="EN-US"><span lang="EN-US">&#26376;7</span></span><span lang="EN-US"><span lang="EN-US">&#26085;</span></span>
11:54<br></span><span>&#25910;&#20214;&#20154;<span lang="EN-US">:</span></span><span lang="EN-US"> </span><span>&#38472;&#25935;&#21326;<span lang="EN-US"><br></span><span>&#25220;&#36865;<span lang="EN-US">:</span></span><span lang="EN-US"> webkit-help@...; webkit-qt@...;
zhangdw@...; Zhuang Zhigang<br></span><span>&#20027;&#39064;<span lang="EN-US">:</span></span><span lang="EN-US"> Re: [webkit-help] How to enable OpenVG in Webkit</span></span><span lang="EN-US"><p></p></span></p>

</div>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">Hello
Chen,<p></p></span></p>

<div>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US">OpenVG
in Webkit source is incomplete.<p></p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US">Its
not compilable too.<p></p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US">I
had tried this in December 2011 but in vain.<p></p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US">Check
this link :<p></p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US"><a href="https://lists.webkit.org/pipermail/webkit-dev/2011-July/017629.html">https://lists.webkit.org/pipermail/webkit-dev/2011-July/017629.html</a><p></p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US">Best
Regards<p></p></span></p>

</div>

<div>

<p class="MsoNormal"><span lang="EN-US">Pawan<p></p></span></p>

<div>

<p class="MsoNormal"><span lang="EN-US">On
Tue, Feb 7, 2012 at 8:10 AM, </span>&#38472;&#25935;&#21326;<span lang="EN-US"> &lt;<a href="mailto:chenmh@...">chenmh@...</a>&gt; wrote:<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US">Hello
everyone,<br><br>
I'd like to ask some questions about how to enable OpenVG in Webkit, and my
working version of Webkit is "WebKit-r87722".<br><br>
I have noticed that there are some source codes in
"WebCore/platform/graphics/openvg" directory,so it seems that Webkit
has some internal support for OpenVG, but right now I don't know how to utilize
these code.<br><br>
So my question is:<br>
1) Does the above mentioned code really work ? Is it possible to enable OpenVG
in Webkit?<br>
2) Does anybody know how to enable OpenVG in Webkit? Could you provide some
instructions about how to compile the source or provide a build script.<br><br>
Thanks in advance.<br><br>
Best regards<br><br>
---------------------------------------------------<br>
Chen Minhua<br>
Development Dept.III<br>
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)<br>No. 6 Wenzhu Road, Nanjing, 210012, China<br>
TEL: </span>&#62383;<span lang="EN-US">86630566-615<br>
COINS: 79955-615<br>
FAX: </span>&#62383;<span lang="EN-US">83317685<br>
MAIL: <a href="mailto:chenmh@...">chenmh@...</a><br>
---------------------------------------------------<br><br><br><br>
_______________________________________________<br>
webkit-help mailing list<br><a href="mailto:webkit-help@...">webkit-help@...</a><br><a href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-help" target="_blank">http://lists.webkit.org/mailman/listinfo.cgi/webkit-help</a><p></p></span></p>

</div>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

</div>

</div>

</div>

</div>
Alberto Lepe | 7 Feb 2012 14:07

Re: Unable to compile webkitgtk

On Tue, Feb 7, 2012 at 3:47 PM, Alberto Lepe <dev@...> wrote:
> On Tue, Feb 7, 2012 at 9:19 AM, Alberto Lepe <dev@...> wrote:
>> Hello, I'm trying to compile with these options:
>>
>> Tools/Scripts/build-webkit --gtk --no-webkit2 --minimal
>>
>> I'm using the svn version. I have been updating and trying for the
>> last few days but after an hour or so of compiling (my pc is slow), it
>> reaches to this error (last tried revision was: 106786) :
>>
>> ......................
>>  CXX    Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_3_0_la-TextCheckerClientGtk.lo
>>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-ConvertToUTF8String.lo
>>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-DOMObjectCache.lo
>>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-GObjectEventListener.lo
>>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMBinding.lo
>>  CXX    Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMCustom.lo
>> ../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp: In function
>> ‘WebKitDOMBlob* webkit_dom_blob_slice(WebKitDOMBlob*, gint64, gint64,
>> const gchar*)’:
>> ../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:49:71:
>> error: ‘webkit_dom_blob_webkit_slice’ was not declared in this scope
>> ../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:50:1:
>> warning: control reaches end of non-void function [-Wreturn-type]
>> make[1]: *** [Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitDOMCustom.lo]
>> Error 1
>> make[1]: *** Waiting for unfinished jobs....
>> make[1]: Leaving directory `/usr/src/WebKit/WebKitBuild/Release'
>> make: *** [all] Error 2
>> rm DerivedSources/WebCore/JSSQLStatementErrorCallback.h
>>
>> Failed to build WebKit using 'make'!
>> ..........................
>>
>> Am I doing something wrong?
>>
>> Is there any "stable" branch/revision that I could use to successfully
>> compile webkit-gtk ?
>>
>> Thanks!
>
> I didn't know about this page:
> http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release?numbuilds=200
> I will try with revision 106368 which seems to compile correctly in
> Linux 32-bit.
>
> Thanks.

I checked out the revision 106368 in a separate directory and proceed
to compile it. Unfortunately the exact same error persist.

Any ideas?
ketan goyal | 7 Feb 2012 15:27
Picon

Unable to build webkit with WebGL Enabled


Hi,
 
Is WebGL is supported for WIN32 port for windows?

--
Regards
Ketan Goyal


<div>
<div>
<br clear="all">Hi,</div>
<div>&nbsp;</div>
<div>Is WebGL is supported for WIN32 port for windows?</div>
<div>
<br>-- <br>Regards<br>Ketan Goyal<br><br><br>
</div>
</div>

Gmane