hi , Adam, Sorry for replying late. I was stuck by some other stuff.
Previously, I followed the webkit build instruction, and build everything by using the project script under cygwin and VS2005. And also put some required dlls from Safari browser like CoreFoundation.dll ,etc in the same directory. I was able to run MiniBrowser in that way. Now I am thinking can I isolate MiniBrowser from other projects? Cause I already download nightly build WebKit Windows from nightly.webkit.org, do you think I can utilize the dlls from there. Or that build doesn't contains WebKit2 interface , and I still need to build everything. I think at lease I WebKit source should have a WebKit2.h file, but I didn't see any. Thanks very much On Wed, Sep 21, 2011 at 11:27 AM, Adam Roben <[email protected]> wrote: > > On Sep 21, 2011, at 2:24 PM, Yanke (Yon) Hu wrote: > > hi Guys, > > I downloaded the nightly build windows and source from > http://nightly.webkit.org/ > > In nightly build source, there is a vs2005 sln file in > \Source\WebKit\win\WebKit.vcproj. > > I opended it in VS2005, and I only want to build a single MiniBrowser > project, so I set MiniBrowser as Startup project. And I click Build > only MiniBrowser, it prompt out some errors like: > > 1>BrowserView.cpp > 1>c:\users\yhu\desktop\webkit_night\webkit-r95607\webkit-r95607\tools\minibrowser\win\BrowserView.h(29) > : fatal error C1083: Cannot open include file: 'WebKit2/WebKit2.h': No such > file or directory > 1>BrowserWindow.cpp > 1>c:\users\yhu\desktop\webkit_night\webkit-r95607\webkit-r95607\tools\minibrowser\win\BrowserView.h(29) > : fatal error C1083: Cannot open include file: 'WebKit2/WebKit2.h': No such > file or directory > 1>main.cpp > 1>c:\users\yhu\desktop\webkit_night\webkit-r95607\webkit-r95607\tools\minibrowser\win\BrowserView.h(29) > : fatal error C1083: Cannot open include file: 'WebKit2/WebKit2.h': No such > file or directory > 1>MiniBrowser.cpp > 1>c:\users\yhu\desktop\webkit_night\webkit-r95607\webkit-r95607\tools\minibrowser\win\BrowserView.h(29) > : fatal error C1083: Cannot open include file: 'WebKit2/WebKit2.h': No such > file or directory > > > MiniBrowser depends on WebKit2. To build MiniBrowser you first must build > WebKit2. > > -Adam > > -- Yanke Hu phone: (469) 644-8799 email: [email protected]
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
