Re: [webkit-dev] Webkit Building error on XP

2008-12-22 Thread Brent Fulgham
Hi,

On Sun, Dec 21, 2008 at 5:45 PM, John Doe uniquepiec...@gmail.com wrote:
 a) http://webkit.org/building/tools.html
 b) http://webkit.org/building/build.html


 Any help would be greatly appreciated. Thank you.

I suspect something is failing earlier in the build process, and you
are seeing a symptom in your later error message.

Here are the typical problems people encounter:

1.  Forgetting to set the WEBKITOUTPUTDIR environment variable.  This
causes various shell expansions in the driver scripts to fail, as
things that should point to real directories end up resolving to
partial path names.
2.  Using an existing installation of Cygwin.  If you are missing the
tools that ship in the WebKitvariation from the website, things will
not build properly.  I tried this initially, and failed because I was
missing 'gperf', but I found it easier to just ditch the existing
Cygwin install and use the WebKit download.
3.  Using TortoiseSVN or another Windows client that mangles line
endings.  The scripts that run under Cygwin often expect UNIX line
endings.  If your SVN client adds '\r' to the files, you will get all
sorts of problems.

It's hard to say what's really wrong without the correct build log.  I
would look at what WTF and JavaScriptCoreGenerated show to see what
might be going wrong.

But I suspect one of the three items above is your problem.

Good luck!

-Brent


 Here is a buildlog describing the problem that i'm facing :-

 JSWorkerLocation.cpp
 JSWorkerContext.cpp
 JSWorker.cpp
 JSWebKitTransitionEvent.cpp
 JSWebKitCSSKeyframesRule.cpp
 JSWebKitCSSKeyframeRule.cpp
 JSWebKitAnimationEvent.cpp
 JSSVGElementWrapperFactory.cpp
 HTMLNames.cpp
 Compiling...
 CSSGrammar.cpp
 XPathGrammar.cpp
 Compiling...
 1
 c1xx : fatal error C1083: Cannot open source file: '1': No such file or
 directory
 SVGParserUtilities.cpp
 TextCodecICU.cpp
 FontWin.cpp
 Font.cpp


 XPathGrammar.cpp is actually generated in WebKitBuild\obj\WebCore\
 DerivedSources.

 Earlier in my build process, i'm getting the same error but for different
 file called SVGParserUtilities.cpp. Then i remove WebkitBuild and do a
 rebuild.

 Thank you.

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


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


[webkit-dev] Webkit Building error on XP

2008-12-21 Thread John Doe
Hi,

I'm facing build error when i tried to build webkit on VS2005 Professional
running on WinXP. I've followed
the instruction given in

a) http://webkit.org/building/tools.html
b) http://webkit.org/building/build.html


Any help would be greatly appreciated. Thank you.

Here is a buildlog describing the problem that i'm facing :-

JSWorkerLocation.cpp
JSWorkerContext.cpp
JSWorker.cpp
JSWebKitTransitionEvent.cpp
JSWebKitCSSKeyframesRule.cpp
JSWebKitCSSKeyframeRule.cpp
JSWebKitAnimationEvent.cpp
JSSVGElementWrapperFactory.cpp
HTMLNames.cpp
Compiling...
CSSGrammar.cpp
XPathGrammar.cpp
Compiling...
1
c1xx : fatal error C1083: Cannot open source file: '1': No such file or
directory
SVGParserUtilities.cpp
TextCodecICU.cpp
FontWin.cpp
Font.cpp


XPathGrammar.cpp is actually generated in
WebKitBuild\obj\WebCore\DerivedSources.


Earlier in my build process, i'm getting the same error but for different
file called SVGParserUtilities.cpp. Then i remove WebkitBuild and do a
rebuild.

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


Re: [webkit-dev] Webkit Building error on XP

2008-12-21 Thread Shariq Rizvi
Check out: http://webkit.org/building/build.html



On Sun, Dec 21, 2008 at 9:21 PM, Nilesh Patil vni...@gmail.com wrote:

 Hi

 I want to build webkit on Windows Machine. Where do i begin from ?

 Do i need to download sources?

 Thanks  Regards
 Niilesh

 On Mon, Dec 22, 2008 at 7:15 AM, John Doe uniquepiec...@gmail.com wrote:
  Hi,
 
  I'm facing build error when i tried to build webkit on VS2005
 Professional
  running on WinXP. I've followed
  the instruction given in
 
  a) http://webkit.org/building/tools.html
  b) http://webkit.org/building/build.html
 
 
  Any help would be greatly appreciated. Thank you.
 
  Here is a buildlog describing the problem that i'm facing :-
 
  JSWorkerLocation.cpp
  JSWorkerContext.cpp
  JSWorker.cpp
  JSWebKitTransitionEvent.cpp
  JSWebKitCSSKeyframesRule.cpp
  JSWebKitCSSKeyframeRule.cpp
  JSWebKitAnimationEvent.cpp
  JSSVGElementWrapperFactory.cpp
  HTMLNames.cpp
  Compiling...
  CSSGrammar.cpp
  XPathGrammar.cpp
  Compiling...
  1
  c1xx : fatal error C1083: Cannot open source file: '1': No such file or
  directory
  SVGParserUtilities.cpp
  TextCodecICU.cpp
  FontWin.cpp
  Font.cpp
 
 
  XPathGrammar.cpp is actually generated in WebKitBuild\obj\WebCore\
  DerivedSources.
 
  Earlier in my build process, i'm getting the same error but for different
  file called SVGParserUtilities.cpp. Then i remove WebkitBuild and do a
  rebuild.
 
  Thank you.
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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


[webkit-dev] Webkit - Building Error

2007-12-06 Thread Piyush Sharma
Hi, All,

IWhile building WebKit Open Source with Qt on Flodra linux.
getting attached error ie. *can not find -lQtWebKit* in /../bin/QTLuncher.

Could you please help me out to resolve this error...

Please find attached error log.

Thanks  Regards
Piyush Sharma
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Webkit - Building Error

2007-11-29 Thread Piyush Sharma
Hi, All,

IWhile building WebKit Open Source with Qt on Flodra linux.
getting attached error ie. *can not find -lQtWebKit* in /../bin/QTLuncher.

Could you please help me out to resolve this error...

Please find attached error log.

Thanks  Regards
Piyush Sharma
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev