Re: [webkit-dev] Error while building on Mac SL 10.6.6

2012-03-02 Thread Eric Seidel
Building from snapshots is not supported.  I recommend you follow the
instructions here:

http://www.webkit.org/building/checkout.html
http://www.webkit.org/building/build.html

Best of luck. Lots of helpful people in #webkit if you get stuck.
http://www.webkit.org/contact.html

On Fri, Mar 2, 2012 at 3:44 PM, Vivek Galatage vivekgalat...@gmail.com wrote:
 Hi Webkit,

 I am trying to build nightly snapshot @rev r109209 on mac SL 10.6.6 with
 xcode 3.2.6 installed.

 But when I issue build-webkit from command line I am running into various
 errors. I am attaching the log file containing the error messages.

 So any idea how to resolve this error and get the builds working?

 Thank you,
 Vivek

 ___
 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


Re: [webkit-dev] Error while building on Mac SL 10.6.6

2012-03-02 Thread Mark Rowe

On 2012-03-02, at 15:45, Eric Seidel e...@webkit.org wrote:

 Building from snapshots is not supported.

Huh?

- Mark

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


Re: [webkit-dev] Error while building on Mac SL 10.6.6

2012-03-02 Thread Eric Seidel
Am I wrong?  Feel encouraged to correct me.

I don't validate the snapshots to make sure they build.  But perhaps you do.

-eric

On Fri, Mar 2, 2012 at 3:48 PM, Mark Rowe mr...@apple.com wrote:

 On 2012-03-02, at 15:45, Eric Seidel e...@webkit.org wrote:

 Building from snapshots is not supported.

 Huh?

 - Mark

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


Re: [webkit-dev] Error while building on Mac SL 10.6.6

2012-03-02 Thread Mark Rowe

On 2012-03-02, at 15:53, Eric Seidel e...@webkit.org wrote:

 Am I wrong?  Feel encouraged to correct me.

Of course you're wrong.

 I don't validate the snapshots to make sure they build.  But perhaps you do.

The entire point of posting source snapshots along with the nightly build is so 
that people can build a revision that is known to compile (on at least a subset 
of platforms) from source.

- Mark

 On Fri, Mar 2, 2012 at 3:48 PM, Mark Rowe mr...@apple.com wrote:
 
 On 2012-03-02, at 15:45, Eric Seidel e...@webkit.org wrote:
 
 Building from snapshots is not supported.
 
 Huh?
 
 - Mark
 
 ___
 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


Re: [webkit-dev] Error while building on Mac SL 10.6.6

2012-03-02 Thread Eric Seidel
My apologies, Vivek.

Of course I'm wrong! :)

I recommend you follow up with Mark for how to get your snapshot to build.

-eric

On Fri, Mar 2, 2012 at 3:58 PM, Mark Rowe mr...@apple.com wrote:

 On 2012-03-02, at 15:53, Eric Seidel e...@webkit.org wrote:

 Am I wrong?  Feel encouraged to correct me.


 Of course you're wrong.

 I don't validate the snapshots to make sure they build.  But perhaps you do.


 The entire point of posting source snapshots along with the nightly build is
 so that people can build a revision that is known to compile (on at least a
 subset of platforms) from source.

 - Mark

 On Fri, Mar 2, 2012 at 3:48 PM, Mark Rowe mr...@apple.com wrote:


 On 2012-03-02, at 15:45, Eric Seidel e...@webkit.org wrote:

 Building from snapshots is not supported.


 Huh?

 - Mark

 ___
 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


Re: [webkit-dev] Error while building on Mac SL 10.6.6

2012-03-02 Thread Mark Rowe

On 2012-03-02, at 15:44, Vivek Galatage vivekgalat...@gmail.com wrote:

 Hi Webkit,
 
 I am trying to build nightly snapshot @rev r109209 on mac SL 10.6.6 with 
 xcode 3.2.6 installed. 
 
 But when I issue build-webkit from command line I am running into various 
 errors. I am attaching the log file containing the error messages.
 
 So any idea how to resolve this error and get the builds working?

webkit-dev isn't the best place to ask for help with building. I believe that 
webkit-help takes that role.

That said, it's not too surprising that you're running in to troubles when 
building with such an old version of Xcode. We typically recommend that people 
use Xcode 4.2.1 on SnowLeopard for WebKit development.  With older versions of 
Xcode we'll fall back to using older compilers (GCC 4.2 rather than Clang, for 
instance) and those older compilers aren't tested by our build bots or most 
developers.

- Mark


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


Re: [webkit-dev] Error while building on Mac SL 10.6.6

2012-03-02 Thread vivekgalatage
Thank you Mark for the reply. I will make sure about using the correct mailing 
list.

I guess updating xcode to 4.x on Snow Leopard is not supported anymore. Also 
the document needs to updated as it states xcode 3.1.x or later is required on 
the developer tools page.

Vivek
-Original Message-
From: Mark Rowe
Sent:  03/03/2012, 5:33  AM
To: Vivek Galatage
Cc: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Error while building on Mac SL 10.6.6



On 2012-03-02, at 15:44, Vivek Galatage vivekgalat...@gmail.com wrote:

 Hi Webkit,
 
 I am trying to build nightly snapshot @rev r109209 on mac SL 10.6.6 with 
 xcode 3.2.6 installed. 
 
 But when I issue build-webkit from command line I am running into various 
 errors. I am attaching the log file containing the error messages.
 
 So any idea how to resolve this error and get the builds working?

webkit-dev isn't the best place to ask for help with building. I believe that 
webkit-help takes that role.

That said, it's not too surprising that you're running in to troubles when 
building with such an old version of Xcode. We typically recommend that people 
use Xcode 4.2.1 on SnowLeopard for WebKit development.  With older versions of 
Xcode we'll fall back to using older compilers (GCC 4.2 rather than Clang, for 
instance) and those older compilers aren't tested by our build bots or most 
developers.

- Mark



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