Re: [webkit-dev] Building Webkit on Windows

2016-03-30 Thread Rakesh Sadhu

Hi Alex  and all Friends here  ,
Its finally build .
I have a question, I wanna contribute and i would like to start with easy and 
baby steps kinda bugs.
Any suggestions ?


regards
RSadhu

Subject: Re: [webkit-dev] Building Webkit on Windows
From: achristen...@apple.com
Date: Mon, 29 Feb 2016 10:26:00 -0800
CC: thomas.br...@porabo.ch; bfulg...@apple.com; mmaxfi...@apple.com; 
webkit-dev@lists.webkit.org
To: rakeshsa...@hotmail.com

Rakesh, you are building the AppleWin port of WebKit, which only has 32-bit 
binaries available, but you probably want to use the WinCairo port because the 
license of WebKitSupportLibrary.zip says you’re not allowed to redistribute it. 
 To build the WinCairo port, you will need to run update-webkit --wincairo and 
build-webkit --wincairo --64-bit.
This is not the source of your build failure, though.  It looks like you have 
your gperf executable inside of C:\Program Files… somewhere, and I believe we 
have never had anyone build WebKit with a configuration like this.  I think the 
solution is to put quotes around the %s at the very end of 
Source/WebCore/platform/network/create-http-header-name-table.  There might be 
a few more places where this is needed.  Could you please file a bug a 
bugs.webkit.org with a patch if you get it working?
On Feb 27, 2016, at 2:01 AM, Rakesh Sadhu <rakeshsa...@hotmail.com> wrote:
Hi Thomas, 
Thank for your  answer .
However my build suddenly fails and I notice , its creating 32 bit binaries .
I am attaching a build log file here .

regards
RSadhu

To: achristen...@apple.com
From: thomas.brodt.li...@porabo.ch
Date: Fri, 26 Feb 2016 09:15:06 +0100
CC: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Building Webkit on Windows

Hi Alex

thank you for your prompt answer. That is good news because in the past I had 
different difficulties in setting up a functional environment with several 
trial and error steps inbetween, although I tried to exactly follow the 
installation guide. I tend to create a virtual machine for a reliable building 
environment, so with my next one I will try without the cygwin installation. 

We use Webkit via COM interface on Windows in our application here, so I build 
rather infrequently, and with a working build, we then can live for some time. 
But for our use we would need 32bit dependencies, and if I understood 
correctly, there are currently only 64bit available. That doesn't matter at the 
moment, but when I am ready for our next build, I would ask again if you don't 
mind.

Thanks for your help!

Thomas

Am 25.02.2016 um 19:17 schrieb Alex Christensen:
That also applies to the WinCairo port.  I don’t think you’ll need GNU Make any 
more now that we use CMake for Windows.  You also shouldn’t need to install 
iTunes to build and run WinCairo.  With WinCairo, you will also need the 
WinCairoDependencies.zip which you can get by running 
Tools/Scripts/update-webkit-wincairo-libs.  Right now, only the 64-bit 
dependencies are included in that zip, but let me know if you need 32-bit 
dependencies.  They are from https://github.com/peavo/WinCairoRequirements  
Then you should be able to build with Tools/Scripts/build-webkit --wincairo 
--64-bit
We really should update the instructions on webkit.org 
On Feb 25, 2016, at 12:17 AM, Thomas Brodt <thomas.brodt.li...@porabo.ch> 
wrote:Does this also apply for the WinCairo port? Or does this port still 
require cygwin?

Thomas

Am 24.02.2016 um 20:32 schrieb Alex Christensen:
Those instructions are out of date.  The most up-to-date instructions about 
building on Windows are http://trac.webkit.org/wiki/WindowsWithoutCygwin
On Feb 24, 2016, at 9:57 AM, Myles C. Maxfield <mmaxfi...@apple.com> wrote:What 
is the error you are seeing?
On Feb 24, 2016, at 9:26 AM, Rakesh Sadhu <rakeshsa...@hotmail.com> wrote:

Hello ,
I am trying to build webkit on Windows .
I am following  steps from https://webkit.org/building-webkit-on-windows/
However I am unable to find a way to build webkit using MSVS2015 or  Cygwin .
Can anyone guide here please?
regards
RSadhu___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
___webkit-dev mailing 
listwebkit-dev@lists.webkit.orghttps://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev



___ webkit-dev mailing list 
webkit-dev@lists.webkit.orghttps://lists.webkit.org/mailman/listinfo/webkit-dev
  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org

Re: [webkit-dev] Building Webkit on Windows

2016-02-27 Thread Rakesh Sadhu

Hi Thomas, 
Thank for your  answer .
However my build suddenly fails and I notice , its creating 32 bit binaries .
I am attaching a build log file here .

regards
RSadhu

To: achristen...@apple.com
From: thomas.brodt.li...@porabo.ch
Date: Fri, 26 Feb 2016 09:15:06 +0100
CC: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Building Webkit on Windows


  

  
  
Hi Alex



thank you for your prompt answer. That is good news because in the
past I had different difficulties in setting up a functional
environment with several trial and error steps inbetween, although I
tried to exactly follow the installation guide. I tend to create a
virtual machine for a reliable building environment, so with my next
one I will try without the cygwin installation. 



We use Webkit via COM interface on Windows in our application here,
so I build rather infrequently, and with a working build, we then
can live for some time. But for our use we would need 32bit
dependencies, and if I understood correctly, there are currently
only 64bit available. That doesn't matter at the moment, but when I
am ready for our next build, I would ask again if you don't mind.



Thanks for your help!



Thomas



Am 25.02.2016 um 19:17 schrieb Alex
  Christensen:



  
  That also applies to the WinCairo port.  I don’t think you’ll need
  GNU Make any more now that we use CMake for Windows.  You also
  shouldn’t need to install iTunes to build and run WinCairo.  With
  WinCairo, you will also need the WinCairoDependencies.zip which
  you can get by running Tools/Scripts/update-webkit-wincairo-libs.
   Right now, only the 64-bit dependencies are included in that zip,
  but let me know if you need 32-bit dependencies.  They are from 
https://github.com/peavo/WinCairoRequirements 
  Then you should be able to build with Tools/Scripts/build-webkit
  --wincairo --64-bit
  

  
  We really should update the instructions on webkit.org 


  
On Feb 25, 2016, at 12:17 AM, Thomas Brodt
  <thomas.brodt.li...@porabo.ch>
  wrote:


  
   Does this
also apply for the WinCairo port? Or does this port
still require cygwin?



Thomas



Am 24.02.2016 um 20:32
  schrieb Alex Christensen:



  
  Those instructions are out of date.  The most
  up-to-date instructions about building on Windows are 
http://trac.webkit.org/wiki/WindowsWithoutCygwin
  


  
On Feb 24, 2016, at 9:57 AM, Myles
  C. Maxfield <mmaxfi...@apple.com>

  wrote:


  What
is the error you are seeing?
  

On Feb 24, 2016, at 9:26 AM, Rakesh Sadhu
<rakeshsa...@hotmail.com>

wrote:



  
  

  Hello ,

I am trying to build webkit on Windows .

I am following  steps from 
https://webkit.org/building-webkit-on-windows/

However I am unable to find a way to
build webkit using MSVS2015 or  Cygwin .

Can anyone guide here please?

regards

RSadhu
  

  
  
___

  webkit-dev mailing list

  webkit-dev@lists.webkit.org

  
https://lists.webkit.org/mailman/listinfo/webkit-dev


  
  ___
  webkit-dev

mailing list
  webkit-dev@lists.webkit.org
  https://lists.webkit.org/mailman/listinfo/webkit-dev
  



  
  

  
  

  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/l

[webkit-dev] Building Webkit on Windows

2016-02-24 Thread Rakesh Sadhu
Hello ,
I am trying to build webkit on Windows .
I am following  steps from https://webkit.org/building-webkit-on-windows/
However I am unable to find a way to build webkit using MSVS2015 or  Cygwin .
Can anyone guide here please?
regards
RSadhu___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WebGlRendering Context Restored and Lost

2014-02-20 Thread Rakesh Sadhu
Dear All,
I have a question, When a glcontext is lost and again restored , what should be 
the behaviour of associated extensions ?
I have a test case  
http://www.khronos.org/registry/webgl/sdk/tests/conformance/context/context-lost-restored.html,
and in it I am confused to see  that upon context restoration , test case 
expects extension 's related API's to be NULL .

here is the  js code snippet from above mentioned link:


function testOESVertexArrayObject() {
  if (OES_vertex_array_object) {
// Extension must still be lost.
shouldBeNull(OES_vertex_array_object.createVertexArrayOES());  // WHY 
// Try re-enabling extension

old_OES_vertex_array_object = OES_vertex_array_object;
OES_vertex_array_object = reGetExtensionAndTestForProperty(gl, 
OES_vertex_array_object, false);
shouldBeTrue(OES_vertex_array_object.createVertexArrayOES() != null);
shouldBeTrue(old_OES_vertex_array_object.createVertexArrayOES() == null);
  }
}

function testExtensions() {
  testOESTextureFloat();
  testOESVertexArrayObject();
  // Only the WEBGL_lose_context extension should be the same object after 
context lost.
  new_WEBGL_lose_context = reGetExtensionAndTestForProperty(gl, 
WEBGL_lose_context, true);
}


///  this function is a callback function , which is attached to 
addeventlistener in above mention link//

function testRestoredContext()
{
debug(Test restored context);
shouldBeFalse(contextRestoredEventFired);
contextRestoredEventFired = true;
shouldBeFalse(gl.isContextLost());
shouldBe(gl.getError(), gl.NO_ERROR);

// Validate that using old resources fails.
testResources(gl.INVALID_OPERATION);

testRendering();

// Validate new resources created in testRendering().
testResources(gl.NO_ERROR);

testExtensions();

debug();
}

Our Webkit Nightly Build  fails 
shouldBeNull(OES_vertex_array_object.createVertexArrayOES())which it 
should fail , however khronous test case suite expects it to PASS , adn i 
tested this on chrome on windows, that passes :(


Kindly put some light here..
regards
rsadhu


regards
RSadhu___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Windows Build Broken?

2013-08-02 Thread Rakesh Sadhu
Hi Brent,Thanks for the suggestion , however i found out my mistake , and build 
is ready .
But I am facing one more  problem , my release winlauncher launches properly 
whereas debug winlauncher fails with the message Failed to determine path to 
AAS Directory.
In the file DLLLauncherMain.cpp ::moidfypath 
//#if defined(_M_X64)static const wstring pathPrefix = LC:\\Program 
Files\\Common Files\\Apple\\Apple Application Support;//#else   // static 
const wstring pathPrefix = LC:\\Program Files (x86)\\Common 
Files\\Apple\\Apple Application Support;//#endif
I commented above lines , but i was encountering another problem  msvcr80.dll 
missing .

So is it like , my windows somehow got corrupted and i need to redo all or is 
there any work around for this .
regardsRSadhu

Subject: Re: [webkit-dev] Windows Build Broken?
From: bfulg...@apple.com
Date: Thu, 1 Aug 2013 09:50:11 -0700
CC: mital.d.v...@gmail.com; webkit-dev@lists.webkit.org
To: rakeshsa...@hotmail.com

Please review your build log.  The problem is the following:
fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or 
directory”
You do not have the DirectX SDK installed, as documented in Step 4 of 
http://www.webkit.org/building/tools.html.
-Brent

On Aug 1, 2013, at 1:46 AM, Rakesh Sadhu rakeshsa...@hotmail.com wrote:Hi ,I 
couldn't fix the problem  with vs2005.Now I am trying to build with vs2010 and 
it fails too.here is the pasebin link : http://pastebin.com/W0YyGXZGKindly 
guide.


regards
RSadhu

Date: Tue, 23 Jul 2013 07:21:23 +0530
Subject: Re: [webkit-dev] Windows Build Broken?
From: mital.d.v...@gmail.com
To: rakeshsa...@hotmail.com
CC: webkit-dev@lists.webkit.org

Sorry Its not exactly the same error. but Its similar error which is present in 
build-webkit

I am trying to build using Visual Studio 2010 Express using commandline cygwin 
toolsThanks,

Mital Vora.

On Tue, Jul 23, 2013 at 7:17 AM, Mital Vora mital.d.v...@gmail.com wrote:
Hi, 
For the WinCairo Build as well these are the exact errors coming in the buildbot
Building results into: 
/cygdrive/c/Projects/BuildSlave/win-cairo-release/build/WebKitBuild
WEBKIT_OUTPUTDIR is set to: 
C:\Projects\BuildSlave\win-cairo-release\build\WebKitBuild
WEBKIT_LIBRARIES is set to: 
Use of uninitialized value in print at 
/cygdrive/c/Projects/BuildSlave/win-cairo-release/build/Tools/Scripts/webkitdirs.pm
 line 1644.
http://build.webkit.org/builders/WinCairo%20Release/builds/28414/steps/compile-webkit/logs/stdio



Windows and WinCairo Build from commandline seems broken.. can anybody help 
fixing this.Regards,

Mital Vora.

On Sun, Jul 21, 2013 at 9:07 PM, Rakesh Sadhu rakeshsa...@hotmail.com wrote:
Hi ,I updated my webkit source code and tried to build it on windows machine , 
and it fails to compile, with following error
Tools/Scripts/build-webkit --debug
Installing WebKitSupportLibrary...The WebKitSupportLibrary has been sucessfully 
installed in 
/home/rsadhu/trunk/WebKitLibraries/win*Cannot
 find '/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/IDE/VCExpress.exe'Please execute the file 'vcvars32.bat' 
from'C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\'to setup the 
necessary environment 
variables.*Died at 
/home/rsadhu/trunk/Tools/Scripts/webkitdirs.pm line 1627.

Any Pointers on this?

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Windows Build Broken?

2013-08-01 Thread Rakesh Sadhu
Hi ,I couldn't fix the problem  with vs2005.Now I am trying to build with 
vs2010 and it fails too.here is the pasebin link : 
http://pastebin.com/W0YyGXZGKindly guide.


regards
RSadhu

Date: Tue, 23 Jul 2013 07:21:23 +0530
Subject: Re: [webkit-dev] Windows Build Broken?
From: mital.d.v...@gmail.com
To: rakeshsa...@hotmail.com
CC: webkit-dev@lists.webkit.org

Sorry Its not exactly the same error. but Its similar error which is present in 
build-webkit

I am trying to build using Visual Studio 2010 Express using commandline cygwin 
tools
Thanks,

Mital Vora.


On Tue, Jul 23, 2013 at 7:17 AM, Mital Vora mital.d.v...@gmail.com wrote:

Hi, 
For the WinCairo Build as well these are the exact errors coming in the buildbot
Building results into: 
/cygdrive/c/Projects/BuildSlave/win-cairo-release/build/WebKitBuild
WEBKIT_OUTPUTDIR is set to: 
C:\Projects\BuildSlave\win-cairo-release\build\WebKitBuild
WEBKIT_LIBRARIES is set to: 
Use of uninitialized value in print at 
/cygdrive/c/Projects/BuildSlave/win-cairo-release/build/Tools/Scripts/webkitdirs.pm
 line 1644.


http://build.webkit.org/builders/WinCairo%20Release/builds/28414/steps/compile-webkit/logs/stdio



Windows and WinCairo Build from commandline seems broken.. can anybody help 
fixing this.

Regards,

Mital Vora.


On Sun, Jul 21, 2013 at 9:07 PM, Rakesh Sadhu rakeshsa...@hotmail.com wrote:





Hi ,I updated my webkit source code and tried to build it on windows machine , 
and it fails to compile, with following error
Tools/Scripts/build-webkit --debug


Installing WebKitSupportLibrary...The WebKitSupportLibrary has been sucessfully 
installed in 
/home/rsadhu/trunk/WebKitLibraries/win*

Cannot find '/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/IDE/VCExpress.exe'Please execute the file 'vcvars32.bat' 
from'C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\'

to setup the necessary environment 
variables.*Died at 
/home/rsadhu/trunk/Tools/Scripts/webkitdirs.pm line 1627.



Any Pointers on this?
  

___

webkit-dev mailing list

webkit-dev@lists.webkit.org

https://lists.webkit.org/mailman/listinfo/webkit-dev





  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Windows Build Broken?

2013-07-21 Thread Rakesh Sadhu
Hi ,I updated my webkit source code and tried to build it on windows machine , 
and it fails to compile, with following error
Tools/Scripts/build-webkit --debug
Installing WebKitSupportLibrary...The WebKitSupportLibrary has been sucessfully 
installed in 
/home/rsadhu/trunk/WebKitLibraries/win*Cannot
 find '/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/IDE/VCExpress.exe'Please execute the file 'vcvars32.bat' 
from'C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\'to setup the 
necessary environment 
variables.*Died at 
/home/rsadhu/trunk/Tools/Scripts/webkitdirs.pm line 1627.

Any Pointers on this?
  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] [Build error]

2012-12-03 Thread Rakesh Sadhu

Hi Nagarjuna,Please mention what Visual studio you are using , which revision 
of webkit you using as well?regardsrsadhu
 Date: Mon, 3 Dec 2012 17:21:48 +0530
 From: nagarjuna.atl...@gmail.com
 To: webkit-dev@lists.webkit.org
 Subject: [webkit-dev] [Build error]
 
 Hi all
 
 Build started: Project: WebCoreGenerated, Configuration: Debug Win32 --
 1Performing Makefile project actions
 1The system cannot find the path specified.
 1/cygdrive/d/webkit/Source/WebCore/DerivedSources.make:1050:
 SupplementalDependencies.dep: No such file or directory
 
 Can any one please let me know how to solve this build error
 
 -- 
 Nagarjuna
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev
  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-24 Thread Rakesh Sadhu

Hi ,

ChatKo,
I commented that part as well,  and following code fails and i get 
CFNetwork.dll not found error(as message box)

 HMODULE module = ::LoadLibraryW(exePath);

   if (!module)
return fatalError(programName, L::LoadLibraryW failed.);


Brent,
I am not sure that if wincairo means winwebkit and its build using following way

Tools/Scripts/build-webkit --debug/release?


And , I am using Latest Code  , I do Tools/Scripts/update-webkit before i start 
building.

regards
rsadhu






Date: Fri, 23 Nov 2012 13:50:08 -0500
Subject: Re: [webkit-dev] WinLauncher Fail to launch
From: cha...@gmail.com
To: bfulg...@gmail.com
CC: rakeshsa...@hotmail.com; webkit-dev@lists.webkit.org

Depending  on how long ago he pulled (i think this was fixed in later 
revisions), you may need to do the following: 

In /Tools/win/DllLaunchermain.cpp Comment out:
//if (!modifyPath(programName))
// return 1;
To not check for apple products.


On Fri, Nov 23, 2012 at 12:16 PM, Brent Fulgham bfulg...@gmail.com wrote:

Hi Rakesh,

If you build the WinCairo port, you don't need iTunes or Safari to be installed.

-Brent

Sent from my iPhone
On Nov 23, 2012, at 12:49 AM, Rakesh Sadhu rakeshsa...@hotmail.com wrote:






Hi All,My Webkit Launches now .I needed Safari  and ITunes to be installed .I'd 
like to request Webkit.org  that please add these requirements as well.
My Winlauncher/Minibrowser launch was failing and after debugging i noticed it  
fails in reading registry and couldn't find certain packages ,and was getting 
CFNetwork.dll missing error as well.
And After googling i noticed it comes along with Itunes.thanks

From: rakeshsa...@hotmail.com
To: bfulg...@gmail.com

Date: Wed, 21 Nov 2012 09:49:12 +0530
CC: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] WinLauncher Fail to launch





Hi,
I tried using WinWinlauncher as well , i get the same error 
http://pastebin.com/jMikyxWb

Am I missing some packages?
regards
rsadhu



CC: webkit-dev@lists.webkit.org
From: bfulg...@gmail.com
Subject: Re: [webkit-dev] WinLauncher Fail to launch

Date: Tue, 20 Nov 2012 19:55:54 -0800
To: rakeshsa...@hotmail.com

Hi Rakesh,
The WinCairo port only has a partially functional WebKit2 port. Consequently, 
MiniBrowser does not launch.

You must run the WinLauncherLauncher target to see a working program. The 
WinLauncher project builds a DLL that holds the a trial program logic, but does 
not run as an executable.  This came about during the start if the WebKit2 work 
(WK2 runs as an external process to the main program executable, hence the new 
*LauncherLauncher projects.)

-Brent

Sent from my iPhone
On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu rakeshsa...@hotmail.com wrote:






Dear  All,
I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
well release mode .
When I try to launch WinLauncher , MiniBrowser they fail to launch.
I tried to launch using VS2005 also , and i get following console Messages.:

http://pastebin.com/mkzT0k5g

Kindly do provide some pointers .

regards
rsadhu
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org

http://lists.webkit.org/mailman/listinfo/webkit-dev
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev 
  

___

webkit-dev mailing list

webkit-dev@lists.webkit.org

http://lists.webkit.org/mailman/listinfo/webkit-dev





  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Rakesh Sadhu

Hi All,My Webkit Launches now .I needed Safari  and ITunes to be installed .I'd 
like to request Webkit.org  that please add these requirements as well.My 
Winlauncher/Minibrowser launch was failing and after debugging i noticed it  
fails in reading registry and couldn't find certain packages ,and was getting 
CFNetwork.dll missing error as well.And After googling i noticed it comes along 
with Itunes.thanks

From: rakeshsa...@hotmail.com
To: bfulg...@gmail.com
Date: Wed, 21 Nov 2012 09:49:12 +0530
CC: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] WinLauncher Fail to launch





Hi,
I tried using WinWinlauncher as well , i get the same error 
http://pastebin.com/jMikyxWb

Am I missing some packages?
regards
rsadhu


CC: webkit-dev@lists.webkit.org
From: bfulg...@gmail.com
Subject: Re: [webkit-dev] WinLauncher Fail to launch
Date: Tue, 20 Nov 2012 19:55:54 -0800
To: rakeshsa...@hotmail.com

Hi Rakesh,
The WinCairo port only has a partially functional WebKit2 port. Consequently, 
MiniBrowser does not launch.
You must run the WinLauncherLauncher target to see a working program. The 
WinLauncher project builds a DLL that holds the a trial program logic, but does 
not run as an executable.  This came about during the start if the WebKit2 work 
(WK2 runs as an external process to the main program executable, hence the new 
*LauncherLauncher projects.)
-Brent

Sent from my iPhone
On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu rakeshsa...@hotmail.com wrote:





Dear  All,
I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
well release mode .
When I try to launch WinLauncher , MiniBrowser they fail to launch.
I tried to launch using VS2005 also , and i get following console Messages.:
http://pastebin.com/mkzT0k5g

Kindly do provide some pointers .

regards
rsadhu
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev 
  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WinLauncher Fail to launch

2012-11-20 Thread Rakesh Sadhu

Dear  All,
I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
well release mode .
When I try to launch WinLauncher , MiniBrowser they fail to launch.
I tried to launch using VS2005 also , and i get following console Messages.:
http://pastebin.com/mkzT0k5g

Kindly do provide some pointers .

regards
rsadhu
  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-20 Thread Rakesh Sadhu

Hi,
I tried using WinWinlauncher as well , i get the same error 
http://pastebin.com/jMikyxWb

Am I missing some packages?
regards
rsadhu


CC: webkit-dev@lists.webkit.org
From: bfulg...@gmail.com
Subject: Re: [webkit-dev] WinLauncher Fail to launch
Date: Tue, 20 Nov 2012 19:55:54 -0800
To: rakeshsa...@hotmail.com

Hi Rakesh,
The WinCairo port only has a partially functional WebKit2 port. Consequently, 
MiniBrowser does not launch.
You must run the WinLauncherLauncher target to see a working program. The 
WinLauncher project builds a DLL that holds the a trial program logic, but does 
not run as an executable.  This came about during the start if the WebKit2 work 
(WK2 runs as an external process to the main program executable, hence the new 
*LauncherLauncher projects.)
-Brent

Sent from my iPhone
On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu rakeshsa...@hotmail.com wrote:





Dear  All,
I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
well release mode .
When I try to launch WinLauncher , MiniBrowser they fail to launch.
I tried to launch using VS2005 also , and i get following console Messages.:
http://pastebin.com/mkzT0k5g

Kindly do provide some pointers .

regards
rsadhu
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev
  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] (no subject)

2008-09-05 Thread rakesh sadhu
i am facing a problem while building webkit r33943 ; when i do make install

 make install
make  install-am
make[1]: Entering directory `/home/rakesh/Desktop/WebKit-r33943'
make[2]: Entering directory `/home/rakesh/Desktop/WebKit-r33943'
test -z /usr/local/lib || /bin/mkdir -p /usr/local/lib
test -z /usr/local/lib || /bin/mkdir -p /usr/local/lib
 /bin/bash ./libtool --mode=install /usr/bin/install -c  'libwebkit-1.0.la'
'/usr/local/lib/libwebkit-1.0.la'
/usr/bin/install -c .libs/libwebkit-1.0.so.1.0.0
/usr/local/lib/libwebkit-1.0.so.1.0.0
/usr/bin/install: accessing `/usr/local/lib/libwebkit-1.0.so.1.0.0':
Input/output error
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/rakesh/Desktop/WebKit-r33943'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/rakesh/Desktop/WebKit-r33943'
make: *** [install] Error 2
[EMAIL PROTECTED]:~/Desktop/WebKit-r33943$


i need a help!!how to solve this!!

-- 
Regards,
RakeshSadhu
Boulevard Road,
Srinagar,
CASHMERE.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev