From luca.venturelli15 at gmail.com Fri Jul 1 11:14:04 2011 From: luca.venturelli15 at gmail.com (Luca Venturelli) Date: Fri, 01 Jul 2011 20:14:04 +0200 Subject: [webkit-help] informations Message-ID: <4E0E0E6C.6040205@gmail.com> GoodMorning, I'm Luca, a young developer that is starting to develop with Webkit to make a web application. I have to make a post request with webkit. How can I do that? Thanks in advance BR Luca From julien.chaffraix at gmail.com Sat Jul 2 11:06:40 2011 From: julien.chaffraix at gmail.com (Julien Chaffraix) Date: Sat, 2 Jul 2011 11:06:40 -0700 Subject: [webkit-help] informations In-Reply-To: <4E0E0E6C.6040205@gmail.com> References: <4E0E0E6C.6040205@gmail.com> Message-ID: Hi, Before asking questions here, you should check out http://www.webkit.org/asking_questions.html. We are not in your head and with so little information, it's difficult to give a good answer. > I have to make a post request with webkit. How can I do that? This sounds like an HTML / JavaScript question but there must be a way to do that from your program using your platform's HTTP library. As we don't know which platform you are using that's the most we can tell. JavaScript and HTML questions would be better answered on web-developers mailing lists or forums. Here is 2 ways to do it (you will have to fill in the gap): XMLHttpRequest or submitting a
element. Hope it helps, Julien From ssseintr2 at gmail.com Mon Jul 4 01:53:13 2011 From: ssseintr2 at gmail.com (Vicky Tux) Date: Mon, 4 Jul 2011 14:23:13 +0530 Subject: [webkit-help] Reg. New Plugin.. Message-ID: Hi Team, Actually i'm trying to add new plugin without npapi implementation. My plugin code statically linked with webkit code, not suppose to load with npapi style functions. For example, According to my analysis to handle the above things in native i have to stick with npapi style plugin interface. I think have to implement a huge code base to achieve the basic functionality like above code snippet. So is there any way to register my native codes in createPlugin(WebFrameLoaderClient.cpp) othere than npapi style..? Regards, Vicky. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssseintr2 at gmail.com Mon Jul 4 06:45:54 2011 From: ssseintr2 at gmail.com (Vicky Tux) Date: Mon, 4 Jul 2011 19:15:54 +0530 Subject: [webkit-help] Reg.Webkit Memory Leak... In-Reply-To: References: Message-ID: Hi, Thank u for your kind support. we check the memory related in cairo based winlancher . If we use winlancher for 20-30 minutes in orkut and flickr websites. I got the following memory leak result when exit from the browser. LEAK: 1 XMLHttpRequest LEAK: 5185 WebCoreNode LEAK: 63 CachedResource So the lot of nodes and Cached resource are not freed. The memory leak is not a big issue for pc based webkit.but we ported the webkkit on embedded platform.The memory leak is a very big isuue in the embedded platforms.so unable to use the webkit more than 15 minuts. Entire memory is exhausted due memory leak. And then If we just launch browser & then exit without opening any page. at that time small amount of memory like X kb size only not freed. we assume for this X kb size is related to initialize the browser. Please help me to solve this proplem. Thanks & Regards, Vicky. On Sat, Jun 25, 2011 at 8:30 AM, Mustafizur Rahaman wrote: > Hi Vicky, > > It would be much better if you could respond on the previous thread for the > same problem (where I had responded you), it is much easier for people to > track the discussion. Please don't start new thread everyday for the same > discussion. > > If you are saying same amount memory is consumed and freed when going from > one website to another, I am not sure how you are not able to use this for > more than 10-15 mins. Did you check that memory fragmentation angle? > > > and the some amount of memory is freed when exit from browser.But still >> ~25 MB not freed even exit from the browser. >> > At one point you are saying, same amount of memory is freed when exiting > from browser and then you are again saying it is not freed. So, I am little > confused here. > > If you just launch browser & then exit without opening any page, was there > any memory leak? This would help narrowing down whether you have any problem > in webkit init sequence Or when you load any page? > > Thanks, > Rahaman > > On Fri, Jun 24, 2011 at 6:51 PM, Vicky Tux wrote: > >> Hi, >> I am using webkit[webkit-r86784] on STLinux platform, with cairo graphics. >> We have 50 MB in the heap,If I use the webkit for 10-15 minutes in " >> http://www.flicker.com" only. At that time webkit nearly 42 MB is used >> from heap. the some amount memory only freed when go to next websites >> like google and the some amount of memory is freed when exit from >> browser.But still ~25 MB not freed even exit from the browser. >> >> Similarly webkit consume lot of memory[nearlly 40~45 MB] when enter into >> the orkut. lot memory is not freed even exit from browser. >> >> So unable to use the webkit more than 15 minuts. >> >> Please help me to solve this problem. >> >> Note :1.I'm running Webkit with 8 Mb of Cache >> 2.We are working on embedded platfrom so we have the limited >> memory. >> >> >> Thanks & Regards, >> Vicky. >> >> _______________________________________________ >> webkit-help mailing list >> webkit-help at lists.webkit.org >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From turutosiya at gmail.com Mon Jul 4 23:22:53 2011 From: turutosiya at gmail.com (Toshiya TSURU) Date: Tue, 5 Jul 2011 15:22:53 +0900 Subject: [webkit-help] Revision 88076 causes compile error 'maxTokenLength' : undeclared identifier In-Reply-To: References: Message-ID: Hello. I got a same problem. Does anyone have solution? On Thu, Jun 30, 2011 at 7:34 AM, Anthony Johnson wrote: > I'm building on the WinCairo port, debug configuration. > When I updated to the latest revision (I've probably been a month or so > without an update), I now get a compile error in Lexer.cpp: > ..\..\parser\Lexer.cpp(411) : error C2065: 'maxTokenLength' : undeclared > identifier > ..\..\parser\Lexer.cpp(1093) : see reference to function template > instantiation 'JSC::JSTokenType > JSC::Lexer::parseIdentifier(JSC::JSTokenData *,unsigned int,bool)' > being compiled > It appears these changes were part of revision 88076 on June 3. Any ideas > what the issue is and how I fix it? > Thanks, > Anthony Johnson > _______________________________________________ > webkit-help mailing list > webkit-help at lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > -- Toshiya TSURU http://twitter.com/turutosiya From turutosiya at gmail.com Tue Jul 5 01:03:57 2011 From: turutosiya at gmail.com (Toshiya TSURU) Date: Tue, 5 Jul 2011 17:03:57 +0900 Subject: [webkit-help] Revision 88076 causes compile error 'maxTokenLength' : undeclared identifier In-Reply-To: References: Message-ID: Hi. I figured out. There are 2 blank lines in Keywords.table http://svn.webkit.org/repository/webkit/trunk/Source/JavaScriptCore/parser/Keywords.table After I delete these lines, it seems going well. (still under compiling though.) Cheers! On Tue, Jul 5, 2011 at 3:22 PM, Toshiya TSURU wrote: > Hello. > > I got a same problem. > Does anyone have solution? > > On Thu, Jun 30, 2011 at 7:34 AM, Anthony Johnson > wrote: >> I'm building on the WinCairo port, debug configuration. >> When I updated to the latest revision (I've probably been a month or so >> without an update), I now get a compile error in Lexer.cpp: >> ..\..\parser\Lexer.cpp(411) : error C2065: 'maxTokenLength' : undeclared >> identifier >> ..\..\parser\Lexer.cpp(1093) : see reference to function template >> instantiation 'JSC::JSTokenType >> JSC::Lexer::parseIdentifier(JSC::JSTokenData *,unsigned int,bool)' >> being compiled >> It appears these changes were part of revision 88076 on June 3. Any ideas >> what the issue is and how I fix it? >> Thanks, >> Anthony Johnson >> _______________________________________________ >> webkit-help mailing list >> webkit-help at lists.webkit.org >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >> >> > > > > -- > Toshiya TSURU > http://twitter.com/turutosiya > -- Toshiya TSURU http://twitter.com/turutosiya From jaoo at tid.es Tue Jul 5 06:05:15 2011 From: jaoo at tid.es (JOSE ANTONIO OLIVERA ORTEGA) Date: Tue, 05 Jul 2011 15:05:15 +0200 Subject: [webkit-help] WebKit training Message-ID: Hi! I am looking for a webkit course in which a group of engineers of my company learn about webkit. I have not found any organization that provides this training. The course agenda would be something similar to: - Introduction - Understanding the object-oriented design of the core WebKit classes. - WebKitCore and JSCore. - Extending/Hacking WebKit. - WebKit2. I am wondering if any of you could give me some information about where to find out this course. Do not hesitate to contact me if you require further information. I look forward to hearing from you soon. Respectfully, Jos? Antonio. Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra pol?tica de env?o y recepci?n de correo electr?nico en el enlace situado m?s abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at. http://www.tid.es/ES/PAGINAS/disclaimer.aspx From sravan.ken at gmail.com Tue Jul 5 06:32:30 2011 From: sravan.ken at gmail.com (SravanKumar Sandela) Date: Tue, 5 Jul 2011 19:02:30 +0530 Subject: [webkit-help] WebKit training In-Reply-To: References: Message-ID: Hi Jose, As far as i know, I am afraid there is no formal trainer/training for WebKit as of now. But following videos and links might give you a little insight about WebCore and LayoutTests. http://www.youtube.com/watch?v=RVnARGhhs9w -- WebCore http://www.youtube.com/watch?v=bO3XEBuIDns -- Layout Tests http://trac.webkit.org/wiki --- All around WebKit. http://www.webkit.org/projects/ --- Some good blogs and documentation on specific topics. These things should be good enough for you to get started. And from there on self-learning through bug fixes might help. I know this reply wont satisfy your needs, but trust me this is the best you could get. May be others will help you if they have some. Regards, -Sravan. On Tue, Jul 5, 2011 at 6:35 PM, JOSE ANTONIO OLIVERA ORTEGA wrote: > Hi! > > I am looking for a webkit course in which a group of engineers of my > company learn about webkit. I have not found any organization that > provides this training. > > The course agenda would be something similar to: > > - Introduction > - Understanding the object-oriented design of the core WebKit classes. > - WebKitCore and JSCore. > - Extending/Hacking WebKit. > - WebKit2. > > I am wondering if any of you could give me some information about where > to find out this course. > > Do not hesitate to contact me if you require further information. > > I look forward to hearing from you soon. > > Respectfully, > Jos? Antonio. > > > > Este mensaje se dirige exclusivamente a su destinatario. Puede consultar > nuestra pol?tica de env?o y recepci?n de correo electr?nico en el enlace > situado m?s abajo. > This message is intended exclusively for its addressee. We only send and > receive email on the basis of the terms set out at. > http://www.tid.es/ES/PAGINAS/disclaimer.aspx > _______________________________________________ > webkit-help mailing list > webkit-help at lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > -- Living for the unseen and undone.... -------------- next part -------------- An HTML attachment was scrubbed... URL: From sg_1949 at 126.com Wed Jul 6 03:25:25 2011 From: sg_1949 at 126.com (=?GBK?B?y++54g==?=) Date: Wed, 6 Jul 2011 18:25:25 +0800 (CST) Subject: [webkit-help] how to build webkit for windows mobile Message-ID: <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> Hi! I want to embed webkit function into my applicatin which will be running on windows mobile. But I have very little kownledge about webkit. My development environment is windows XP + VS2005, now i have download the webkit source and set the development environment. There are some questions for me: 1. How to build the webkit for windows mobile. 2. Are there any demonstrations for my situation, I have googled it for some days, but I got nothing. Best Regards Sun Guang -------------- next part -------------- An HTML attachment was scrubbed... URL: From AYanov at luxoft.com Wed Jul 6 08:36:21 2011 From: AYanov at luxoft.com (Yanov, Andrey) Date: Wed, 6 Jul 2011 19:36:21 +0400 Subject: [webkit-help] Left mouse button up event to dropdown box Message-ID: I'm using chromium implementation of a dropdown box. What and where is the best way to pass MouseReleaseEvent to PopupMenuChromium ? Thank you, Andrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From rniwa at webkit.org Wed Jul 6 08:47:05 2011 From: rniwa at webkit.org (Ryosuke Niwa) Date: Wed, 6 Jul 2011 08:47:05 -0700 Subject: [webkit-help] how to build webkit for windows mobile In-Reply-To: <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> References: <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> Message-ID: Try Windows CE port? http://trac.webkit.org/wiki/WinCE - Ryosuke 2011/7/6 ?? > Hi! > I want to embed webkit function into my applicatin which will be running on > windows mobile. > But I have very little kownledge about webkit. > My development environment is windows XP + VS2005, now i have download the > webkit source and set the development environment. > There are some questions for me: > 1. How to build the webkit for windows mobile. > 2. Are there any demonstrations for my situation, I have googled it for > some days, but I got nothing. > > Best Regards > Sun Guang > > > > _______________________________________________ > webkit-help mailing list > webkit-help at lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From m-kawai at jp.fujitsu.com Wed Jul 6 22:31:28 2011 From: m-kawai at jp.fujitsu.com (KAWAI Morihisa) Date: Thu, 07 Jul 2011 14:31:28 +0900 Subject: [webkit-help] what are those numbers? Message-ID: Hello! When I see an artcle about webkit, I often see the expression 530.1 (r41017). What are these numbers and who asigned those? -- KAWAI Morihisa From dmitryh at gmail.com Thu Jul 7 05:33:42 2011 From: dmitryh at gmail.com (Dmitry Hohlin) Date: Thu, 7 Jul 2011 16:33:42 +0400 Subject: [webkit-help] x64 bit version of WebKit Message-ID: Hello WebKit community, I have just a short question: Will there be a x64 bit version of webkit? Is it possible to create this version? Thanks, Dmitry. -------------- next part -------------- An HTML attachment was scrubbed... URL: From drs at digital-lifestyle.ch Thu Jul 7 07:29:27 2011 From: drs at digital-lifestyle.ch (Daniel R. Schneider) Date: Thu, 7 Jul 2011 16:29:27 +0200 Subject: [webkit-help] x64 bit version of WebKit In-Reply-To: References: Message-ID: Hi Dmitry Of course WebKit is 64 bit. Just use this for building a 64-bit build: Tools/Scripts/set-webkit-configuration --64-bit Tools/Scripts/build-webkit Here I have some information on building webkit on Mac OS X, but I guess that's not much helpful for other platforms: http://www.safeexambrowser.org/macosx/mac_developer.html#privateWebKit Greetings Daniel On 07.07.2011, at 14:33, Dmitry Hohlin wrote: > Hello WebKit community, > > I have just a short question: > Will there be a x64 bit version of webkit? Is it possible to create this version? > > Thanks, > Dmitry. > > _______________________________________________ > webkit-help mailing list > webkit-help at lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help From sg_1949 at 126.com Thu Jul 7 19:18:48 2011 From: sg_1949 at 126.com (=?GBK?B?y++54g==?=) Date: Fri, 8 Jul 2011 10:18:48 +0800 (CST) Subject: [webkit-help] how to build webkit for windows mobile In-Reply-To: References: <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> Message-ID: <10b69da4.b555.131078a47f6.Coremail.sg_1949@126.com> Thank you for helping me. Yes, I'm tring Windows CE port. When I build the source code, there are some errors happened. Can you help to see about that, thanks. Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /O2 /Os /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : error LNK2001: unresolved external symbol WinMainCRTStartup 1>C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-06 23:47:05?"Ryosuke Niwa" wrote: Try Windows CE port? http://trac.webkit.org/wiki/WinCE - Ryosuke 2011/7/6 ?? Hi! I want to embed webkit function into my applicatin which will be running on windows mobile. But I have very little kownledge about webkit. My development environment is windows XP + VS2005, now i have download the webkit source and set the development environment. There are some questions for me: 1. How to build the webkit for windows mobile. 2. Are there any demonstrations for my situation, I have googled it for some days, but I got nothing. Best Regards Sun Guang _______________________________________________ webkit-help mailing list webkit-help at lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help -------------- next part -------------- An HTML attachment was scrubbed... URL: From sg_1949 at 126.com Thu Jul 7 20:31:31 2011 From: sg_1949 at 126.com (=?GBK?B?y++54g==?=) Date: Fri, 8 Jul 2011 11:31:31 +0800 (CST) Subject: [webkit-help] how to build webkit for windows mobile In-Reply-To: <10b69da4.b555.131078a47f6.Coremail.sg_1949@126.com> References: <10b69da4.b555.131078a47f6.Coremail.sg_1949@126.com> <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> Message-ID: <7faf49fe.c775.13107ccda4d.Coremail.sg_1949@126.com> After I replace thebin/cmake.exe and change a few Modules files with the extracted files from cmake-2.8.3-ce-win32-x86-diff.zip. There are some other errors. Please help me. Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /Od /Os /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /MDd /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /Zi /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-08 10:18:48?"??" wrote: Thank you for helping me. Yes, I'm tring Windows CE port. When I build the source code, there are some errors happened. Can you help to see about that, thanks. Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /O2 /Os /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : error LNK2001: unresolved external symbol WinMainCRTStartup 1>C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-06 23:47:05?"Ryosuke Niwa" wrote: Try Windows CE port? http://trac.webkit.org/wiki/WinCE - Ryosuke 2011/7/6 ?? Hi! I want to embed webkit function into my applicatin which will be running on windows mobile. But I have very little kownledge about webkit. My development environment is windows XP + VS2005, now i have download the webkit source and set the development environment. There are some questions for me: 1. How to build the webkit for windows mobile. 2. Are there any demonstrations for my situation, I have googled it for some days, but I got nothing. Best Regards Sun Guang _______________________________________________ webkit-help mailing list webkit-help at lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help -------------- next part -------------- An HTML attachment was scrubbed... URL: From rniwa at webkit.org Thu Jul 7 20:38:47 2011 From: rniwa at webkit.org (Ryosuke Niwa) Date: Thu, 7 Jul 2011 20:38:47 -0700 Subject: [webkit-help] how to build webkit for windows mobile In-Reply-To: <7faf49fe.c775.13107ccda4d.Coremail.sg_1949@126.com> References: <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> <10b69da4.b555.131078a47f6.Coremail.sg_1949@126.com> <7faf49fe.c775.13107ccda4d.Coremail.sg_1949@126.com> Message-ID: Did you follow http://trac.webkit.org/wiki/WinCE ? Since your question is specific to WinCE port, you should probably ask it on http://groups.google.com/group/wincewebkit instead. - Ryosuke 2011/7/7 ?? > After I replace the bin/cmake.exe and change a few Modules files with the > extracted files from cmake-2.8.3-ce-win32-x86-diff.zip. > There are some other errors. > Please help me. > > Determining if the C compiler works failed with the following output: > Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp > Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.comCMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec > Microsoft (R) Visual Studio Version 8.0.50727.762. > Copyright (C) Microsoft Corp 1984-2005. All rights reserved. > 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug > STANDARDSDK_500 (ARMV4I) ------ > 1>Compiling... > 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM > 1>Copyright (C) Microsoft Corporation. All rights reserved. > 1>cl /Od /Os /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /MDd > /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" > /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" > /c /Zi /TC > > 1> .\testCCompiler.c > 1>testCCompiler.c > 1>Linking... > 1>LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' > > 1>Build log was saved at " > file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm > " > 1>cmTryCompileExec - 1 error(s), 0 warning(s) > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== > > At 2011-07-08 10:18:48?"??" wrote: > > Thank you for helping me. > Yes, I'm tring Windows CE port. > When I build the source code, there are some errors happened. > Can you help to see about that, thanks. > > Determining if the C compiler works failed with the following output: > Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp > Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.comCMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec > Microsoft (R) Visual Studio Version 8.0.50727.762. > Copyright (C) Microsoft Corp 1984-2005. All rights reserved. > 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug > STANDARDSDK_500 (ARMV4I) ------ > 1>Compiling... > 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM > 1>Copyright (C) Microsoft Corporation. All rights reserved. > 1>cl /O2 /Os /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /fp:fast /GR- > /Fo"cmTryCompileExec.dir\Debug\\" > /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" > /c /TC > 1> .\testCCompiler.c > 1>testCCompiler.c > 1>Linking... > 1>LINK : error LNK2001: unresolved external symbol WinMainCRTStartup > 1>C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec > : fatal error LNK1120: 1 unresolved externals > 1>Build log was saved at " > file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm > " > 1>cmTryCompileExec - 2 error(s), 0 warning(s) > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== > > At 2011-07-06 23:47:05?"Ryosuke Niwa" wrote: > > Try Windows CE port? > http://trac.webkit.org/wiki/WinCE > > - Ryosuke > > 2011/7/6 ?? > >> Hi! >> I want to embed webkit function into my applicatin which will be running >> on windows mobile. >> But I have very little kownledge about webkit. >> My development environment is windows XP + VS2005, now i have download the >> webkit source and set the development environment. >> There are some questions for me: >> 1. How to build the webkit for windows mobile. >> 2. Are there any demonstrations for my situation, I have googled it for >> some days, but I got nothing. >> >> Best Regards >> Sun Guang >> >> >> >> _______________________________________________ >> webkit-help mailing list >> webkit-help at lists.webkit.org >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >> >> > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From achellies at 163.com Thu Jul 7 22:15:43 2011 From: achellies at 163.com (achellies) Date: Fri, 8 Jul 2011 13:15:43 +0800 (CST) Subject: [webkit-help] how to build webkit for windows mobile In-Reply-To: <7faf49fe.c775.13107ccda4d.Coremail.sg_1949@126.com> References: <7faf49fe.c775.13107ccda4d.Coremail.sg_1949@126.com> <10b69da4.b555.131078a47f6.Coremail.sg_1949@126.com> <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> Message-ID: <4f97f472.132ab.131082c409a.Coremail.achellies@163.com> you can use the CMake to build the webkit for ce port, you can use the following command call cmake.exe -G "Visual Studio 8 2005" -D CMAKE_WINCE_SDK:STRING="STANDARDSDK_500 (ARMV4I)" -D PORT:STRING=WinCE -D 3RDPARTY_DIR:STRING="E:/Webkit/Codes/Webkit/Source/3rdparty" .. At 2011-07-08?"??" wrote: After I replace thebin/cmake.exe and change a few Modules files with the extracted files from cmake-2.8.3-ce-win32-x86-diff.zip. There are some other errors. Please help me. Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /Od /Os /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /MDd /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /Zi /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-08 10:18:48?"??" wrote: Thank you for helping me. Yes, I'm tring Windows CE port. When I build the source code, there are some errors happened. Can you help to see about that, thanks. Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /O2 /Os /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : error LNK2001: unresolved external symbol WinMainCRTStartup 1>C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-06 23:47:05?"Ryosuke Niwa" wrote: Try Windows CE port? http://trac.webkit.org/wiki/WinCE - Ryosuke 2011/7/6 ?? Hi! I want to embed webkit function into my applicatin which will be running on windows mobile. But I have very little kownledge about webkit. My development environment is windows XP + VS2005, now i have download the webkit source and set the development environment. There are some questions for me: 1. How to build the webkit for windows mobile. 2. Are there any demonstrations for my situation, I have googled it for some days, but I got nothing. Best Regards Sun Guang _______________________________________________ webkit-help mailing list webkit-help at lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help -------------- next part -------------- An HTML attachment was scrubbed... URL: From sg_1949 at 126.com Thu Jul 7 22:32:32 2011 From: sg_1949 at 126.com (=?GBK?B?y++54g==?=) Date: Fri, 8 Jul 2011 13:32:32 +0800 (CST) Subject: [webkit-help] how to build webkit for windows mobile In-Reply-To: <4f97f472.132ab.131082c409a.Coremail.achellies@163.com> References: <4f97f472.132ab.131082c409a.Coremail.achellies@163.com> <7faf49fe.c775.13107ccda4d.Coremail.sg_1949@126.com> <10b69da4.b555.131078a47f6.Coremail.sg_1949@126.com> <7299b32.112e2.130fefb131d.Coremail.sg_1949@126.com> Message-ID: <6779fd8b.d623.131083ba67e.Coremail.sg_1949@126.com> My steps is like this: 1. start C:\cygwin\Cygwin.bat 2. cd /home/sg/WebKitBuild 3. cmake -G "Visual Studion 8 2005" -DCMAKE_WINCE_SDK="STANDARDSDK_500 (ARMV4I)" -DPORT=WinCE -D3RDPART_DIR=C:/webkit-thirdparty C:\\WebKit-r89812\\Source Then error happened: Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /Od /Os /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /MDd /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /Zi /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-08 13:15:43?achellies wrote: you can use the CMake to build the webkit for ce port, you can use the following command call cmake.exe -G "Visual Studio 8 2005" -D CMAKE_WINCE_SDK:STRING="STANDARDSDK_500 (ARMV4I)" -D PORT:STRING=WinCE -D 3RDPARTY_DIR:STRING="E:/Webkit/Codes/Webkit/Source/3rdparty" .. At 2011-07-08?"??" wrote: After I replace thebin/cmake.exe and change a few Modules files with the extracted files from cmake-2.8.3-ce-win32-x86-diff.zip. There are some other errors. Please help me. Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /Od /Os /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /MDd /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /Zi /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-08 10:18:48?"??" wrote: Thank you for helping me. Yes, I'm tring Windows CE port. When I build the source code, there are some errors happened. Can you help to see about that, thanks. Determining if the C compiler works failed with the following output: Change Dir: C:/cygwin/home/sg/WebKitBuild/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------ 1>Compiling... 1>Microsoft (R) C/C++ Optimizing Compiler Version 14.00.60131 for ARM 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /O2 /Os /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /fp:fast /GR- /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug/cmTryCompileExec.pdb" /c /TC 1> .\testCCompiler.c 1>testCCompiler.c 1>Linking... 1>LINK : error LNK2001: unresolved external symbol WinMainCRTStartup 1>C:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\cygwin\home\sg\WebKitBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== At 2011-07-06 23:47:05?"Ryosuke Niwa" wrote: Try Windows CE port? http://trac.webkit.org/wiki/WinCE - Ryosuke 2011/7/6 ?? Hi! I want to embed webkit function into my applicatin which will be running on windows mobile. But I have very little kownledge about webkit. My development environment is windows XP + VS2005, now i have download the webkit source and set the development environment. There are some questions for me: 1. How to build the webkit for windows mobile. 2. Are there any demonstrations for my situation, I have googled it for some days, but I got nothing. Best Regards Sun Guang _______________________________________________ webkit-help mailing list webkit-help at lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help -------------- next part -------------- An HTML attachment was scrubbed... URL: From AYanov at luxoft.com Fri Jul 8 01:11:19 2011 From: AYanov at luxoft.com (Yanov, Andrey) Date: Fri, 8 Jul 2011 12:11:19 +0400 Subject: [webkit-help] Memory exhausted problem during final linkage Message-ID: Hi, I'm using cygwin to build QNX port (based on EFL/Chromium). When I try to build debug version, the linker tries to allocate more than 1.5 gigs of memory and eventually fails. I know this problem is not very related to WebKit, however googling didn't help and I don't know even where to dig. The amount of RAM seems enough - I have 4Gb or memory. However, under Cygwin, smth around 1536Mb seems to be the allocation limit. I made a simple application in VC++, which showed that in simple console allocation above 1700Mb fails and I'm not sure how to resolve this. And yes, the OS is Win XP Pro x64. -------------- next part -------------- An HTML attachment was scrubbed... URL: From srolph at gentiaconsulting.com Fri Jul 8 04:03:51 2011 From: srolph at gentiaconsulting.com (Simon Rolph) Date: Fri, 8 Jul 2011 12:03:51 +0100 Subject: [webkit-help] Not sure what I am doing wrong Message-ID: <21F8AA4B-DCC9-4864-83F8-CA44C1C2B0BD@gentiaconsulting.com> Hi, I am new to Webkit, so apologies if this is a beginners dumb one Have been trying to build webkit and keep getting the following failure messages ld: framework not found WebCore collect2: ld returned 1 exit status Command /Developer/usr/bin/g++-4.2 failed with exit code 1 Command /Developer/usr/bin/g++-4.2 failed with exit code 1 === BUILD AGGREGATE TARGET All OF PROJECT WebCore WITH CONFIGURATION Release === Check dependencies ** BUILD FAILED ** The following build commands failed: WebCore: Ld /Users/simonr/WebKit/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore normal i386 WebCoreTestSupport: Ld /Users/simonr/WebKit/WebKitBuild/Release/libWebCoreTestSupport.dylib normal i386 (2 failures) I am pretty sure that I have completed down loads and permissions setting as set out in steps. Thank you for guidance. Simon From safwateconomic at gmail.com Fri Jul 8 10:06:34 2011 From: safwateconomic at gmail.com (safwat salm) Date: Fri, 8 Jul 2011 20:06:34 +0300 Subject: [webkit-help] =?utf-8?b?RndkOiBb2KfZhti12KfYsSDYtdiv2KfZhSA6INiq?= =?utf-8?b?2YDZgNis2YXYuSDZgtmI2YXZiiDYudix2KjZiiDYjCDYrdmI2KfYsdin?= =?utf-8?b?2Kog2Iwg2KrZiNin2LXZhCDYjCDZg9iq2KfYqNin2Kog2IxdINix2Kc=?= =?utf-8?b?2KjYtyDYrNiv2YrYrw==?= In-Reply-To: References: <65f1d8a1f290c2a61fdda1c550d355ee@async.facebook.com> Message-ID: ---------- ??????? ?????? ??????? ---------- ??: safwat salm ???????: 08 ?????, 2011 08:04 ? ???????: Fwd: [????? ???? : ?????? ???? ???? ? ?????? ? ????? ? ?????? ?] ???? ???? ???: ?www.professional-marketing at googlegroups.com?, ? www.safwatprofessionale at googlegroups.com? ---------- ??????? ?????? ??????? ---------- ??: "????? ?????? ????" ???????: 08 ?????, 2011 07:07 ? ???????: [????? ???? : ?????? ???? ???? ? ?????? ? ????? ? ?????? ?] ???? ???? ???: ????? ???? : ?????? ???? ???? ? ?????? ? ????? ? ?????? ? ? ansarsaddam at groups.facebook.com? ** ????? ?????? ???? ?? ????? ?? ????? ???? : ?????? ???? ???? ? ?????? ? ????? ? ?????? ?? . ????? ?????? ???? 08 ????? 06:07 ?????? ????? ???????? : ???? ???? ??????? ... ????? ?? ??? ???? ???? ????? ?????? ???????? ?? ????? ? ???? ???? ??????? ... ??? ??????? ?? ??? ???? ????? ??????? ?????? ??????????? ???? ??? ??? ?????? ?????????? ?????? ?????. -- safynourkingdom -- safynourkingdom -------------- next part -------------- An HTML attachment was scrubbed... URL: From stanworld at gmail.com Mon Jul 11 01:33:49 2011 From: stanworld at gmail.com (Stanislas) Date: Mon, 11 Jul 2011 10:33:49 +0200 Subject: [webkit-help] Error in building, with cairo and pixman Message-ID: HEllo , After trying build with ./Tools/Script/build-webkit --gtk , i got this error : CXXLD libWebCore.la CXXLD libWebCoreGtk.la CXXLD libWebCoreInternals.la CXXLD Programs/ImageDiff CXXLD libjavascriptcoregtk-1.0.la CCLD Programs/minidom CXXLD Programs/jsc-1 /usr/local/lib/libcairo.so: undefined reference to `pixman_image_composite32' /usr/local/lib/libcairo.so: undefined reference to `pixman_image_fill_boxes' collect2: ld returned 1 exit status make[1]: *** [Programs/ImageDiff] Erreur 1 make[1]: *** Attente des t?ches non termin?es.... make[1]: quittant le r?pertoire ? /.../WebKit/WebKitBuild/Release ? make: *** [all] Erreur 2 Failed to build WebKit using 'make'! $:~/development/projects/WebKit$ pkg-config cairo --modversion 1.10.0 $:~/development/projects/WebKit$ pkg-config pixman-1 --modversion 0.18.4 so i habe fullfil the requirement, for cairo and pixman, so what is going wrong ? thanks for any tips -- Stanislas From sumeshfirst at gmail.com Mon Jul 11 01:45:59 2011 From: sumeshfirst at gmail.com (Umesh Singh) Date: Mon, 11 Jul 2011 14:15:59 +0530 Subject: [webkit-help] Error in building, with cairo and pixman In-Reply-To: References: Message-ID: Hello Stanislas, There is clearly linking problem, please check the status of these symbols in the mentioned cairo 's .so (library), these symbols should be marked as 'U', which means the linking to correct library is not done. Regards, Umesh On Mon, Jul 11, 2011 at 2:03 PM, Stanislas wrote: > HEllo , > > After trying build with ./Tools/Script/build-webkit --gtk , i got this > error : > > CXXLD libWebCore.la > CXXLD libWebCoreGtk.la > CXXLD libWebCoreInternals.la > CXXLD Programs/ImageDiff > CXXLD libjavascriptcoregtk-1.0.la > CCLD Programs/minidom > CXXLD Programs/jsc-1 > /usr/local/lib/libcairo.so: undefined reference to > `pixman_image_composite32' > /usr/local/lib/libcairo.so: undefined reference to > `pixman_image_fill_boxes' > collect2: ld returned 1 exit status > make[1]: *** [Programs/ImageDiff] Erreur 1 > make[1]: *** Attente des t?ches non termin?es.... > make[1]: quittant le r?pertoire ? /.../WebKit/WebKitBuild/Release ? > make: *** [all] Erreur 2 > > Failed to build WebKit using 'make'! > > $:~/development/projects/WebKit$ pkg-config cairo --modversion > 1.10.0 > $:~/development/projects/WebKit$ pkg-config pixman-1 --modversion > 0.18.4 > > so i habe fullfil the requirement, for cairo and pixman, so > what is going wrong ? > > thanks for any tips > > > -- > Stanislas > _______________________________________________ > webkit-help mailing list > webkit-help at lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stanworld at gmail.com Mon Jul 11 05:34:46 2011 From: stanworld at gmail.com (Stanislas) Date: Mon, 11 Jul 2011 14:34:46 +0200 Subject: [webkit-help] Error in building, with cairo and pixman In-Reply-To: References: Message-ID: it is true, but how i can resolve that ? since i simply installed pakage pixman and cairo, , why the link is incorrectly done ? 2011/7/11 Umesh Singh : > Hello Stanislas, > ? ? ? ? ? ? ? ? ? ? ? ?There is clearly linking problem, please check the > status of these symbols in the mentioned cairo 's .so (library), these > symbols should be marked as 'U', which means the linking to correct library > is not done. > Regards, > Umesh > > On Mon, Jul 11, 2011 at 2:03 PM, Stanislas wrote: >> >> HEllo , >> >> After trying build with ./Tools/Script/build-webkit --gtk , i got this >> error : >> >> CXXLD ?libWebCore.la >> ?CXXLD ?libWebCoreGtk.la >> ?CXXLD ?libWebCoreInternals.la >> ?CXXLD ?Programs/ImageDiff >> ?CXXLD ?libjavascriptcoregtk-1.0.la >> ?CCLD ? Programs/minidom >> ?CXXLD ?Programs/jsc-1 >> /usr/local/lib/libcairo.so: undefined reference to >> `pixman_image_composite32' >> /usr/local/lib/libcairo.so: undefined reference to >> `pixman_image_fill_boxes' >> collect2: ld returned 1 exit status >> make[1]: *** [Programs/ImageDiff] Erreur 1 >> make[1]: *** Attente des t?ches non termin?es.... >> make[1]: quittant le r?pertoire ? /.../WebKit/WebKitBuild/Release ? >> make: *** [all] Erreur 2 >> >> Failed to build WebKit using 'make'! >> >> $:~/development/projects/WebKit$ pkg-config cairo --modversion >> 1.10.0 >> $:~/development/projects/WebKit$ pkg-config pixman-1 --modversion >> 0.18.4 >> >> so i habe fullfil the requirement, for cairo and pixman, so >> what is going wrong ? >> >> thanks for any tips >> >> >> -- >> Stanislas >> _______________________________________________ >> webkit-help mailing list >> webkit-help at lists.webkit.org >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > From julien.chaffraix at gmail.com Mon Jul 11 07:12:41 2011 From: julien.chaffraix at gmail.com (Julien Chaffraix) Date: Mon, 11 Jul 2011 07:12:41 -0700 Subject: [webkit-help] what are those numbers? In-Reply-To: References: Message-ID: Hi, > When I see an artcle about webkit, I often see the expression 530.1 > (r41017). 530.1 is versioning number used for WebKit as part of Safari. r41017 is an SVN WebKit revision, likely the revision Safari branched off (though the mapping between the 2 is not that simple). > What are these numbers and who asigned those? Safari WebKit revisions are assigned by Apple engineers. There is some explanations about how it is generated but I couldn't find it off-hand. Hope it helps, Julien From julien.chaffraix at gmail.com Mon Jul 11 07:18:57 2011 From: julien.chaffraix at gmail.com (Julien Chaffraix) Date: Mon, 11 Jul 2011 07:18:57 -0700 Subject: [webkit-help] Memory exhausted problem during final linkage In-Reply-To: References: Message-ID: Hi, > I?m using cygwin to build QNX port (based on EFL/Chromium). When I try to > build debug version, the linker tries to allocate more than 1.5 gigs of > memory and eventually fails. I know this problem is not very related to > WebKit, however googling didn?t help and I don?t know even where to dig. This is a regular problem on Windows. Windows native ports are using several *AllInOne.cpp files to work around this problem. I would advise you to look at a native port and follow what they do here as obviously you are doing your own porting. Hope it helps, Julien From stanworld at gmail.com Tue Jul 12 01:32:03 2011 From: stanworld at gmail.com (Stanislas) Date: Tue, 12 Jul 2011 10:32:03 +0200 Subject: [webkit-help] Error in building, with cairo and pixman In-Reply-To: References: Message-ID: I resolved, the problem was a precense of pixman0.16 in /usr/lib and pixman0.18.4 in /usr/local/lib the link was wrongly done in the compilation of cairo thanks to the tool "ldd" that allows me to discover the dependencies. i resolved to keep only one version of pixman; the most recent. Thanks -- Stanislas 2011/7/11 Stanislas : > it is true, > but how i can resolve that ? > since i simply installed pakage pixman and cairo, > , why the link is incorrectly done ? > > > 2011/7/11 Umesh Singh : >> Hello Stanislas, >> ? ? ? ? ? ? ? ? ? ? ? ?There is clearly linking problem, please check the >> status of these symbols in the mentioned cairo 's .so (library), these >> symbols should be marked as 'U', which means the linking to correct library >> is not done. >> Regards, >> Umesh >> >> On Mon, Jul 11, 2011 at 2:03 PM, Stanislas wrote: >>> >>> HEllo , >>> >>> After trying build with ./Tools/Script/build-webkit --gtk , i got this >>> error : >>> >>> CXXLD ?libWebCore.la >>> ?CXXLD ?libWebCoreGtk.la >>> ?CXXLD ?libWebCoreInternals.la >>> ?CXXLD ?Programs/ImageDiff >>> ?CXXLD ?libjavascriptcoregtk-1.0.la >>> ?CCLD ? Programs/minidom >>> ?CXXLD ?Programs/jsc-1 >>> /usr/local/lib/libcairo.so: undefined reference to >>> `pixman_image_composite32' >>> /usr/local/lib/libcairo.so: undefined reference to >>> `pixman_image_fill_boxes' >>> collect2: ld returned 1 exit status >>> make[1]: *** [Programs/ImageDiff] Erreur 1 >>> make[1]: *** Attente des t?ches non termin?es.... >>> make[1]: quittant le r?pertoire ? /.../WebKit/WebKitBuild/Release ? >>> make: *** [all] Erreur 2 >>> >>> Failed to build WebKit using 'make'! >>> >>> $:~/development/projects/WebKit$ pkg-config cairo --modversion >>> 1.10.0 >>> $:~/development/projects/WebKit$ pkg-config pixman-1 --modversion >>> 0.18.4 >>> >>> so i habe fullfil the requirement, for cairo and pixman, so >>> what is going wrong ? >>> >>> thanks for any tips >>> >>> >>> -- >>> Stanislas >>> _______________________________________________ >>> webkit-help mailing list >>> webkit-help at lists.webkit.org >>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >> >> > From stanworld at gmail.com Tue Jul 12 01:32:16 2011 From: stanworld at gmail.com (Stanislas) Date: Tue, 12 Jul 2011 10:32:16 +0200 Subject: [webkit-help] Error in building, with cairo and pixman In-Reply-To: References: Message-ID: I resolved, the problem was a precense of pixman0.16 in /usr/lib and pixman0.18.4 in /usr/local/lib the link was wrongly done in the compilation of cairo thanks to the tool "ldd" that allows me to discover the dependencies. i resolved to keep only one version of pixman; the most recent. Thanks 2011/7/11 Stanislas : > it is true, > but how i can resolve that ? > since i simply installed pakage pixman and cairo, > , why the link is incorrectly done ? > > > 2011/7/11 Umesh Singh : >> Hello Stanislas, >> ? ? ? ? ? ? ? ? ? ? ? ?There is clearly linking problem, please check the >> status of these symbols in the mentioned cairo 's .so (library), these >> symbols should be marked as 'U', which means the linking to correct library >> is not done. >> Regards, >> Umesh >> >> On Mon, Jul 11, 2011 at 2:03 PM, Stanislas wrote: >>> >>> HEllo , >>> >>> After trying build with ./Tools/Script/build-webkit --gtk , i got this >>> error : >>> >>> CXXLD ?libWebCore.la >>> ?CXXLD ?libWebCoreGtk.la >>> ?CXXLD ?libWebCoreInternals.la >>> ?CXXLD ?Programs/ImageDiff >>> ?CXXLD ?libjavascriptcoregtk-1.0.la >>> ?CCLD ? Programs/minidom >>> ?CXXLD ?Programs/jsc-1 >>> /usr/local/lib/libcairo.so: undefined reference to >>> `pixman_image_composite32' >>> /usr/local/lib/libcairo.so: undefined reference to >>> `pixman_image_fill_boxes' >>> collect2: ld returned 1 exit status >>> make[1]: *** [Programs/ImageDiff] Erreur 1 >>> make[1]: *** Attente des t?ches non termin?es.... >>> make[1]: quittant le r?pertoire ? /.../WebKit/WebKitBuild/Release ? >>> make: *** [all] Erreur 2 >>> >>> Failed to build WebKit using 'make'! >>> >>> $:~/development/projects/WebKit$ pkg-config cairo --modversion >>> 1.10.0 >>> $:~/development/projects/WebKit$ pkg-config pixman-1 --modversion >>> 0.18.4 >>> >>> so i habe fullfil the requirement, for cairo and pixman, so >>> what is going wrong ? >>> >>> thanks for any tips >>> >>> >>> -- >>> Stanislas >>> _______________________________________________ >>> webkit-help mailing list >>> webkit-help at lists.webkit.org >>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >> >> > From contact.aneesh at gmail.com Tue Jul 12 02:55:05 2011 From: contact.aneesh at gmail.com (Aneesh Bhasin) Date: Tue, 12 Jul 2011 15:25:05 +0530 Subject: [webkit-help] Error in building, with cairo and pixman In-Reply-To: References: Message-ID: Hi.. On Tue, Jul 12, 2011 at 2:02 PM, Stanislas wrote: > I resolved, > the problem was a precense of pixman0.16 in /usr/lib and pixman0.18.4 > in /usr/local/lib > the link was wrongly done in the compilation of cairo > thanks to the tool "ldd" that allows me to discover the dependencies. > i resolved to keep only one version of pixman; the most recent. > In case you do need to keep two versions of a library (e.g. if they are not backward compatible, and different apps want different library versions), you can use LD_LIBRARY_PATH and PKG_CONFIG_PATH to pick the right one when compiling/running your applications. So, in your specific case, you could have set : $> export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH $>export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH hope that helps.. regards, Aneesh From matthewj at adobe.com Wed Jul 13 14:16:46 2011 From: matthewj at adobe.com (Matthew Johnson) Date: Wed, 13 Jul 2011 14:16:46 -0700 Subject: [webkit-help] Rendering HTML page to bitmap Message-ID: I'd like to be able to render the full contents of a page to a bitmap, not just the contents within the viewport. Is this possible? I have been using chromiumembedded framework (CEF) to deal with WebKit and get the bitmap (CefBrowser::GetImage), but I can either get an bitmap of the viewport area only or resize the WebView and then get a bitmap of the full page contents. The latter results in changes to the web page layout on many pages due to a different viewport size after the resize. Using the WebKit APIs is there a way to get a bitmap of the full contents of a web page - at a given point in time - without resorting to resizing the WebView? Ideally, I could capture the full WebView in a single bitmap. But I could resort to scrolling around the page and tiling the respective bitmaps together if I can prevent it from performing any layout on the page while doing so. Anybody have any good ways to tackle this? Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From Nick.Guenther at dossierview.com Wed Jul 13 14:27:34 2011 From: Nick.Guenther at dossierview.com (Nick Guenther) Date: Wed, 13 Jul 2011 21:27:34 +0000 Subject: [webkit-help] Rendering HTML page to bitmap In-Reply-To: References: Message-ID: As I understand it, rendering *only* happens within a View. Webkit is meant for speed, it's not like it's going to render things that aren't going to be seen. On Windows the only place the bitmap of the webpage gets created is during a WM_PAINT or WM_PRINT (I know, I had to hook in that code before an svn revision added what I'd added), except for then the bitmap doesn't exist, so the only way to render all the contents, not just those within the viewport, is to render everything within the viewport. You'll have to create your view with a fixed width and an excessively long height, tell it to render, and hope for the best. I've written the same thing on Windows and we ended up discovering (in a moment of duh) that pages will react badly to being resized after the fact so there are two reasons to pick your rendering size at the outset. I originally wanted to load a page and then ask webkit what its size should be, but there is no reasonable way to snag that because some pages are designed for fixed layouts and others are designed for fluidity and there really isn't much you can do except pick a size and run with it. QtWebKit allows asking for the natural size of a webpage but WebKit2 doesn't yet unfortunately. Does CEF? If it does then you can just that information to clip the bitmap once it's done rendering. -Nick Guenther DossierView.com From: webkit-help-bounces at lists.webkit.org [mailto:webkit-help-bounces at lists.webkit.org] On Behalf Of Matthew Johnson Sent: Wednesday, July 13, 2011 5:17 PM To: webkit-help at lists.webkit.org Subject: [webkit-help] Rendering HTML page to bitmap I'd like to be able to render the full contents of a page to a bitmap, not just the contents within the viewport. Is this possible? I have been using chromiumembedded framework (CEF) to deal with WebKit and get the bitmap (CefBrowser::GetImage), but I can either get an bitmap of the viewport area only or resize the WebView and then get a bitmap of the full page contents. The latter results in changes to the web page layout on many pages due to a different viewport size after the resize. Using the WebKit APIs is there a way to get a bitmap of the full contents of a web page - at a given point in time - without resorting to resizing the WebView? Ideally, I could capture the full WebView in a single bitmap. But I could resort to scrolling around the page and tiling the respective bitmaps together if I can prevent it from performing any layout on the page while doing so. Anybody have any good ways to tackle this? Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From ariya.hidayat at gmail.com Wed Jul 13 14:40:39 2011 From: ariya.hidayat at gmail.com (Ariya Hidayat) Date: Wed, 13 Jul 2011 14:40:39 -0700 Subject: [webkit-help] Rendering HTML page to bitmap In-Reply-To: References: Message-ID: This is really specific to the port/framework you are using (thus, more like CEF question). The trick is to set the viewport properly. For QtWebKit, refer to what I showed ages ago: http://labs.qt.nokia.com/2008/11/03/thumbnail-preview-of-web-page/ or even using http://code.google.com/p/phantomjs/wiki/QuickStart#Rendering. Capturing the WebView in a single bitmap sounds like a good idea. Even better if you can do it in several steps by setting a proper clipping rect. Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat From matthewj at adobe.com Wed Jul 13 14:41:20 2011 From: matthewj at adobe.com (Matthew Johnson) Date: Wed, 13 Jul 2011 14:41:20 -0700 Subject: [webkit-help] Rendering HTML page to bitmap In-Reply-To: References: Message-ID: I can get the size the page wants to be via CEF. But resizing the WebView to that size in order to get the full bitmap, as you noted, changes some layouts and thus gives a different bitmap. Using an excessively long size doesn't solve these problems though, they're almost all still present. Media queries will potentially be broken, pages that grow width-wise rather than height-wise are screwed, and then there's the problem with a page like:
More content
More content
With an arbitrarily long height for the initial setting, you'll still miss the last 10px always just as you will if you start with a smaller size, check the page for its natural height, and resize the view causing the page to re-layout and the natural size to be 10px larger. Now, WebKit doesn't have to paint the stuff offscreen, but given a starting viewport size clearly it has to lay it out fully (so that it knows the real size of the page). So where is that and how do I get that and turn it into a bitmap? From: Nick Guenther [mailto:Nick.Guenther at dossierview.com] Sent: Wednesday, July 13, 2011 4:28 PM To: Matthew Johnson; webkit-help at lists.webkit.org Subject: RE: Rendering HTML page to bitmap As I understand it, rendering *only* happens within a View. Webkit is meant for speed, it's not like it's going to render things that aren't going to be seen. On Windows the only place the bitmap of the webpage gets created is during a WM_PAINT or WM_PRINT (I know, I had to hook in that code before an svn revision added what I'd added), except for then the bitmap doesn't exist, so the only way to render all the contents, not just those within the viewport, is to render everything within the viewport. You'll have to create your view with a fixed width and an excessively long height, tell it to render, and hope for the best. I've written the same thing on Windows and we ended up discovering (in a moment of duh) that pages will react badly to being resized after the fact so there are two reasons to pick your rendering size at the outset. I originally wanted to load a page and then ask webkit what its size should be, but there is no reasonable way to snag that because some pages are designed for fixed layouts and others are designed for fluidity and there really isn't much you can do except pick a size and run with it. QtWebKit allows asking for the natural size of a webpage but WebKit2 doesn't yet unfortunately. Does CEF? If it does then you can just that information to clip the bitmap once it's done rendering. -Nick Guenther DossierView.com From: webkit-help-bounces at lists.webkit.org [mailto:webkit-help-bounces at lists.webkit.org] On Behalf Of Matthew Johnson Sent: Wednesday, July 13, 2011 5:17 PM To: webkit-help at lists.webkit.org Subject: [webkit-help] Rendering HTML page to bitmap I'd like to be able to render the full contents of a page to a bitmap, not just the contents within the viewport. Is this possible? I have been using chromiumembedded framework (CEF) to deal with WebKit and get the bitmap (CefBrowser::GetImage), but I can either get an bitmap of the viewport area only or resize the WebView and then get a bitmap of the full page contents. The latter results in changes to the web page layout on many pages due to a different viewport size after the resize. Using the WebKit APIs is there a way to get a bitmap of the full contents of a web page - at a given point in time - without resorting to resizing the WebView? Ideally, I could capture the full WebView in a single bitmap. But I could resort to scrolling around the page and tiling the respective bitmaps together if I can prevent it from performing any layout on the page while doing so. Anybody have any good ways to tackle this? Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthewj at adobe.com Wed Jul 13 14:49:43 2011 From: matthewj at adobe.com (Matthew Johnson) Date: Wed, 13 Jul 2011 14:49:43 -0700 Subject: [webkit-help] Rendering HTML page to bitmap In-Reply-To: References: Message-ID: I can set the viewport properly via CEF. The problem, as I mention, in my followup to the first responder is that in order to preserve the correct rendering I can't change the viewport size but I haven't found a way (there currently isn't one via CEF) to get the full page captured to a bitmap without doing that. I can't completely tell from the QtWebKit post, but it looks like the utility is not capturing the full page, just what is in the defined viewport. Is that correct? Matt -----Original Message----- From: Ariya Hidayat [mailto:ariya.hidayat at gmail.com] Sent: Wednesday, July 13, 2011 4:41 PM To: Matthew Johnson Cc: webkit-help at lists.webkit.org Subject: Re: [webkit-help] Rendering HTML page to bitmap This is really specific to the port/framework you are using (thus, more like CEF question). The trick is to set the viewport properly. For QtWebKit, refer to what I showed ages ago: http://labs.qt.nokia.com/2008/11/03/thumbnail-preview-of-web-page/ or even using http://code.google.com/p/phantomjs/wiki/QuickStart#Rendering. Capturing the WebView in a single bitmap sounds like a good idea. Even better if you can do it in several steps by setting a proper clipping rect. Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat From deepjyoti.goswami4 at gmail.com Wed Jul 13 22:53:42 2011 From: deepjyoti.goswami4 at gmail.com (deepjyoti goswami) Date: Thu, 14 Jul 2011 11:23:42 +0530 Subject: [webkit-help] Building webkit problem In-Reply-To: References: Message-ID: Hi All I was trying to build Webkit using the settings as described in http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/ . I have Microsoft Visual Studio 2005 Express and all the above mentioned packages installed as described in there. but when I run ?$ Tools/Scripts/build-webkit ?wincairo ?debug? it shows following error: ERROR: FATAL: Failed to determine the SCM system for either /cygdrive/c/cygwin/h ome/Essack/WebKit-r90335 or /cygdrive/c/cygwin/home/Essack/WebKit-r90335/Tools/S cripts/webkitpy/common/checkout/scm. I could not find any further solution. And there is also an error in print-vse-failure-logs script. It says error in codecs.open() method Any help will be highly appreciated. Its very urgent. Please shed some light on it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From stehseen at hotmail.com Fri Jul 15 13:46:02 2011 From: stehseen at hotmail.com (Saba Taseer) Date: Fri, 15 Jul 2011 20:46:02 +0000 Subject: [webkit-help] WinLauncher does not load locally saved files Message-ID: I downloaded and built Webkit today. The build was successful I tired to run WinLauncher and MiniBrowser to check the build. I found that it was loading files from the internet directly, but if I try to load a locally saved filed "file:///C:/Users/saba/Desktop/abc.svg" with contents It is not loaded. It is not working even for html and other types of locally saved files. Please let me know how can I fix this problem? Regards, Saba Taseer -------------- next part -------------- An HTML attachment was scrubbed... URL: From jofuss55 at optonline.net Sat Jul 16 07:00:13 2011 From: jofuss55 at optonline.net (Joe McBride) Date: Sat, 16 Jul 2011 10:00:13 -0400 Subject: [webkit-help] Webkit Platforms Message-ID: <2600A3DC-9C5B-446C-8894-3A32B06EBBE1@optonline.net> I use an Apple PowerPC, Dual 1.8GHz G5, with 2.25 GB DDR SDRAM. My OS is Mac OS X version 10.5.8. I always download the nightly builds via the "search for webkit updates" function in the "Safari" drop down menu. Since July 7th, I have successfully downloaded the nightly build, but when I try to install, the Web Kit icon is greyed out and i get the message that this software is not supported by the architcure, Is the PPC no longer a viable platform or unsupported or is this just a bug? Either way, direction is appreciated as I misss WebKit ( back to using just Safari, which seems slow). Thanks, in anticipation. From jordon at envygeeks.com Sat Jul 16 11:50:32 2011 From: jordon at envygeeks.com (Jordon Bedwell) Date: Sat, 16 Jul 2011 13:50:32 -0500 Subject: [webkit-help] Enable same origin policy? Message-ID: <4E21DD78.2090109@envygeeks.com> We can use enable-universal-access-from-file-uris to enable local file access but I was wondering if there was a setting to enforce same origin policy so that (by example) I couldn't access /foo.txt from /home/user/foo.html. From michal.ostrowski at abastra.com Mon Jul 18 05:26:20 2011 From: michal.ostrowski at abastra.com (=?UTF-8?B?TWljaGHFgiBPc3Ryb3dza2k=?=) Date: Mon, 18 Jul 2011 14:26:20 +0200 Subject: [webkit-help] IDL, bindings and implementation Message-ID: <4E24266C.4030504@abastra.com> Hi, I've a question regarding custom dom object generation and it's js bindings. as far as i understand if i want to create new dom object i need 3 files: *.h, *.cpp and idl. During compilation "scripts"(which one? generate-bindings.pl?) generate bindings between dom object and cpp code. What i'd like to know is: Are *.h and *.cpp files also generated from idl so function signatures are matching? or should i create them manually? If so then how? regards, Michal From martinsoch at gmail.com Mon Jul 18 07:19:35 2011 From: martinsoch at gmail.com (Martin Soch) Date: Mon, 18 Jul 2011 16:19:35 +0200 Subject: [webkit-help] enabling/disabling different modules when building WebKit Message-ID: Hi all, I would like to ask whether it is possible to define what functionality will be included when building WebKit, I mean if CSS is supported or if JavaScript is available, etc. My aim is to reduce the size of the binary (static) by removing Thanks Martin From martinsoch at gmail.com Mon Jul 18 07:24:08 2011 From: martinsoch at gmail.com (Martin Soch) Date: Mon, 18 Jul 2011 16:24:08 +0200 Subject: [webkit-help] enabling/disabling different modules when building WebKit Message-ID: Hi all, I would like to ask whether it is possible to define what functionality will be included when building WebKit, I mean if CSS is supported or if JavaScript is available, etc. My aim is to reduce the size of the binary (static) by removing some particular features (SVG, CSS, Javascipt, etc.). So far I was able to remove SVG support by defining ENABLE_SVG=0. Currently I am building the WebKit on WinXP-32 with Qt. Thanks Martin From ariya.hidayat at gmail.com Mon Jul 18 07:57:35 2011 From: ariya.hidayat at gmail.com (Ariya Hidayat) Date: Mon, 18 Jul 2011 07:57:35 -0700 Subject: [webkit-help] enabling/disabling different modules when building WebKit In-Reply-To: References: Message-ID: > I would like to ask whether it is possible to define what > functionality will be included when building WebKit... build-webkit script has a bunch of options for that, run it with --help argument. -- http://www.google.com/search?q=ariya+hidayat From julien.chaffraix at gmail.com Mon Jul 18 08:03:19 2011 From: julien.chaffraix at gmail.com (Julien Chaffraix) Date: Mon, 18 Jul 2011 08:03:19 -0700 Subject: [webkit-help] IDL, bindings and implementation In-Reply-To: <4E24266C.4030504@abastra.com> References: <4E24266C.4030504@abastra.com> Message-ID: > I've a question regarding custom dom object generation and it's js bindings. > as far as i understand ?if i want to create new dom object i need 3 files: > *.h, *.cpp and idl. If you don't have any JS bindings, the IDL is not needed. Also depending on what you want to achieve, you may have 2 custom *Custom.h *Custom.cpp files per JS engine for what cannot be auto-generated. >?During compilation "scripts"(which one? > generate-bindings.pl?) generate bindings between dom object and cpp code. You are right, it is generate-bindings.pl that is used. > What i'd like to know is: > Are *.h and *.cpp files also generated from idl so function signatures are > matching? You're thinking about that the wrong way. It's your responsibility to make the manual part to match the auto-generated ones (you control both the IDL and the .cpp). The generate-bindings.pl signature are very easy to deduce from the IDL. > or should i create them manually? Yes. > If so then how? Pick your favorite editor, create your file and add the new IDL + cpp/h files to your platform and hopefully enjoy! Julien From narendra.zan at gmail.com Mon Jul 18 11:13:55 2011 From: narendra.zan at gmail.com (narendra r) Date: Mon, 18 Jul 2011 23:43:55 +0530 Subject: [webkit-help] webkit build error : fatal error C1033: cannot open program database '' Message-ID: Hi, I am trying to build the webkit source and i am getting some strange error listed below. Looks like some Visual stdio config/setting issue, but i am not getting any clue how to go about now. I had followed the steps given in http://www.webkit.org/building/build.html. I am not able to figure out now what i have done wrong or missed which may be causing the problem. Please help me if any one know the solution. >------ Build started: Project: WTF, Configuration: Debug_All Win32 ------ 2>Performing Pre-Build Event... 2>/usr/bin/which: no bash in (/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/VC/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/VC/PlatformSDK/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/Tools/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/tools:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/ide:/cygdrive/c/Program Files (x86)/HTML Help Workshop:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/SDK/v2.0/bin:/cygdrive/c/Windows/Microsoft.NET/Framework/v2.0.50727:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/SDK/v2.0/bin:/cygdrive/c/Windows/SysWow64:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/90/Tools/binn:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem) 2>Compiling... 2>cl : Command line warning D9042 : invalid value '6011' for '/wd'; assuming '4999'; Code Analysis warnings are not available in this edition of the compiler 2>cl : Command line warning D9042 : invalid value '6031' for '/wd'; assuming '4999'; Code Analysis warnings are not available in this edition of the compiler 2>cl : Command line warning D9042 : invalid value '6211' for '/wd'; assuming '4999'; Code Analysis warnings are not available in this edition of the compiler 2>cl : Command line warning D9042 : invalid value '6246' for '/wd'; assuming '4999'; Code Analysis warnings are not available in this edition of the compiler 2>cl : Command line warning D9042 : invalid value '6255' for '/wd'; assuming '4999'; Code Analysis warnings are not available in this edition of the compiler 2>cl : Command line warning D9042 : invalid value '6387' for '/wd'; assuming '4999'; Code Analysis warnings are not available in this edition of the compiler 2>MainThreadWin.cpp 2>..\..\wtf\win\MainThreadWin.cpp : fatal error C1033: cannot open program database '' 2>OwnPtrWin.cpp 2>..\..\wtf\win\OwnPtrWin.cpp : fatal error C1033: cannot open program database '' 2>UTF8.cpp 2>..\..\wtf\unicode\UTF8.cpp : fatal error C1033: cannot open program database '' 2>CollatorICU.cpp 2>..\..\wtf\unicode\icu\CollatorICU.cpp : fatal error C1033: cannot open program database '' 2>AtomicString.cpp 2>..\..\wtf\text\AtomicString.cpp : fatal error C1033: cannot open program database '' 2>CString.cpp 2>..\..\wtf\text\CString.cpp : fatal error C1033: cannot open program database '' 2>StringBuilder.cpp 2>..\..\wtf\text\StringBuilder.cpp : fatal error C1033: cannot open program database '' 2>StringImpl.cpp 2>..\..\wtf\text\StringImpl.cpp : fatal error C1033: cannot open program database '' 2>StringStatics.cpp 2>..\..\wtf\text\StringStatics.cpp : fatal error C1033: cannot open program database '' 2>WTFString.cpp 2>..\..\wtf\text\WTFString.cpp : fatal error C1033: cannot open program database '' 2>Assertions.cpp 2>..\..\wtf\Assertions.cpp : fatal error C1033: cannot open program database '' 2>ByteArray.cpp 2>..\..\wtf\ByteArray.cpp : fatal error C1033: cannot open program database '' 2>CryptographicallyRandomNumber.cpp 2>..\..\wtf\CryptographicallyRandomNumber.cpp : fatal error C1033: cannot open program database '' 2>CurrentTime.cpp 2>..\..\wtf\CurrentTime.cpp : fatal error C1033: cannot open program database '' 2>DecimalNumber.cpp 2>..\..\wtf\DecimalNumber.cpp : fatal error C1033: cannot open program database '' 2>DynamicAnnotations.cpp 2>..\..\wtf\DynamicAnnotations.cpp : fatal error C1033: cannot open program database '' 2>dtoa.cpp 2>..\..\wtf\dtoa.cpp : fatal error C1033: cannot open program database '' 2>FastMalloc.cpp 2>..\..\wtf\FastMalloc.cpp : fatal error C1033: cannot open program database '' 2>HashTable.cpp 2>..\..\wtf\HashTable.cpp : fatal error C1033: cannot open program database '' 2>MainThread.cpp 2>..\..\wtf\MainThread.cpp : fatal error C1033: cannot open program database '' 2>Generating Code... 2>Compiling... 2>MD5.cpp 2>..\..\wtf\MD5.cpp : fatal error C1033: cannot open program database '' 2>NullPtr.cpp 2>..\..\wtf\NullPtr.cpp : fatal error C1033: cannot open program database '' 2>OSAllocatorWin.cpp 2>..\..\wtf\OSAllocatorWin.cpp : fatal error C1033: cannot open program database '' 2>OSRandomSource.cpp 2>..\..\wtf\OSRandomSource.cpp : fatal error C1033: cannot open program database '' 2>PageAllocationAligned.cpp 2>..\..\wtf\PageAllocationAligned.cpp : fatal error C1033: cannot open program database '' 2>PageBlock.cpp 2>..\..\wtf\PageBlock.cpp : fatal error C1033: cannot open program database '' 2>ParallelJobsGeneric.cpp 2>..\..\wtf\ParallelJobsGeneric.cpp : fatal error C1033: cannot open program database '' 2>RandomNumber.cpp 2>..\..\wtf\RandomNumber.cpp : fatal error C1033: cannot open program database '' 2>RefCountedLeakCounter.cpp 2>..\..\wtf\RefCountedLeakCounter.cpp : fatal error C1033: cannot open program database '' 2>SHA1.cpp 2>..\..\wtf\SHA1.cpp : fatal error C1033: cannot open program database '' 2>SizeLimits.cpp 2>..\..\wtf\SizeLimits.cpp : fatal error C1033: cannot open program database '' 2>StackBounds.cpp 2>..\..\wtf\StackBounds.cpp : fatal error C1033: cannot open program database '' 2>StringExtras.cpp 2>..\..\wtf\StringExtras.cpp : fatal error C1033: cannot open program database '' 2>TCSystemAlloc.cpp 2>..\..\wtf\TCSystemAlloc.cpp : fatal error C1033: cannot open program database '' 2>Threading.cpp 2>..\..\wtf\Threading.cpp : fatal error C1033: cannot open program database '' 2>ThreadingNone.cpp 2>..\..\wtf\ThreadingNone.cpp : fatal error C1033: cannot open program database '' 2>ThreadingWin.cpp 2>..\..\wtf\ThreadingWin.cpp : fatal error C1033: cannot open program database '' 2>ThreadSpecificWin.cpp 2>..\..\wtf\ThreadSpecificWin.cpp : fatal error C1033: cannot open program database '' 2>TypeTraits.cpp 2>..\..\wtf\TypeTraits.cpp : fatal error C1033: cannot open program database '' 2>WTFThreadData.cpp 2>..\..\wtf\WTFThreadData.cpp : fatal error C1033: cannot open program database '' 2>Generating Code... 2>Build log was saved at "file://E:\webkitOpenSource\webkit\WebKit-r87475\WebKit-r87475\WebKitBuild\Debug_All\obj\WTF\BuildLog.htm" 2>WTF - 40 error(s), 6 warning(s) 3>------ Build started: Project: JavaScriptCore, Configuration: Debug_All Win32 ------ 3>Performing Pre-Build Event... 3>/usr/bin/which: no bash in (/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/VC/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/VC/PlatformSDK/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/Tools/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/tools:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/ide:/cygdrive/c/Program Files (x86)/HTML Help Workshop:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/SDK/v2.0/bin:/cygdrive/c/Windows/Microsoft.NET/Framework/v2.0.50727:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/SDK/v2.0/bin:/cygdrive/c/Windows/SysWow64:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/90/Tools/binn:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem) 3>cygwin warning: 3> MS-DOS style path detected: E:\webkitOpenSource\webkit\WebKit-r87475\WebKit-r87475\WebKitBuild\Debug_All\buildfailed 3> Preferred POSIX equivalent is: /cygdrive/e/webkitOpenSource/webkit/WebKit-r87475/WebKit-r87475/WebKitBuild/Debug_All/buildfailed 3> CYGWIN environment variable option "nodosfilewarning" turns off this warning. 3> Consult the user's guide for more details about POSIX paths: -- ( naren ) From stehseen at hotmail.com Wed Jul 20 15:07:53 2011 From: stehseen at hotmail.com (Saba Taseer) Date: Wed, 20 Jul 2011 22:07:53 +0000 Subject: [webkit-help] WebKit2 SandExtension Handle Message-ID: I was trying to study the webkit2 process model and their communication. When we send a request for LoadUrl, UIProcess passes, the message ID, the URL, Page ID and the SandboxExtensionHandle. The WebProcess side then decodes this message, retrieves SandBoxHandle and URL, page no and loads a new page. On looking closely I saw that encode and decode functions for SandboxExtensionHandle are empty. Does WebKit2 send this handle during process communication. If yes how is it encoded and what is the main purpose of sending SandBoxHandle Any help would be highly appreciated, Regards, Saba Taseer -------------- next part -------------- An HTML attachment was scrubbed... URL: From drosenblitt at mindspring.com Wed Jul 20 20:10:04 2011 From: drosenblitt at mindspring.com (Dave Rosenblitt) Date: Wed, 20 Jul 2011 20:10:04 -0700 Subject: [webkit-help] Need Help Getting Started: Downloading/Installing WebKit2 Message-ID: <004301cc4753$b09b09b0$11d11d10$@com> Hello, Could someone please point me toward step-by-step instructions for downloading and installing WebKit2 (from scratch) in Windows Vista? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From aroben at apple.com Thu Jul 21 09:34:17 2011 From: aroben at apple.com (Adam Roben) Date: Thu, 21 Jul 2011 09:34:17 -0700 Subject: [webkit-help] Need Help Getting Started: Downloading/Installing WebKit2 In-Reply-To: <004301cc4753$b09b09b0$11d11d10$@com> References: <004301cc4753$b09b09b0$11d11d10$@com> Message-ID: <4F28F444-71FF-4485-AEFB-1DEF5CDB22A3@apple.com> On Jul 20, 2011, at 8:10 PM, Dave Rosenblitt wrote: > Could someone please point me toward step-by-step instructions for downloading and installing WebKit2 (from scratch) in Windows Vista? Thanks. WebKit2 isn't a standalone product that can be downloaded and installed. You can download the source code for WebKit2 and build it yourself, or you can install a browser that uses WebKit2, like Safari. -Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: From hamfiend at gmail.com Thu Jul 21 10:57:24 2011 From: hamfiend at gmail.com (Mike Thomas) Date: Thu, 21 Jul 2011 14:57:24 -0300 Subject: [webkit-help] sending mouse events to offscreen WebKit2 Message-ID: Hi Everyone, I am creating a VS2005 c++ DirectX application. It runs in both windowed and full screen mode. I need to display a web browser on top of the DirectX stuff. I have this working. I created a WebKitWrapper class to create the webview stuff. I added a DirectX texture to the class. I put the webview window (HWND) position to be off screen. In my render cycle I basically get the webview window to draw on the HDC of the directx texture surface. I needed to add a function in the WKView.h. It was pretty simple. Now I need to send the off screen web view mouse messages when I click on the texture on screen. I tried using SendMessage() to the webview window hwnd. It does partly work. I do think the messages are getting sent to it. But the problem is it stealing focus from my main application window. Here is what happens when I press the mouse button then let it go. The mouse down is sent to my main window, then it sends it to the webview window; the webview steals the focus and the mouse up event does not go to my main application window, and since the up did not really occur on the webview window, nothing happens. Is there way way to simulate mouse events to an offscreen WebKit2 webview? Thanks Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From hamfiend at gmail.com Thu Jul 21 12:16:03 2011 From: hamfiend at gmail.com (Mike Thomas) Date: Thu, 21 Jul 2011 16:16:03 -0300 Subject: [webkit-help] Running WebKit Cario on WinXP Message-ID: Hi Everyone, I am running WinXP with VS2005. I use Cygwin to check out, and update, and build. Everything works good. 1. svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit 2. WebKit/Tools/Scripts/update-webkit --wincairo 3. WebKit/Tools/Scripts/build-webkit --wincairo --release But when I run the examples (WinLauncher), I get "The procedure entry point WSAPoll could not be located in the dynamic link library WS2_32.dll". I have been reading and it seems that WSAPool is not directly available when using WinXP. Do I have to download the WinCarioRequirements source and compile it myself in order to get it to work? And not use the WinCarioRequirements.zip file that gets downloaded in the build script? Thanks Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From stehseen at hotmail.com Thu Jul 21 12:44:20 2011 From: stehseen at hotmail.com (Saba Taseer) Date: Thu, 21 Jul 2011 19:44:20 +0000 Subject: [webkit-help] Loading html files from disk in winlauncher Message-ID: I am trying to load a few local html files from the disk in winlauncher. When I start the application it shows the initial rendered data through defaultHTML string. When I write c:\svg\example.svg, in the textbox at the top, the new pages does not display. I tried to debug and find out the problem. It doesnot go to XML parser. It jump for policy checking and returns. The content from the internet is loaded perfectly fine. I cannot pin point the place from where it returns failure, during the course all the functions returned S_OK during policy check. Can someone please help me in this??? Allah Hafiz & Take Care Saba Taseer -------------- next part -------------- An HTML attachment was scrubbed... URL: From hamfiend at gmail.com Thu Jul 21 12:50:44 2011 From: hamfiend at gmail.com (Mike Thomas) Date: Thu, 21 Jul 2011 16:50:44 -0300 Subject: [webkit-help] Loading html files from disk in winlauncher Message-ID: Hi Saba, c:\svg\example.svg is not the correct file url. I believe you would need to enter: file:///c:/svg/example.svg Have a great day Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From drs at digital-lifestyle.ch Thu Jul 21 14:54:15 2011 From: drs at digital-lifestyle.ch (Daniel R. Schneider) Date: Thu, 21 Jul 2011 23:54:15 +0200 Subject: [webkit-help] Does Safari 5.1 use WebKit2? Message-ID: Is now Safari 5.1 on Lion or Snow Leopard actually using WebKit2? If yes, has WebKit2.framework simply renamed to WebKit.framework for Safari 5.1? I could only find WebKit.framework in /System/Library/Frameworks/, even after the update. Can you recognize from the version information displayed by http://www.webkit.org/misc/WebKitDetect.html if Safari is using WebKit or WebKit2? Thanks for clarification! Daniel From bfulgham at gmail.com Thu Jul 21 20:16:52 2011 From: bfulgham at gmail.com (Brent Fulgham) Date: Thu, 21 Jul 2011 20:16:52 -0700 Subject: [webkit-help] Running WebKit Cario on WinXP In-Reply-To: References: Message-ID: <1BB82CA5-5B59-484F-97E7-EC380EF9AA5C@gmail.com> Hi Michael, On Jul 21, 2011, at 12:16 PM, Mike Thomas wrote: > But when I run the examples (WinLauncher), I get "The procedure entry point WSAPoll could not be located in the dynamic link library WS2_32.dll". Oh no! This may be due to my build of libcURL; it looks like there is some confusion about the build settings in that project, which allow some Vista-specific features to be enabled by default. I'll try to take a look at it tomorrow and see if the versioning is set properly. I apologize for the inconvenience! -Brent From eacanhe.kan at qq.com Fri Jul 22 00:39:58 2011 From: eacanhe.kan at qq.com (=?ISO-8859-1?B?YWxpYXM=?=) Date: Fri, 22 Jul 2011 15:39:58 +0800 Subject: [webkit-help] how to get the source of the website without inspector (or some method like inspector) Message-ID: Hi everyone, I am debuging android browser for compatible some wap website on android webkit. So I wanna obtain the source of wap website. Anyone can tell me how can I get the source of the website without inspector in webkit. -------------- next part -------------- An HTML attachment was scrubbed... URL: From stehseen at hotmail.com Fri Jul 22 11:55:14 2011 From: stehseen at hotmail.com (Saba Taseer) Date: Fri, 22 Jul 2011 18:55:14 +0000 Subject: [webkit-help] Loading html files from disk in winlauncher In-Reply-To: References: Message-ID: Winlauncher changes this URL c:\svg\example.svg to file:///c:/svg/example.svg. I have checked it internally in the debugger too. This even doesnt work. Regards, Saba Taseer Date: Thu, 21 Jul 2011 16:50:44 -0300 From: hamfiend at gmail.com To: webkit-help at lists.webkit.org Subject: Re: [webkit-help] Loading html files from disk in winlauncher Hi Saba, c:\svg\example.svg is not the correct file url. I believe you would need to enter: file:///c:/svg/example.svg Have a great day Michael _______________________________________________ webkit-help mailing list webkit-help at lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help -------------- next part -------------- An HTML attachment was scrubbed... URL: From bfulgham at gmail.com Fri Jul 22 13:23:20 2011 From: bfulgham at gmail.com (Brent Fulgham) Date: Fri, 22 Jul 2011 13:23:20 -0700 Subject: [webkit-help] Running WebKit Cario on WinXP In-Reply-To: <1BB82CA5-5B59-484F-97E7-EC380EF9AA5C@gmail.com> References: <1BB82CA5-5B59-484F-97E7-EC380EF9AA5C@gmail.com> Message-ID: Hi,, On Thu, Jul 21, 2011 at 8:16 PM, Brent Fulgham wrote: > This may be due to my build of libcURL; it looks like there is some confusion about the build settings in that project, > which allow some Vista-specific features to be enabled by default. ?I'll try to take a look at it tomorrow and see if the versioning is set properly. I rechecked the VS2005 builds, and can confirm that libcurl and the other support libraries were all built for Windows XP or newer; none are bound to the WSAPoll entry point to the ws2_32.dll. It looks like WebKit itself is referencing this symbol; this may be a recent change as I know of other WinCairo users on Windows XP who are running without problems. I'll look into the project settings and see if something changed. -Brent From julien.chaffraix at gmail.com Sat Jul 23 20:34:47 2011 From: julien.chaffraix at gmail.com (Julien Chaffraix) Date: Sat, 23 Jul 2011 20:34:47 -0700 Subject: [webkit-help] how to get the source of the website without inspector (or some method like inspector) Message-ID: Hi, This is not really a WebKit question but a more general web question, which is off-topic here. Please redirect such questions to a more appropriate forum in the future. > I am debuging android browser for compatible some wap website on android > webkit. So I wanna obtain the source of wap website. Anyone can tell me how > can I get the source of the website without inspector in webkit. You just need to use any app that speaks HTTP (any browser or command line tool a la cURL or wget would do the trick). Web-page usually do user-agent sniffing so you just want to make sure you are using the one from your device to get the same page. Hope it helps, Julien -------------- next part -------------- An HTML attachment was scrubbed... URL: From n179911 at gmail.com Sat Jul 23 23:09:16 2011 From: n179911 at gmail.com (n179911) Date: Sat, 23 Jul 2011 23:09:16 -0700 Subject: [webkit-help] Need help in building Webkit on ubuntu Message-ID: Hi, I was able to build Webkit in my Ubuntu environment. But after I did a 'git pull --rebase' and I am not able to build again. i have tired 'make clean' and 'make distclean' and build again, but that does not work. I still get the following error: CXX Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_1_0_la-FullscreenVideoController.lo ../../Source/WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp:49:27: fatal error: webkitmarshal.h: No such file or directory compilation terminated. make[1]: *** [Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_1_0_la-EditorClientGtk.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/home/scheung/WebKit/WebKitBuild/Debug' make: *** [all] Error 2 Can you please tell me how can I build Webkit? From narendra.zan at gmail.com Sun Jul 24 02:24:18 2011 From: narendra.zan at gmail.com (narendra r) Date: Sun, 24 Jul 2011 14:54:18 +0530 Subject: [webkit-help] Build problem on windows7 64bit machine. Error result 1 returned from 'C:\Windows\SysWOW64\cmd.exe' Message-ID: HI, Looks like i have completed 90% of the build part. Problem i am facing now is Problem 1: 10>Project : error PRJ0002 : Error result 1 returned from 'C:\Windows\SysWOW64\cmd.exe'. Problem 2: 2>LINK : fatal error LNK1104: cannot open file 'CoreFoundation_debug.lib' I am not getting how to solve this problem. To solve the problem 1, i tried adding both x84 and 64 version of cmd.exe to path. But no luck so for. Even i tried the option of disabling the embed mainfest file.(Which is one of the option i got when i search for this issue ) No luck even with this Can any one help me is solving this problem ? i have Windows7 64bit os running on i52500k. Using Visual studio 2005 for building Even the build script from cygwin gives the say error. Regards, Narendra R -- ( naren ) Mobile: +91 9632180126. From kk at kkrueger.de Sun Jul 24 03:37:30 2011 From: kk at kkrueger.de (=?iso-8859-1?Q?Karsten_Kr=FCger?=) Date: Sun, 24 Jul 2011 12:37:30 +0200 Subject: [webkit-help] printing to pdf: lost URL links in Safari 5.1 Message-ID: <11731B03-7456-42BD-AD2B-1D05AC141E9D@kkrueger.de> Hi ! Prior to Safari 5.1 printing into a PDF kept all links intact - great for archiving scientific articles. After upgrading to Safari 5.1 (both on Lion and Snow Leopard) those links are gone, rendering my workflow useless because I need to keep the URLs. How can I restore the old functionality ? Where could I find clues on how to resolve it ? Thanks, Karsten From loic.yhuel_ext at softathome.com Sun Jul 24 03:41:36 2011 From: loic.yhuel_ext at softathome.com (=?UTF-8?B?TG/Dr2MgWWh1ZWw=?=) Date: Sun, 24 Jul 2011 12:41:36 +0200 Subject: [webkit-help] Need help in building Webkit on ubuntu In-Reply-To: References: Message-ID: <4E2BF6E0.3030109@softathome.com> Hi, Your problem seems to be the same as https://bugs.webkit.org/show_bug.cgi?id=50534 Perhaps the "touch ./Source/WebKit/gtk/webkitmarshal.list" command will work for you too. From kk at kkrueger.de Sun Jul 24 04:58:54 2011 From: kk at kkrueger.de (=?iso-8859-1?Q?Karsten_Kr=FCger?=) Date: Sun, 24 Jul 2011 13:58:54 +0200 Subject: [webkit-help] printing to pdf: lost URL links in Safari 5.1 - Old bug surfacing again ? In-Reply-To: <11731B03-7456-42BD-AD2B-1D05AC141E9D@kkrueger.de> References: <11731B03-7456-42BD-AD2B-1D05AC141E9D@kkrueger.de> Message-ID: <3E1A1BC5-2FEA-4266-89E5-B4A55A2FB730@kkrueger.de> There was an issue in 2006, which seams to have reappeared: https://bugs.webkit.org/show_bug.cgi?id=10216 Am 24.07.2011 um 12:37 schrieb Karsten Kr?ger: > Hi ! > > Prior to Safari 5.1 printing into a PDF kept all links intact - great for archiving scientific articles. > > After upgrading to Safari 5.1 (both on Lion and Snow Leopard) those links are gone, rendering my workflow useless because I need to keep the URLs. > > How can I restore the old functionality ? > Where could I find clues on how to resolve it ? > > Thanks, > Karsten From nusevoli at nate.com Mon Jul 25 01:33:50 2011 From: nusevoli at nate.com (=?UTF-8?B?bnVzZXZvbGk=?=) Date: Mon, 25 Jul 2011 17:33:50 +0900 Subject: [webkit-help] =?utf-8?q?Google_Chrome_Developer_Tools_for_Java_ca?= =?utf-8?q?n_be_used_other_WebKit_browsers_that_is_not_based_V8=3F?= Message-ID: An HTML attachment was scrubbed... URL: From aroben at apple.com Mon Jul 25 05:19:56 2011 From: aroben at apple.com (Adam Roben) Date: Mon, 25 Jul 2011 08:19:56 -0400 Subject: [webkit-help] Build problem on windows7 64bit machine. Error result 1 returned from 'C:\Windows\SysWOW64\cmd.exe' In-Reply-To: References: Message-ID: <60AB1DD7-1F2D-4896-89AF-C2EE7C271FF3@apple.com> On Jul 24, 2011, at 5:24 AM, narendra r wrote: > Problem 1: 10>Project : error PRJ0002 : Error result 1 > returned from 'C:\Windows\SysWOW64\cmd.exe'. This is caused by "Problem 2". We've configured the Windows build so that later projects will abort in this way if an earlier project fails. > Problem 2: 2>LINK : fatal error LNK1104: cannot open > file 'CoreFoundation_debug.lib' This means you are building the wrong configuration of WebKit.sln. My guess is you selected "Debug_All", which only works for Apple-internal builds. Please try "Release" or "Debug" instead. -Adam From adam at avsdesign.net Mon Jul 25 07:44:19 2011 From: adam at avsdesign.net (Adam Spelbring) Date: Mon, 25 Jul 2011 09:44:19 -0500 Subject: [webkit-help] Safari Web Inspector Syntax Color Message-ID: <4B28415B-B403-42F9-BAD7-42996B566B1D@avsdesign.net> Hi there. I'm a Web Developer that's interested in digging into Webkit a bit more. I'm also very OCD which will explain the following question. Can I please get a list of the Safari Web Inspector syntax colors? I'm wanting to set up a BBEdit color profile that matches the Web Inspector. I have done extensive searches for it with no success. I know it's a noob question but any assistance would be helpful. Thanks in advance. Adam From aroben at apple.com Mon Jul 25 07:54:21 2011 From: aroben at apple.com (Adam Roben) Date: Mon, 25 Jul 2011 10:54:21 -0400 Subject: [webkit-help] Safari Web Inspector Syntax Color In-Reply-To: <4B28415B-B403-42F9-BAD7-42996B566B1D@avsdesign.net> References: <4B28415B-B403-42F9-BAD7-42996B566B1D@avsdesign.net> Message-ID: On Jul 25, 2011, at 10:44 AM, Adam Spelbring wrote: > Can I please get a list of the Safari Web Inspector syntax colors? I think this file contains the colors: http://trac.webkit.org/browser/trunk/Source/WebCore/inspector/front-end/inspectorSyntaxHighlight.css -Adam From aroben at apple.com Mon Jul 25 08:01:01 2011 From: aroben at apple.com (Adam Roben) Date: Mon, 25 Jul 2011 11:01:01 -0400 Subject: [webkit-help] Does Safari 5.1 use WebKit2? In-Reply-To: References: Message-ID: On Jul 21, 2011, at 5:54 PM, Daniel R. Schneider wrote: > Is now Safari 5.1 on Lion or Snow Leopard actually using WebKit2? Yes. Safari 5.1 uses WebKit2 on all platforms. > If yes, has WebKit2.framework simply renamed to WebKit.framework for Safari 5.1? I could only find WebKit.framework in /System/Library/Frameworks/, even after the update. WebKit2.framework can be found in /System/Library/PrivateFrameworks. > Can you recognize from the version information displayed by http://www.webkit.org/misc/WebKitDetect.html if Safari is using WebKit or WebKit2? No. -Adam From nusevoli at nate.com Mon Jul 25 20:42:09 2011 From: nusevoli at nate.com (Minchl. Kim) Date: Tue, 26 Jul 2011 12:42:09 +0900 Subject: [webkit-help] Google Chrome Developer Tools for Java can be used other WebKit browsers that is not based V8? Message-ID: <4E2E3791.6010503@nate.com> Google Chrome Developer Tools for Java can be used other WebKitbrowsers that is not based V8? I want to use Google Chrome Developer Tools for Java instead of using WebInspector on QtWebKit as Google Chrome browser. I have tried to debug something using Google Chrome Developer Tools for Java and QtWebKit but I can't it. if it is possible, How does it use? please teach me how to use it. Thak you for your interest. -------------- next part -------------- An HTML attachment was scrubbed... URL: From eacanhe.kan at qq.com Tue Jul 26 01:57:38 2011 From: eacanhe.kan at qq.com (=?ISO-8859-1?B?ZWFjYW5oZQ==?=) Date: Tue, 26 Jul 2011 16:57:38 +0800 Subject: [webkit-help] The implement of context menu function "view source" Message-ID: Hi everyone, Now I need to debug the webkit on android devices, and I want to view source of the site the device going to load. I really know that on pc browser, there's a wonderful function "view sources". So i wanna implement it on android webkit. Anyone can tell me some detail of the implement of browser context menu "view source". Any help appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hoooooosety at gmail.com Tue Jul 26 02:23:37 2011 From: hoooooosety at gmail.com (hoooooosety) Date: Tue, 26 Jul 2011 17:23:37 +0800 Subject: [webkit-help] [Webkit]Build and debug problem of webcore in Lion(Mac OS X 10.7) Message-ID: <201107261723337819395@gmail.com> hi, everyone: Yesterday I upgrade from Snowleopard to Lion, and I can't debug WebCore which I build before using Xcode 3.2.3. So I rebuild the JavaScriptCore, WebCore, Webkit, and Webkit2, only change the TARGET_MAC_OS_X_VERSION_MAJOR from $(MAC_OS_X_VERSION_MAJOR) to 1060.then set some breakpoint and try to debug WebCore using MiniBrowser(build by myself) and Safari(5.1), btw, the webkit source code is r90991. I saw these lines in the Debugger Console: Pending breakpoint 1 - ""Page.cpp":XXX" resolved Pending breakpoint 1 - ""Page.cpp":YYY" resolved BUT the programme didn't stop when it came to the breakpoint i had set. Anyone help? PS. Xcode 4.1 sucks. Yours, holsety 2011.7.26 -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra.zan at gmail.com Tue Jul 26 07:54:49 2011 From: narendra.zan at gmail.com (narendra r) Date: Tue, 26 Jul 2011 20:24:49 +0530 Subject: [webkit-help] Build problem on windows7 64bit machine. Error result 1 returned from 'C:\Windows\SysWOW64\cmd.exe' In-Reply-To: <60AB1DD7-1F2D-4896-89AF-C2EE7C271FF3@apple.com> References: <60AB1DD7-1F2D-4896-89AF-C2EE7C271FF3@apple.com> Message-ID: Thanks Mr. Adam Roben, I will try using Debug. I had tried using "debug" but there where lot more error than what i was getting when using "debug_all". So i had doped the idea out of my greed to get the build up using bebug. On Mon, Jul 25, 2011 at 5:49 PM, Adam Roben wrote: > > On Jul 24, 2011, at 5:24 AM, narendra r wrote: > >> ? ? ? ? ?Problem 1: ? 10>Project : error PRJ0002 : Error result 1 >> returned from 'C:\Windows\SysWOW64\cmd.exe'. > > This is caused by "Problem 2". We've configured the Windows build so that later projects will abort in this way if an earlier project fails. > >> ? ? ? ? ?Problem 2: ? ? 2>LINK : fatal error LNK1104: cannot open >> file 'CoreFoundation_debug.lib' > > This means you are building the wrong configuration of WebKit.sln. My guess is you selected "Debug_All", which only works for Apple-internal builds. Please try "Release" or "Debug" instead. > > -Adam > > -- ( naren ) From vsbhogle at gmail.com Wed Jul 27 00:19:59 2011 From: vsbhogle at gmail.com (Sumedh) Date: Wed, 27 Jul 2011 12:49:59 +0530 Subject: [webkit-help] How do i retain a stack in JS callback function Message-ID: Hi, I am creating a JS function with JSObjectMakeFunctionWithCallback(). Callback signature will be JSValueRef my_func(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef *exception) Now instead of serving the request, i want to send a message to windows message loop (I am working on windows). Here, I need to save the stack of the argumets[] which is of type JSValueRef, const. Approach I: I tried to protect all elements from arguments array, by looping through, didn't work. //Protect the each memeber of the JSValueRef array, Not working for(i = 0; i < argumentCount; i++){ JSValueProtect(ctx, arguments[i]); } jsObject->arguments = (JSValueRef *) arguments;*/ Approach II: I simply created a deep copy of the array using memcpy, which worked. //Alternate Approach //Copy the entire array here jsObject->arguments = (JSValueRef *)malloc(sizeof(JSValueRef)*argumentCount); memcpy(jsObject->arguments, arguments, sizeof(JSValueRef)*argumentCount); NOTE: jsObject is object of my stack struct. Is it correct? Is there any other approach to do this? Dhanyawaad (Thanks) -- Namaskar, Sumedh S Bhogle Mumbai | Mob. 09969085122 -------------- next part -------------- An HTML attachment was scrubbed... URL: From member at linkedin.com Wed Jul 27 02:01:36 2011 From: member at linkedin.com (Akhil Gupta via LinkedIn) Date: Wed, 27 Jul 2011 09:01:36 +0000 (UTC) Subject: [webkit-help] Invitation to connect on LinkedIn Message-ID: <245062171.999996.1311757296450.JavaMail.app@ela4-bed81.prod> LinkedIn ------------ Akhil Gupta requested to add you as a connection on LinkedIn: ------------------------------------------ Chris, I'd like to add you to my professional network on LinkedIn. - Akhil Accept invitation from Akhil Gupta http://www.linkedin.com/e/-aehrv-gqm2fbr3-1t/k2JooUxWOdtZhYImQFKrxwXMIZ62CdCOki18f3IkwzC/blk/I2990295867_2/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnPsSe3kVcz0Vej99bQQTpAtOr4F7bPgRcjgNejwSdzcLrCBxbOYWrSlI/EML_comm_afe/ View invitation from Akhil Gupta http://www.linkedin.com/e/-aehrv-gqm2fbr3-1t/k2JooUxWOdtZhYImQFKrxwXMIZ62CdCOki18f3IkwzC/blk/I2990295867_2/39vdPoUdjAOc3AVcAALqnpPbOYWrSlI/svi/ ------------------------------------------ Why might connecting with Akhil Gupta be a good idea? Akhil Gupta's connections could be useful to you: After accepting Akhil Gupta's invitation, check Akhil Gupta's connections to see who else you may know and who you might want an introduction to. Building these connections can create opportunities in the future. -- (c) 2011, LinkedIn Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: From thinke365 at gmail.com Wed Jul 27 04:18:03 2011 From: thinke365 at gmail.com (smith jack) Date: Wed, 27 Jul 2011 19:18:03 +0800 Subject: [webkit-help] what is the advantage of webkit when comparing with firefox? Message-ID: I think firefox is very nice in fact, so is there any advantage if we choose webkit? any comments is appreciated:) From aroben at apple.com Wed Jul 27 05:01:16 2011 From: aroben at apple.com (Adam Roben) Date: Wed, 27 Jul 2011 08:01:16 -0400 Subject: [webkit-help] How do i retain a stack in JS callback function In-Reply-To: References: Message-ID: <0E3FD381-424C-40CA-A44A-CEA18FD774E3@apple.com> On Jul 27, 2011, at 3:19 AM, Sumedh wrote: > Now instead of serving the request, i want to send a message to windows message loop (I am working on windows). Here, I need to save the stack of the argumets[] which is of type JSValueRef, const. > > Approach I: > > I tried to protect all elements from arguments array, by looping through, didn't work. > > //Protect the each memeber of the JSValueRef array, Not working > for(i = 0; i < argumentCount; i++){ > > JSValueProtect(ctx, arguments[i]); > } > jsObject->arguments = (JSValueRef *) arguments;*/ > > Approach II: > > I simply created a deep copy of the array using memcpy, which worked. > > //Alternate Approach > //Copy the entire array here > jsObject->arguments = (JSValueRef *)malloc(sizeof(JSValueRef)*argumentCount); > memcpy(jsObject->arguments, arguments, sizeof(JSValueRef)*argumentCount); > > NOTE: jsObject is object of my stack struct. > > Is it correct? Is there any other approach to do this? I think you need a combination of both approaches. You need to copy the array because there's no guarantee that the array passed to you will still be valid later. And you need to call JSValueProtect on each JSValueRef because otherwise they might be garbage-collected (or you need to store them somewhere on the stack, which JavaScriptCore's garbage collector scans automatically). -Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: From jordon at envygeeks.com Wed Jul 27 05:09:15 2011 From: jordon at envygeeks.com (Jordon Bedwell) Date: Wed, 27 Jul 2011 07:09:15 -0500 Subject: [webkit-help] what is the advantage of webkit when comparing with firefox? In-Reply-To: References: Message-ID: <4E2FFFEB.2040900@envygeeks.com> On 27/07/11 06:18, smith jack wrote: > I think firefox is very nice in fact, so is there any advantage if we > choose webkit? any comments is appreciated:) I'm not trying to mither but this is a loaded question. Only you can decide such a thing based on your needs. From hamfiend at gmail.com Wed Jul 27 12:20:28 2011 From: hamfiend at gmail.com (Mike Thomas) Date: Wed, 27 Jul 2011 16:20:28 -0300 Subject: [webkit-help] Running WebKit Cario on WinXP In-Reply-To: References: <1BB82CA5-5B59-484F-97E7-EC380EF9AA5C@gmail.com> Message-ID: On Fri, Jul 22, 2011 at 5:23 PM, Brent Fulgham wrote: > >>I'll look into the project settings and see if something changed. > > Hi Brent, Any luck with this? I deleted the WebKit folder in my home directory and rechecked everything out using the following steps. I use Cygwin to check out, and update, and build. 1. svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit 2. WebKit/Tools/Scripts/update-webkit --wincairo 3. WebKit/Tools/Scripts/build-webkit --wincairo --release Is there something that I am missing? It says all projects were built successfully and no errors. I have all the updates and service packs for VS2005 and WinXP. Thanks Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From yamazaki at fusenetwork.co.jp Wed Jul 27 18:29:16 2011 From: yamazaki at fusenetwork.co.jp (Kunio Yamazaki) Date: Thu, 28 Jul 2011 10:29:16 +0900 Subject: [webkit-help] Running WebKit Cario on WinXP Message-ID: <4E30BB6C.40606@fusenetwork.co.jp> Hi Brent, On Jul 21, 2011, at 12:16 PM, Mike Thomas wrote: > > But when I run the examples (WinLauncher), I get "The procedure entry point WSAPoll could not be located in the dynamic link library WS2_32.dll". The same error occurs in me. Then, WinLauncher was operated on "Dependency Walker" and when having confirmed it, it had been understood that msvcr80.dll was not found as a dependence file of libcurl.dll and some support libraries. The version of installed msvcr80.dll is 8.0.50727.42 8.0.50727.163 8.0.50727.762 8.0.50727.1801 8.0.50727.3053 8.0.50727.4053 8.0.50727.6195 Is this information useful something? Yours sincerely Kunio From wenmhappy at 126.com Wed Jul 27 23:19:01 2011 From: wenmhappy at 126.com (wenmhappy) Date: Thu, 28 Jul 2011 14:19:01 +0800 (CST) Subject: [webkit-help] error of building webkit with vs2008 Message-ID: <6b4554.ac45.1316f65656f.Coremail.wenmhappy@126.com> hi, everyone I am building webkit-r59711 on windows with vs2008, cygwin and other tools have been installed, but errors still occurs. Performing Pre-Build Event... /cygdrive/c/Cygwin/bin/bash cygwin warning: MS-DOS style path detected: E:\WebKit-r59711\WebKitBuild\buildfailed Preferred POSIX equivalent is: /cygdrive/e/WebKit-r59711/WebKitBuild/buildfailed CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. Results Build log was saved at "file://E:\WebKit-r59711\WebKitBuild\obj\DumpRenderTree\Debug\BuildLog.htm" DumpRenderTree - 1 error(s), 0 warning(s) I don`t know why, some projects can be built successfully. Thanks very much for help from everyone. 2011-07-28 -------------- next part -------------- An HTML attachment was scrubbed... URL: From joevolleyball at hotmail.com Thu Jul 28 12:50:19 2011 From: joevolleyball at hotmail.com (aaron reed) Date: Thu, 28 Jul 2011 14:50:19 -0500 Subject: [webkit-help] Nightlies don't work on windows 7 Message-ID: I downloaded the latest Safari for Windows (Safari 5.1). I downloaded the latest webkit nightly (WebKit r91919). I ran webkit.exe. It didn't work. The error I got: "The procedure entry point u_strToUpper_4_0 could not be located in the dynamic link library icuuc40.dll". So I'm guessing WebKit is not building using the latest icuuc library. Any idea when this problem will be resolved? Thanks, --Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: From wenmhappy at 126.com Fri Jul 29 00:34:12 2011 From: wenmhappy at 126.com (wenmhappy) Date: Fri, 29 Jul 2011 15:34:12 +0800 (CST) Subject: [webkit-help] errors of building webkit-r59711 Message-ID: <9b5a4ca.7e1c.13174d0987d.Coremail.wenmhappy@126.com> hi, I got errors when building webkit-r59711 with vs2008: e:\webkit-r59711\webcore\platform\graphics\win\WKCACFLayer.h(144) : error C3861: 'CACFLayerSetClearsContext': identifier not found e:\webkit-r59711\webcore\platform\graphics\win\WKCACFLayer.h(145) : error C3861: 'CACFLayerGetClearsContext': identifier not found e:\webkit-r59711\webcore\platform\graphics\win\WKCACFLayer.h(162) : error C3861: 'CACFLayerSetFilters': identifier not found e:\webkit-r59711\webcore\platform\graphics\win\WKCACFLayer.h(163) : error C3861: 'CACFLayerGetFilters': identifier not found e:\webkit-r59711\webcore\platform\graphics\win\WKCACFLayer.h(208) : error C3861: 'CACFLayerSetSortsSublayers': identifier not found e:\webkit-r59711\webcore\platform\graphics\win\WKCACFLayer.h(209) : error C3861: 'CACFLayerGetSortsSublayers': identifier not found these functions are not declared in E:\WebKit-r59711\WebKitLibraries\win\include\QuartzCore\CACFLayer.h, but could be found in E:\WebKit-r59711\WebKitLibraries\win\lib\QuartzCore.lib. ..\platform\graphics\win\WKCACFLayerRenderer.cpp(420) : error C2065: 'm_renderer' : undeclared identifier the class WKCACFLayerRenderer has no m_renderer at all , why people who write the code makes the problem? I don`t understand why is there strange things like this. who could help me? I have done update-webkit. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From gab1982 at mac.com Fri Jul 29 04:54:05 2011 From: gab1982 at mac.com (gab1982) Date: Fri, 29 Jul 2011 11:54:05 +0000 (GMT) Subject: [webkit-help] webkit css attributes Message-ID: <1693ec73-f52b-e52d-aa38-9dd05ec3a6a2@me.com> Hi all I don't know much about webkit other than its used in some browsers like safari and on applies devices, i am able to code css, html etc and am building an ipad version of my site, and as you all know safari uses webkit so was hoping i could use some webkit code but i can't find a directory or list of codes i can look at and/of use, i guess i was looking for something like the W3C offer when they create specifications for css versions etc. Can anyone point me in the right direction? If anyone can tell me what else i can do with it, it would be great too, oh and ps i have used the rotation attribute on my ipad site and it shows a blue rectangle when i have links, without links its fine so could be a bug there, here is a link to the dropbox file: http://dl.dropbox.com/u/12506430/ipad_site_issue.jpg? Regards Graham Barnes -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashanths85 at gmail.com Sun Jul 31 00:12:23 2011 From: prashanths85 at gmail.com (Prashanth S) Date: Sun, 31 Jul 2011 12:42:23 +0530 Subject: [webkit-help] Build errors while compiling WTF component Message-ID: Hi , I have followed the steps installing the developer tools from webkit.org.I got pre-build event errors by running build-webkit where there is no clue wht the problems .Now I am building the component individually in Visual C++ .Now when compiling the WTF component ,I get the following errors.Can some help me with a solution. ---------------------------------------------------------------------------------------------------------------------------------------------------- 1>------ Build started: Project: JavaScriptCoreGenerated, Configuration: Debug_All Win32 ------ 1>Performing Makefile project actions 1>The system cannot find the path specified. 1> touch "%ConfigurationBuildDir%\buildfailed" 1>'touch' is not recognized as an internal or external command, 1>operable program or batch file. 1>NMAKE : fatal error U1077: 'touch' : return code '0x1' 1>Stop. 1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" 1>Project : warning PRJ0018 : The following environment variables were not found: 1>$(PRODUCTION) 1>Build log was saved at "file://E:\source\home\PRASHANTH\Webkit\WebKitBuild\Debug_All\obj\JavaScriptCoreGenerated\BuildLog.htm" 1>JavaScriptCoreGenerated - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- With Regards, Prashanth.S -------------- next part -------------- An HTML attachment was scrubbed... URL: