[webkit-dev] WinLauncher Fail to launch

Chris Hatko chatko at gmail.com
Sat Nov 24 06:15:09 PST 2012


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 <rakeshsadhu at hotmail.com>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: chatko at gmail.com
> To: bfulgham at gmail.com
> CC: rakeshsadhu at hotmail.com; webkit-dev at 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 <bfulgham at 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 <rakeshsadhu at 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: rakeshsadhu at hotmail.com
> To: bfulgham at gmail.com
> Date: Wed, 21 Nov 2012 09:49:12 +0530
> CC: webkit-dev at 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 at lists.webkit.org
> From: bfulgham at gmail.com
> Subject: Re: [webkit-dev] WinLauncher Fail to launch
> Date: Tue, 20 Nov 2012 19:55:54 -0800
> To: rakeshsadhu at 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 <rakeshsadhu at hotmail.com> wrote:
>
>  Dear  All,
> I've build  webkit at 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 at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
> _______________________________________________ webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20121124/9f9a8ee8/attachment.html>


More information about the webkit-dev mailing list