Re: [webkit-dev] WinLauncher Fail to launch

2012-11-24 Thread Chris Hatko
Rakesh, for win cairo the command is:
Tools/Scripts/build-webkit --wincairo

A nice guide using new compilers is here:
http://blog.ashodnakashian.com/2012/01/building-webkit-on-windows-7-with-vs2010/
(there is also a VS2008 and VS2012 post)

Chris


On Sat, Nov 24, 2012 at 5:59 AM, Rakesh Sadhu wrote:

>  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 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 
> 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  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-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  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  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  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 Chris Hatko
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  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 
> 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  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 Brent Fulgham
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  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  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


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  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


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  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


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-20 Thread Brent Fulgham
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  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