[webkit-dev] OSX build break after system update

2010-10-21 Thread Tony Gentilcore
Quick PSA: if you install the "Java for Mac OS X 10.6 Update 3" system
update you may start getting build errors like:
error: JavaVM/jni.h: No such file or directory

The solution is to install "Java for Mac OS X 10.6 Update 3 Developer
Package" from http://connect.apple.com > Downloads > Java [1]. Thanks
andersca for the solution!

-Tony

[1] This link might work:
http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.8.3.3.1
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] OSX build break after system update

2010-10-27 Thread Eric Seidel
Can we just include the headers in WebKit?

Or find some way to auto-download them?

This seems silly.  Or certainly requiring an update to
http://webkit.org/building/tools.html.

-eric

On Thu, Oct 21, 2010 at 3:56 PM, Tony Gentilcore  wrote:
> Quick PSA: if you install the "Java for Mac OS X 10.6 Update 3" system
> update you may start getting build errors like:
> error: JavaVM/jni.h: No such file or directory
>
> The solution is to install "Java for Mac OS X 10.6 Update 3 Developer
> Package" from http://connect.apple.com > Downloads > Java [1]. Thanks
> andersca for the solution!
> -Tony
> [1] This link might
> work: http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.8.3.3.1
> ___
> 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] OSX build break after system update

2010-10-28 Thread Tony Gentilcore
On Wed, Oct 27, 2010 at 10:11 PM, Eric Seidel  wrote:

> Can we just include the headers in WebKit?
>
> Or find some way to auto-download them?
>

+1


>
> This seems silly.  Or certainly requiring an update to
> http://webkit.org/building/tools.html.
>
>
In the meantime, there is:
https://bugs.webkit.org/show_bug.cgi?id=48423


> -eric
>
> On Thu, Oct 21, 2010 at 3:56 PM, Tony Gentilcore 
> wrote:
> > Quick PSA: if you install the "Java for Mac OS X 10.6 Update 3" system
> > update you may start getting build errors like:
> > error: JavaVM/jni.h: No such file or directory
> >
> > The solution is to install "Java for Mac OS X 10.6 Update 3 Developer
> > Package" from http://connect.apple.com > Downloads > Java [1]. Thanks
> > andersca for the solution!
> > -Tony
> > [1] This link might
> > work:
> http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.8.3.3.1
> > ___
> > 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] OSX build break after system update

2010-11-16 Thread Luke Macpherson
This is preventing me from building. Is there a solution that doesn't
require signing up for an Apple ID?

On Fri, Oct 29, 2010 at 3:17 AM, Tony Gentilcore  wrote:
>
>
> On Wed, Oct 27, 2010 at 10:11 PM, Eric Seidel  wrote:
>>
>> Can we just include the headers in WebKit?
>>
>> Or find some way to auto-download them?
>
> +1
>
>>
>> This seems silly.  Or certainly requiring an update to
>> http://webkit.org/building/tools.html.
>>
>
> In the meantime, there is:
> https://bugs.webkit.org/show_bug.cgi?id=48423
>
>>
>> -eric
>>
>> On Thu, Oct 21, 2010 at 3:56 PM, Tony Gentilcore 
>> wrote:
>> > Quick PSA: if you install the "Java for Mac OS X 10.6 Update 3" system
>> > update you may start getting build errors like:
>> > error: JavaVM/jni.h: No such file or directory
>> >
>> > The solution is to install "Java for Mac OS X 10.6 Update 3 Developer
>> > Package" from http://connect.apple.com > Downloads > Java [1]. Thanks
>> > andersca for the solution!
>> > -Tony
>> > [1] This link might
>> >
>> > work: http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.8.3.3.1
>> > ___
>> > 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


Re: [webkit-dev] OSX build break after system update

2010-11-16 Thread Eric Seidel
Stubbing out the headers in an easy way.   I've still not updated my build
machine due to this.

But it's generally hard to build w/o signing up for an apple id since the
latest XCode generally requires one.

-eric

On Tue, Nov 16, 2010 at 9:10 PM, Luke Macpherson wrote:

> This is preventing me from building. Is there a solution that doesn't
> require signing up for an Apple ID?
>
> On Fri, Oct 29, 2010 at 3:17 AM, Tony Gentilcore 
> wrote:
> >
> >
> > On Wed, Oct 27, 2010 at 10:11 PM, Eric Seidel  wrote:
> >>
> >> Can we just include the headers in WebKit?
> >>
> >> Or find some way to auto-download them?
> >
> > +1
> >
> >>
> >> This seems silly.  Or certainly requiring an update to
> >> http://webkit.org/building/tools.html.
> >>
> >
> > In the meantime, there is:
> > https://bugs.webkit.org/show_bug.cgi?id=48423
> >
> >>
> >> -eric
> >>
> >> On Thu, Oct 21, 2010 at 3:56 PM, Tony Gentilcore 
> >> wrote:
> >> > Quick PSA: if you install the "Java for Mac OS X 10.6 Update 3" system
> >> > update you may start getting build errors like:
> >> > error: JavaVM/jni.h: No such file or directory
> >> >
> >> > The solution is to install "Java for Mac OS X 10.6 Update 3 Developer
> >> > Package" from http://connect.apple.com > Downloads > Java [1]. Thanks
> >> > andersca for the solution!
> >> > -Tony
> >> > [1] This link might
> >> >
> >> > work:
> http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.8.3.3.1
> >> > ___
> >> > 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


Re: [webkit-dev] OSX build break after system update

2010-11-17 Thread Eric Seidel
I attempted to write a clean-room implementation of jni.h.  I've admitted
defeat.  A ridiculously complicated header.

Installing the Java SDK now (to bring the commit-queue back online) and sad
about the burden to the project.

Hopefully Apple will ship the Java SDK as part of XCode to fix this silly
build requirement.

-eric

On Tue, Nov 16, 2010 at 10:57 PM, Eric Seidel  wrote:

> Stubbing out the headers in an easy way.   I've still not updated my build
> machine due to this.
>
> But it's generally hard to build w/o signing up for an apple id since the
> latest XCode generally requires one.
>
> -eric
>
>
> On Tue, Nov 16, 2010 at 9:10 PM, Luke Macpherson 
> wrote:
>
>> This is preventing me from building. Is there a solution that doesn't
>> require signing up for an Apple ID?
>>
>> On Fri, Oct 29, 2010 at 3:17 AM, Tony Gentilcore 
>> wrote:
>> >
>> >
>> > On Wed, Oct 27, 2010 at 10:11 PM, Eric Seidel  wrote:
>> >>
>> >> Can we just include the headers in WebKit?
>> >>
>> >> Or find some way to auto-download them?
>> >
>> > +1
>> >
>> >>
>> >> This seems silly.  Or certainly requiring an update to
>> >> http://webkit.org/building/tools.html.
>> >>
>> >
>> > In the meantime, there is:
>> > https://bugs.webkit.org/show_bug.cgi?id=48423
>> >
>> >>
>> >> -eric
>> >>
>> >> On Thu, Oct 21, 2010 at 3:56 PM, Tony Gentilcore 
>> >> wrote:
>> >> > Quick PSA: if you install the "Java for Mac OS X 10.6 Update 3"
>> system
>> >> > update you may start getting build errors like:
>> >> > error: JavaVM/jni.h: No such file or directory
>> >> >
>> >> > The solution is to install "Java for Mac OS X 10.6 Update 3 Developer
>> >> > Package" from http://connect.apple.com > Downloads > Java [1].
>> Thanks
>> >> > andersca for the solution!
>> >> > -Tony
>> >> > [1] This link might
>> >> >
>> >> > work:
>> http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.8.3.3.1
>> >> > ___
>> >> > 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